Hello community,

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

Package is "libnl3", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes    2012-06-25 
14:21:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes       2012-09-01 
10:31:46.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Aug 31 01:55:51 UTC 2012 - [email protected]
+
+- Update to new upstream release 3.2.12
+* Add new API to retrieve versioning information at runtime
+  suitable for python ctype.
+
+-------------------------------------------------------------------

Old:
----
  libdir.diff
  libnl-3.2.11.tar.bz2

New:
----
  libnl-3.2.12.tar.xz

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

Other differences:
------------------
++++++ libnl3.spec ++++++
--- /var/tmp/diff_new_pack.AXoxID/_old  2012-09-01 10:31:47.000000000 +0200
+++ /var/tmp/diff_new_pack.AXoxID/_new  2012-09-01 10:31:47.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libnl3
 %define lname  libnl3-200
 %define with_tools 1
-Version:        3.2.11
+Version:        3.2.12
 Release:        0
 Summary:        Convenience library for working with Netlink sockets
 License:        LGPL-2.1 and GPL-2.0
@@ -28,19 +28,18 @@
 Url:            http://people.suug.ch/~tgr/libnl/
 #Git-Clone:    git://git.kernel.org/pub/scm/libs/netlink/libnl
 #Git-Clone:    git://git.infradead.org/users/tgr/libnl
-Source:         libnl-%version.tar.bz2
+Source:         libnl-%version.tar.xz
 Source2:        baselibs.conf
-Patch1:         libdir.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
+#git#BuildRequires:    autoconf, automake, libtool
 BuildRequires:  bison
-BuildRequires:  fdupes
-BuildRequires:  flex
-BuildRequires:  libtool
-BuildRequires:  pkgconfig >= 0.23
-BuildRequires:  python-devel
+BuildRequires:  flex >= 2.5.19
+BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  python-devel >= 2.6
 BuildRequires:  xz
+%if 0%{?suse_version}
+BuildRequires:  fdupes
+%endif
 
 %description
 The libnl suite is a collection of libraries providing APIs to
@@ -99,33 +98,26 @@
 %endif
 
 %prep
-%if 0%{?__xz:1}
 %setup -qn libnl-%version
-%else
-tar -xf "%{S:0}" --use=xz;
-%setup -DTqn libnl-%version
-%endif
-%patch -P 1 -p1
 
 %build
-# we do have patches
-autoreconf -fi;
-
 if [ ! -e configure ]; then
        autoreconf -fi;
 fi;
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags} pkglibdir="%_libdir/%lname";
 
 %install
 b="%buildroot";
-%makeinstall
+make install DESTDIR="%buildroot" pkglibdir="%_libdir/%lname";
 find "$b" -iname "*.la" -delete;
 %if !%with_tools
 rm -Rf "$b/%_sysconfdir/libnl";
 rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
 %endif
+%if "%{?fudes:1}"
 %fdupes %buildroot
+%endif
 
 %post -n %lname -p /sbin/ldconfig
 

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

Reply via email to