Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory 
checked in at 2011-11-21 15:46:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmowgli (Old)
 and      /work/SRC/openSUSE:Factory/.libmowgli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmowgli", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmowgli/libmowgli.changes      2011-09-23 
02:08:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2011-11-21 
15:47:00.000000000 +0100
@@ -1,0 +2,19 @@
+Sun Oct  9 16:53:44 UTC 2011 - [email protected]
+
+- update to 0.9.95
+  * Add MOWGLI_DEPRECATED to mark symbols as deprecated on GCC/ICC/MSVC.
+    mowgli.allocator: actually, shouldn't be deprecated
+    mowgli.spinlock: mark as deprecated
+    mowgli.allocator: mark as deprecated
+    mowgli.dictionary: mark as deprecated
+    mowgli.ioevent: mark as deprecated
+  * configure: refresh
+- spec cleanup
+
+-------------------------------------------------------------------
+Mon Aug  1 13:23:06 UTC 2011 - [email protected]
+
+- fix group for shared library
+- remove --disable-static (unknown)
+
+-------------------------------------------------------------------

Old:
----
  libmowgli-0.9.50.tar.xz

New:
----
  libmowgli-0.9.95.tar.bz2

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

Other differences:
------------------
++++++ libmowgli.spec ++++++
--- /var/tmp/diff_new_pack.KNBq8I/_old  2011-11-21 15:47:01.000000000 +0100
+++ /var/tmp/diff_new_pack.KNBq8I/_new  2011-11-21 15:47:01.000000000 +0100
@@ -18,17 +18,18 @@
 
 
 Name:           libmowgli
-Version:        0.9.50
+%define         libsoname %{name}2
+Summary:        A development framework for C (like GLib)
+Version:        0.9.95
 Release:        1
-Group:          Development/Libraries/C and C++
 License:        BSD
+Group:          Development/Libraries/C and C++
 Url:            http://www.atheme.org/project/mowgli
 #Git-Clone:    git://git.atheme.org/libmowgli
-Source:         http://distfiles.atheme.org/libmowgli-%version.tar.xz
+Source:         http://distfiles.atheme.org/libmowgli-%version.tar.bz2
 Source1:        baselibs.conf
-Summary:        A development framework for C (like GLib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkg-config xz
+BuildRequires:  pkg-config
 
 %description
 mowgli is a development framework for C (like GLib), which provides
@@ -39,15 +40,11 @@
 and convenient logging for your code, as well as a high performance
 block allocator
 
-%define pkg_libname libmowgli2
-
-%package -n %pkg_libname
-
-Group:          Development/Libraries/C and C++
-#
+%package -n %libsoname
 Summary:        Shared library from libmowgli
+Group:          System/Libraries
 
-%description -n %pkg_libname
+%description -n %libsoname
 mowgli is a development framework for C (like GLib), which provides
 high performance and highly flexible algorithms. It can be used as a
 suppliment to GLib (to add additional functions (dictionaries,
@@ -59,10 +56,9 @@
 This package holds the shared library from libmowgli.
 
 %package devel
-
-Group:          Development/Libraries/C and C++
-Requires:       %pkg_libname = %version, glibc-devel
 Summary:        The development files for libmowgli
+Group:          Development/Libraries/C and C++
+Requires:       %libsoname = %version, glibc-devel
 
 %description devel
 mowgli is a development framework for C (like GLib), which provides
@@ -82,25 +78,25 @@
 if [ ! -e configure ]; then
        ./autogen.sh;
 fi;
-%configure --disable-static
+%configure
 make %{?_smp_mflags}
 
 %install
 %makeinstall
 
-%post   -n %pkg_libname -p /sbin/ldconfig
+%post   -n %libsoname -p /sbin/ldconfig
 
-%postun -n %pkg_libname -p /sbin/ldconfig
+%postun -n %libsoname -p /sbin/ldconfig
 
-%files -n %pkg_libname
+%files -n %libsoname
 %defattr(-,root,root)
-%_libdir/libmowgli.so.*
+%_libdir/%name.so.*
 
 %files devel
 %defattr(-,root,root)
-%_includedir/libmowgli/
-%_libdir/libmowgli.so
-%_libdir/pkgconfig/libmowgli.pc
-%doc doc/BOOST COPYING README Mercurial-Access AUTHORS
+%doc AUTHORS COPYING doc/BOOST README
+%_includedir/%name/
+%_libdir/%name.so
+%_libdir/pkgconfig/%name.pc
 
 %changelog

++++++ libmowgli-0.9.50.tar.xz -> libmowgli-0.9.95.tar.bz2 ++++++
++++ 22665 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to