Hello community, here is the log from the commit of package ipset for openSUSE:Factory checked in at 2012-05-11 09:46:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ipset (Old) and /work/SRC/openSUSE:Factory/.ipset.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipset", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/ipset/ipset.changes 2012-02-10 17:14:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2012-05-11 09:46:48.000000000 +0200 @@ -1,0 +2,9 @@ +Thu May 10 11:07:52 UTC 2012 - [email protected] + +- Update to new upstream release 6.12 +* Report syntax error messages immediately +* Add dynamic module support to ipset userspace tool +* Fix timeout value overflow bug at large timeout parameters +* gcc 4.7 support + +------------------------------------------------------------------- Old: ---- ipset-6.11.tar.xz kernel-3_3.diff linux-export.h.diff no-static.diff New: ---- ipset-6.12.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ipset.spec ++++++ --- /var/tmp/diff_new_pack.0U4Ptp/_old 2012-05-11 09:46:50.000000000 +0200 +++ /var/tmp/diff_new_pack.0U4Ptp/_new 2012-05-11 09:46:50.000000000 +0200 @@ -16,27 +16,27 @@ # - Name: ipset %define lname libipset2 -Version: 6.11 +Version: 6.12 Release: 0 -Group: Productivity/Networking/Security Summary: Netfilter ipset administration utility License: GPL-2.0 +Group: Productivity/Networking/Security Url: http://ipset.netfilter.org/ #Git-Clone: git://git.netfilter.org/ipset #Git-Web: http://git.netfilter.org/ Source: %name-%version.tar.xz Source3: %name-preamble -Patch1: no-static.diff -Patch2: kernel-3_3.diff -Patch3: linux-export.h.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf automake libtool -BuildRequires: pkgconfig >= 0.21 pkgconfig(libmnl) >= 1 xz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkgconfig >= 0.21 +BuildRequires: xz +BuildRequires: pkgconfig(libmnl) >= 1 %if 0%{?suse_version} BuildRequires: %kernel_module_package_buildreqs BuildRequires: kernel-syms >= 2.6.39 @@ -61,8 +61,8 @@ iptables rule and benefit from the speed of IP sets %package KMP -Group: System/Kernel Summary: Netfilter ipset kernel modules +Group: System/Kernel %description KMP IP sets are a framework inside the Linux kernel, which can be @@ -98,35 +98,32 @@ %prep %setup -q -%patch -P 1 -P 2 -P 3 -p1 %build -./autogen.sh; # got patches #if [ ! -e configure ]; then # ./autogen.sh; #fi; -pushd ../; for flavor in %flavors_to_build; do - cp -a "%name-%version" "%name-$flavor-%version"; - pushd "%name-$flavor-%version/"; + cp -a . "../%name-$flavor-%version"; + pushd "../%name-$flavor-%version/"; # ksource: it just checks for a header %configure --disable-static \ --with-kbuild="/usr/src/linux-obj/%_target_cpu/$flavor" \ - --with-ksource="/usr/src/linux"; + --with-ksource="/usr/src/linux" \ + --enable-dependency-tracking; make %{?_smp_mflags} all modules; popd; done; %install b="%buildroot"; -pushd ../; for flavor in %flavors_to_build; do - pushd "%name-$flavor-%version/"; + pushd "../%name-$flavor-%version/"; make %{?_smp_mflags} install modules_install \ DESTDIR="$b" INSTALL_MOD_PATH="$b"; popd; done; -rm -f "$b/%_libdir"/*.la; +find "$b/%_libdir" -type f -name "*.la" -delete; %post -n %lname -p /sbin/ldconfig -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
