Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2013-03-15 10:41:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-03-08 
11:20:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes       2013-03-15 
10:41:09.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Mar  7 19:59:56 UTC 2013 - jeng...@inai.de
+
+- Add preliminary symbol versioning for libnl
+  (0001-Add-symbol-version-maps-to-libnl.patch)
+
+-------------------------------------------------------------------

New:
----
  0001-Add-symbol-version-maps-to-libnl.patch

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

Other differences:
------------------
++++++ libnl3.spec ++++++
--- /var/tmp/diff_new_pack.Emfckq/_old  2013-03-15 10:41:11.000000000 +0100
+++ /var/tmp/diff_new_pack.Emfckq/_new  2013-03-15 10:41:11.000000000 +0100
@@ -29,10 +29,13 @@
 #Git-Clone:    git://git.infradead.org/users/tgr/libnl
 Source:         http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
 Source2:        baselibs.conf
+Patch1:         0001-Add-symbol-version-maps-to-libnl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-#git#BuildRequires:    autoconf, automake, libtool
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex >= 2.5.19
+BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  python-devel >= 2.6
 %if 0%{?suse_version}
@@ -97,14 +100,12 @@
 
 %prep
 %setup -qn libnl-%version
+%patch -P 1 -p1
 
 %build
-if [ ! -e configure ]; then
-       autoreconf -fi;
-fi;
+autoreconf -fi;
 %configure --disable-static
-# Remove LEX= workaround in 3.2.17
-make %{?_smp_mflags} LEX=flex pkglibdir="%_libdir/%lname" V=1;
+make %{?_smp_mflags} pkglibdir="%_libdir/%lname"
 
 %install
 b="%buildroot";
@@ -119,7 +120,6 @@
 %endif
 
 %post -n %lname -p /sbin/ldconfig
-
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname

++++++ 0001-Add-symbol-version-maps-to-libnl.patch ++++++
++++ 1665 lines (skipped)

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

Reply via email to