Hello community,

here is the log from the commit of package libmnl for openSUSE:Factory checked 
in at 2014-10-11 19:25:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmnl (Old)
 and      /work/SRC/openSUSE:Factory/.libmnl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmnl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmnl/libmnl.changes    2014-04-26 
19:35:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmnl.new/libmnl.changes       2014-10-11 
19:25:49.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 23 15:43:40 UTC 2014 - [email protected]
+
+- Move include files to /usr/include/pkg, like done in many other
+  packages
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libmnl.spec ++++++
--- /var/tmp/diff_new_pack.iJItMx/_old  2014-10-11 19:25:50.000000000 +0200
+++ /var/tmp/diff_new_pack.iJItMx/_new  2014-10-11 19:25:50.000000000 +0200
@@ -25,7 +25,6 @@
 Release:        0
 Url:            http://netfilter.org/projects/libmnl/
 
-#Freecode-URL: http://freecode.com/projects/libmnl/
 #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
@@ -73,11 +72,11 @@
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi;
-%configure --includedir=%_includedir/%name-%version
+%configure --includedir="%_includedir/pkg/%name"
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm -f "%buildroot/%_libdir"/*.la;
 
 %post -n %lname -p /sbin/ldconfig
@@ -90,7 +89,7 @@
 
 %files -n %name-devel
 %defattr(-,root,root)
-%_includedir/libmnl*
+%_includedir/pkg/
 %_libdir/libmnl.so
 %_libdir/pkgconfig/libmnl.pc
 


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

Reply via email to