Hello community,

here is the log from the commit of package ipset for openSUSE:Factory checked 
in at 2013-11-07 12:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipset (Old)
 and      /work/SRC/openSUSE:Factory/.ipset.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ipset"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ipset/ipset.changes      2013-05-16 
11:06:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipset.new/ipset.changes 2013-11-07 
12:52:47.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Oct 28 12:34:04 UTC 2013 - [email protected]
+
+- Update to new upstream release 6.20.1
+* build fixes for kernel 3.8 and the userspace library
+- Remove 0001-build-fix-incorrect-library-versioning.patch (merged)
+
+-------------------------------------------------------------------
+Sun Oct 20 13:03:53 UTC 2013 - [email protected]
+
+- Add 0001-build-fix-incorrect-library-versioning.patch
+
+-------------------------------------------------------------------
+Sun Oct 20 12:43:51 UTC 2013 - [email protected]
+
+- Update to new upstream release 6.20
+* netns support
+* new set types: hash:net,net and hash:net,port,net
+* new extension: "comment", for annotation of set elements
+- Drop sles11.diff (no longer needed, upstream has better fix)
+
+-------------------------------------------------------------------

Old:
----
  ipset-6.19.tar.xz
  sles11.diff

New:
----
  ipset-6.20.1.tar.xz

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

Other differences:
------------------
++++++ ipset.spec ++++++
--- /var/tmp/diff_new_pack.qTlWs4/_old  2013-11-07 12:52:47.000000000 +0100
+++ /var/tmp/diff_new_pack.qTlWs4/_new  2013-11-07 12:52:47.000000000 +0100
@@ -18,7 +18,7 @@
 
 Name:           ipset
 %define lname  libipset3
-Version:        6.19
+Version:        6.20.1
 Release:        0
 Summary:        Netfilter ipset administration utility
 License:        GPL-2.0
@@ -31,9 +31,11 @@
 #Git-Web:      http://git.netfilter.org/
 Source:         %name-%version.tar.xz
 Source3:        %name-preamble
-Patch1:         sles11.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  xz
 %if 0%{?suse_version} >= 1140 || 0%{?fedora_version}
@@ -122,7 +124,7 @@
 tar --use=xz -xf "%{S:0}";
 %setup -DTq
 %endif
-%patch -P 1 -p1
+autoreconf -fi
 
 %build
 %if 0%{?with_kmp}
@@ -132,12 +134,13 @@
        # 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" \
+               --includedir="%_includedir/pkg"
        make %{?_smp_mflags} all modules;
        popd;
 done;
 %else
-%configure --disable-static --with-kmod=no
+%configure --disable-static --with-kmod=no --includedir="%_includedir/pkg"
 make %{?_smp_mflags};
 %endif
 
@@ -171,6 +174,7 @@
 %files devel
 %defattr(-,root,root)
 %_libdir/libipset.so
-%_includedir/libipset
+%_libdir/pkgconfig/libipset.pc
+%_includedir/pkg/
 
 %changelog

++++++ ipset-6.19.tar.xz -> ipset-6.20.1.tar.xz ++++++
++++ 40288 lines of diff (skipped)

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

Reply via email to