Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-09-01 10:31:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnfnetlink (Old)
 and      /work/SRC/openSUSE:Factory/.libnfnetlink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnfnetlink", Maintainer is "j...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes        
2012-02-16 16:18:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-09-01 10:31:38.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 01:52:43 UTC 2012 - jeng...@inai.de
+
+- Update to new git snapshot 1.0.0+git35
+* Fix incomplete retrieval of the interface list,
+  which causes conntrackd to not operate as desired
+
+-------------------------------------------------------------------

Old:
----
  libnfnetlink-1.0.0+git28.tar.xz

New:
----
  libnfnetlink-1.0.0+git35.tar.xz

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

Other differences:
------------------
++++++ libnfnetlink.spec ++++++
--- /var/tmp/diff_new_pack.pnmKYa/_old  2012-09-01 10:31:39.000000000 +0200
+++ /var/tmp/diff_new_pack.pnmKYa/_new  2012-09-01 10:31:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libnfnetlink
 #
-# Copyright (c) 2011 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
@@ -16,13 +16,10 @@
 #
 
 
-
 Name:           libnfnetlink
 %define libsoname      %{name}0
-Version:        1.0.0+git28
-Release:        2
-License:        GPL-2.0
-Group:          Productivity/Networking/Security
+Version:        1.0.0+git35
+Release:        0
 Url:            http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:    git://git.netfilter.org/libnfnetlink
@@ -31,8 +28,14 @@
 Source:         %name-%version.tar.xz
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake >= 1.6 libtool pkgconfig >= 0.23 xz
+BuildRequires:  autoconf
+BuildRequires:  automake >= 1.6
+BuildRequires:  libtool
+BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  xz
 Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
+License:        GPL-2.0
+Group:          Productivity/Networking/Security
 
 %description
 libnfnetlink is the low-level library for netfilter related
@@ -46,8 +49,8 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %libsoname
-Group:          System/Libraries
 Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
+Group:          System/Libraries
 
 %description -n %libsoname
 libnfnetlink is the low-level library for netfilter related
@@ -61,9 +64,9 @@
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
 %package -n %name-devel
-Group:          Development/Libraries/C and C++
 Requires:       %libsoname = %version
 Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
+Group:          Development/Libraries/C and C++
 
 %description -n %name-devel
 libnfnetlink is the low-level library for netfilter related
@@ -88,11 +91,11 @@
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi
-%configure --disable-static --includedir=%_includedir/%name-%version
+%configure --disable-static --includedir="%_includedir/%name-%version"
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %libsoname -p /sbin/ldconfig
@@ -102,11 +105,11 @@
 %files -n %libsoname
 %defattr(-,root,root)
 %doc COPYING README
-%_libdir/libnfnetlink.so.*
+%_libdir/libnfnetlink.so.0*
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink*
+%_includedir/%name-%version
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to