Hello community,

here is the log from the commit of package libnfnetlink for openSUSE:Factory 
checked in at 2012-02-16 16:18:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnfnetlink (Old)
 and      /work/SRC/openSUSE:Factory/.libnfnetlink.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnfnetlink", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnfnetlink/libnfnetlink.changes        
2011-12-31 17:19:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnfnetlink.new/libnfnetlink.changes   
2012-02-16 16:18:26.000000000 +0100
@@ -1,0 +2,18 @@
+Fri Feb 10 15:54:47 UTC 2012 - [email protected]
+
+- license update: GPL-2.0
+  Look at e.g. src/iftable.c - please check if GPL-3.0 applications require
+  this library
+
+-------------------------------------------------------------------
+Sat Dec 31 20:25:58 UTC 2011 - [email protected]
+
+- Update to new git snapshot 1.0.0+git28
+* build updates, license update
+
+-------------------------------------------------------------------
+Thu Dec 29 20:50:58 UTC 2011 - [email protected]
+
+- Use separate include dir to detect compile errors
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libnfnetlink.spec ++++++
--- /var/tmp/diff_new_pack.29vnHL/_old  2012-02-16 16:18:27.000000000 +0100
+++ /var/tmp/diff_new_pack.29vnHL/_new  2012-02-16 16:18:27.000000000 +0100
@@ -19,11 +19,11 @@
 
 Name:           libnfnetlink
 %define libsoname      %{name}0
-Version:        1.0.0+git1
+Version:        1.0.0+git28
 Release:        2
 License:        GPL-2.0
 Group:          Productivity/Networking/Security
-URL:            http://netfilter.org/projects/libnfnetlink/
+Url:            http://netfilter.org/projects/libnfnetlink/
 
 #Git-Clone:    git://git.netfilter.org/libnfnetlink
 #DL-URL:       ftp://ftp.netfilter.org/pub/libnfnetlink/
@@ -31,9 +31,7 @@
 Source:         %name-%version.tar.xz
 Source2:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  pkgconfig
-BuildRequires:  xz
-BuildRequires:  libtool
+BuildRequires:  autoconf automake >= 1.6 libtool pkgconfig >= 0.23 xz
 Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
 
 %description
@@ -47,8 +45,6 @@
 It is only used by other netfilter.org projects, such as
 libnetfilter_log, libnetfilter_queue or libnetfilter_conntrack.
 
-%define debug_package_requires %libsoname = %version-%release
-
 %package -n %libsoname
 Group:          System/Libraries
 Summary:        Low-level library for Netfilter-related kernel/userspace 
communication
@@ -90,14 +86,14 @@
 
 %build
 if [ ! -e configure ]; then
-       ./autogen.sh
+       autoreconf -fi;
 fi
-%configure --disable-static
+%configure --disable-static --includedir=%_includedir/%name-%version
 make %{?_smp_mflags}
 
 %install
 %makeinstall
-find %buildroot -name "*.la" -delete
+rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %libsoname -p /sbin/ldconfig
 
@@ -110,7 +106,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libnfnetlink
+%_includedir/libnfnetlink*
 %_libdir/libnfnetlink.so
 %_libdir/pkgconfig/libnfnetlink.pc
 

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

Reply via email to