Hello community, here is the log from the commit of package libmnl for openSUSE:Factory checked in at 2012-01-04 07:24:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmnl (Old) and /work/SRC/openSUSE:Factory/.libmnl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmnl", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes 2011-09-23 02:08:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes 2012-01-04 07:24:39.000000000 +0100 @@ -1,0 +2,15 @@ +Mon Jan 2 21:24:22 UTC 2012 - [email protected] + +- Update to new upstream release 1.0.2 +* build and compile updates +* header: fix invalid use of type void * in arithmetic of + mnl_for_each_nest(...) +* doc: fix wrong comment describing mnl_nlmsg_batch_stop + +------------------------------------------------------------------- +Thu Dec 29 20:48:55 UTC 2011 - [email protected] + +- SPDX format for License: tag +- Use separate include dir to detect compile errors + +------------------------------------------------------------------- Old: ---- libmnl-1.0.1.tar.bz2 libmnl-1.0.1.tar.bz2.sig New: ---- libmnl-1.0.2.tar.bz2 libmnl-1.0.2.tar.bz2.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmnl.spec ++++++ --- /var/tmp/diff_new_pack.1psfyt/_old 2012-01-04 07:24:40.000000000 +0100 +++ /var/tmp/diff_new_pack.1psfyt/_new 2012-01-04 07:24:40.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package libmnl (Version 1.0.1) +# spec file for package libmnl # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -20,21 +20,19 @@ Name: libmnl Summary: Minimalistic Netlink communication library %define lname %{name}0 -Version: 1.0.1 -Release: 1 -License: LGPLv2+ +Version: 1.0.2 +Release: 0 +License: LGPL-2.1+ Group: Productivity/Networking/Security Url: http://netfilter.org/projects/libmnl/ -Source: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2 -Source1: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2.sig + +#Git-Clone: git://git.netfilter.org/libmnl +Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2 +Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig Source9: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config >= 0.19 -%if 0%{?suse_version} < 1130 -BuildRequires: linux-kernel-headers -%else -BuildRequires: linux-glibc-devel -%endif +BuildRequires: autoconf automake >= 1.6 libtool +BuildRequires: pkgconfig >= 0.23 %description libmnl is a minimalistic user-space library oriented to Netlink @@ -43,16 +41,7 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. -Author(s): ----------- - Pablo Neira Ayuso - Netfilter Team <[email protected]> - -%define debug_package_requires %lname = %version-%release - %package -n %lname - - Group: System/Libraries Summary: Minimalistic Netlink communication library @@ -63,14 +52,7 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. -Author(s): ----------- - Pablo Neira Ayuso - Netfilter Team <[email protected]> - %package -n %name-devel - - Group: Development/Libraries/C and C++ Requires: %lname = %version Summary: Development files for libmnl @@ -82,24 +64,19 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. -Author(s): ----------- - Pablo Neira Ayuso - Netfilter Team <[email protected]> - %prep %setup -q %build if [ ! -e configure ]; then - ./autogen.sh; + autoreconf -fi; fi; -%configure +%configure --includedir=%_includedir/%name-%version make %{?_smp_mflags} %install %makeinstall -find "%buildroot" -name "*.la" -delete; +rm -f "%buildroot/%_libdir"/*.la; %post -n %lname -p /sbin/ldconfig @@ -107,12 +84,12 @@ %files -n %lname %defattr(-,root,root) -%_libdir/*.so.* +%_libdir/libmnl.so.0* %files -n %name-devel %defattr(-,root,root) -%_includedir/* -%_libdir/*.so -%_libdir/pkgconfig/* +%_includedir/libmnl* +%_libdir/libmnl.so +%_libdir/pkgconfig/libmnl.pc %changelog ++++++ libmnl-1.0.1.tar.bz2 -> libmnl-1.0.2.tar.bz2 ++++++ ++++ 17237 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
