Mailinglist Archive: opensuse-commit (999 mails)

< Previous Next >
commit gwenhywfar for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 04 Jul 2009 10:42:39 +0200
  • Message-id: <20090704084239.6A2D5678154@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gwenhywfar for openSUSE:Factory
checked in at Sat Jul 4 10:42:39 CEST 2009.


--------
--- gwenhywfar/gwenhywfar.changes 2008-01-24 11:32:21.000000000 +0100
+++ gwenhywfar/gwenhywfar.changes 2009-06-24 19:37:30.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Jun 24 19:35:29 CEST 2009 - mkudlvasr@xxxxxxx
+
+- update to version 3.8.3
+ * lots of bugs fixed, lots of new features
+- removed patch0 (tests/gwenhywfar.c). not needed anymore
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
gwenhywfar-2.6.2.tar.bz2
gwenhywfar.diff

New:
----
gwenhywfar-3.8.3.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gwenhywfar.spec ++++++
--- /var/tmp/diff_new_pack.hM6836/_old 2009-07-04 10:40:32.000000000 +0200
+++ /var/tmp/diff_new_pack.hM6836/_new 2009-07-04 10:40:32.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gwenhywfar (Version 2.6.2)
+# spec file for package gwenhywfar (Version 3.8.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,16 +19,16 @@


Name: gwenhywfar
-BuildRequires: doxygen graphviz graphviz-gd libopenssl-devel libxml2-devel
pkg-config xorg-x11-fonts
-Version: 2.6.2
-Release: 128
+BuildRequires: doxygen graphviz graphviz-gd libgcrypt-devel libopenssl-devel
libxml2-devel pkg-config xorg-x11-fonts
+BuildRequires: fdupes gnutls-devel
+Version: 3.8.3
+Release: 1
Url: http://gwenhywfar.sourceforge.net/
Group: System/Libraries
License: LGPL v2.1 or later
Summary: A Multiplatform Helper Library for Other Libraries
Source: %{name}-%{version}.tar.bz2
-Patch0: gwenhywfar.diff
-Requires: libgwenhywfar38 = %{version}
+Requires: libgwenhywfar47 = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
@@ -46,13 +46,13 @@
Martin Preuss <martin@xxxxxxxxxxxxxx>
Christian Stimming

-%package -n libgwenhywfar38
+%package -n libgwenhywfar47
License: LGPL v2.1 or later
Group: System/Libraries
Summary: A Multiplatform Helper Library for Other Libraries
Requires: %{name} >= %{version}

-%description -n libgwenhywfar38
+%description -n libgwenhywfar47
Gwenhywfar is a base library used to provide OS abstraction functions
for Linux, FreeBSD, OpenBSD, NetBSD, and Windows. It also includes
some often needed functions (for example, for handling and parsing of
@@ -90,7 +90,6 @@

%prep
%setup -q
-%patch0

%build
autoreconf -f -i
@@ -107,10 +106,19 @@
%install
%makeinstall
%makeinstall install-srcdoc
+# we don't want another 'gwenhywfar' dir below docpath
+pushd $RPM_BUILD_ROOT%{_docdir}/%{name}/apidoc
+ %__mv %{name}/* ./
+ rm -rf %{name}
+popd
%find_lang %{name}
-rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a
$RPM_BUILD_ROOT%{_libdir}/*.*a
+%__rm $RPM_BUILD_ROOT%{_libdir}/gwenhywfar/plugins/*/*/*.*a
$RPM_BUILD_ROOT%{_libdir}/*.*a
mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}
-cp -a AUTHORS COPYING ChangeLog NEWS README TODO
$RPM_BUILD_ROOT%{_docdir}/%{name}
+%__cp -a AUTHORS COPYING ChangeLog NEWS README TODO
$RPM_BUILD_ROOT%{_docdir}/%{name}
+pushd $RPM_BUILD_ROOT%{_docdir}/%{name}/apidoc
+ `find -maxdepth 1 -type f -empty -print0 | xargs -0 echo %__rm -f`
+popd
+%fdupes $RPM_BUILD_ROOT%{_docdir}/%{name}/apidoc

%clean
rm -rf $RPM_BUILD_ROOT
@@ -119,9 +127,9 @@

%postun -p /sbin/ldconfig

-%post -n libgwenhywfar38 -p /sbin/ldconfig
+%post -n libgwenhywfar47 -p /sbin/ldconfig

-%postun -n libgwenhywfar38 -p /sbin/ldconfig
+%postun -n libgwenhywfar47 -p /sbin/ldconfig

%files -f %{name}.lang
%defattr (-, root, root)
@@ -129,10 +137,10 @@
%doc %{_docdir}/%{name}
%dir %{_libdir}/gwenhywfar
%{_libdir}/gwenhywfar/*
-%{_sysconfdir}/*.crt
+%{_datadir}/gwenhywfar
%exclude %{_docdir}/%{name}/apidoc

-%files -n libgwenhywfar38
+%files -n libgwenhywfar47
%defattr (-, root, root)
%{_libdir}/*.so.*

@@ -149,42 +157,3 @@
%{_libdir}/pkgconfig/gwenhywfar.pc

%changelog
-* Thu Jan 24 2008 coolo@xxxxxxx
-- fixing open call
-* Fri Nov 09 2007 crrodriguez@xxxxxxx
-- update to version 2.6.2
- * Release is only interesting for windows or NetBSD users
-- disable static libraries
-- remove "la" files
-- remove unnedded dependency on libopenssl-devel in the -devel package
-* Fri Jul 27 2007 sbrabec@xxxxxxx
-- Updated to version 2.6.1:
- * Minor bugs have been fixed.
- * Cross-compiling is now supported.
- * Some missing list functions have been added.
- * Decreases the verbosity.
- * Makes gwenhywfar completely relocatable using binreloc.
-- Split package according to shared library packaging policy.
-- Build with libxml2.
-- Build and create api docs.
-* Mon Oct 02 2006 sbrabec@xxxxxxx
-- Updated to version 2.4.1:
- * bug fixes
- * removed debugging messages
- * clean up the API
-* Fri Sep 15 2006 jhargadon@xxxxxxx
-- update to version 2.4.0
-- This release adds GWEN_DBIO plugin which writes GWEN_DB's as XML files
-* Tue Jun 20 2006 stbinner@xxxxxxx
-- Update to version 2.3.0:
- * Adds a new module for fast lookup of objects via integer IDs.
- * Adds a storage module to be used by further projects.
-* Thu May 11 2006 sbrabec@xxxxxxx
-- Updated to version 2.2.0.
-* Wed Jan 25 2006 mls@xxxxxxx
-- converted neededforbuild to BuildRequires
-* Mon Jan 16 2006 sbrabec@xxxxxxx
-- Updated to version 1.19.2.
-* Wed Oct 19 2005 sbrabec@xxxxxxx
-- New SuSE package, version 1.18.0.
- Based on spec file from Rajesh Singh <rajeshsingh.geo@xxxxxxxxx>.

++++++ gwenhywfar-2.6.2.tar.bz2 -> gwenhywfar-3.8.3.tar.bz2 ++++++
++++ 273772 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages