Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory
checked in at Tue Aug 2 16:50:32 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/libmowgli/libmowgli.changes    2011-06-25 
19:19:52.000000000 +0200
@@ -0,0 +1,29 @@
+-------------------------------------------------------------------
+Sat Jun 25 16:54:45 UTC 2011 - [email protected]
+
+- Update to libmowgli-0.9.50
+* Rewrite mowgli_patricia to reduce cache misses
+* Fix corruption in mowgli_patricia after deleting nodes
+* Fix off-by-one error in mowgli_node_nth when iterating backwards
+
+-------------------------------------------------------------------
+Mon Feb 22 16:07:08 UTC 2010 - [email protected]
+
+- package documentation
+
+-------------------------------------------------------------------
+Mon Feb 22 16:00:41 UTC 2010 - [email protected]
+
+- update to 0.7.0
+- added baselibs.conf file (from home:jengelh:irc/libmowgli)
+
+-------------------------------------------------------------------
+Mon Feb 22 13:47:29 UTC 2010 - [email protected]
+
+- cleanup spec file
+
+-------------------------------------------------------------------
+Sun Dec  2 20:23:13 CET 2007 - [email protected]
+
+- Initial package version 
+

calling whatdependson for head-i586


New:
----
  baselibs.conf
  libmowgli-0.9.50.tar.xz
  libmowgli.changes
  libmowgli.spec

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

Other differences:
------------------
++++++ libmowgli.spec ++++++
#
# spec file for package libmowgli
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           libmowgli
Version:        0.9.50
Release:        1
Group:          Development/Libraries/C and C++
License:        BSD
Url:            http://www.atheme.org/project/mowgli
#Git-Clone:     git://git.atheme.org/libmowgli
Source:         http://distfiles.atheme.org/libmowgli-%version.tar.xz
Source1:        baselibs.conf
Summary:        A development framework for C (like GLib)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  pkg-config xz

%description
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,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
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++
#
Summary:        Shared library from libmowgli

%description -n %pkg_libname
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,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
and convenient logging for your code, as well as a high performance
block allocator

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

%description devel
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,
hashes), or replace some of the slow GLib list manipulation
functions), or stand alone. It also provides a powerful hook system
and convenient logging for your code, as well as a high performance
block allocator

This package holds the development files for libmowgli.

%prep
%setup -q

%build
if [ ! -e configure ]; then
        ./autogen.sh;
fi;
%configure --disable-static
make %{?_smp_mflags}

%install
%makeinstall

%post   -n %pkg_libname -p /sbin/ldconfig

%postun -n %pkg_libname -p /sbin/ldconfig

%files -n %pkg_libname
%defattr(-,root,root)
%_libdir/libmowgli.so.*

%files devel
%defattr(-,root,root)
%_includedir/libmowgli/
%_libdir/libmowgli.so
%_libdir/pkgconfig/libmowgli.pc
%doc doc/BOOST COPYING README Mercurial-Access AUTHORS

%changelog
++++++ baselibs.conf ++++++
libmowgli2

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



Remember to have fun...

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

Reply via email to