Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2013-06-06 15:00:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnl3 (Old)
 and      /work/SRC/openSUSE:Factory/.libnl3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnl3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes    2013-03-15 
10:41:09.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes       2013-06-06 
15:00:24.000000000 +0200
@@ -1,0 +2,15 @@
+Wed Jun  5 13:20:54 UTC 2013 - [email protected]
+
+- Update to new upstream release 3.2.22
+* ct: add ICMPv6 type,code and ID
+* attr: Provide nla_is_nested() function
+* bridge: Support the new bridging attributes
+* bridge: Provide rtnl_link_bridge_alloc()
+* vlan: Provide rtnl_link_vlan_alloc()
+* bond: Provide rtnl_link_bond_alloc()
+* attr: Add nla_nest_cancel() to remove partially added nested
+  attributes
+- Remove 0001-Add-symbol-version-maps-to-libnl.patch
+  (merged upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-symbol-version-maps-to-libnl.patch
  libnl-3.2.21.tar.gz

New:
----
  libnl-3.2.22.tar.xz

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

Other differences:
------------------
++++++ libnl3.spec ++++++
--- /var/tmp/diff_new_pack.F8O0Ze/_old  2013-06-06 15:00:25.000000000 +0200
+++ /var/tmp/diff_new_pack.F8O0Ze/_new  2013-06-06 15:00:25.000000000 +0200
@@ -19,25 +19,24 @@
 Name:           libnl3
 %define lname  libnl3-200
 %define with_tools 1
-Version:        3.2.21
+Version:        3.2.22
 Release:        0
 Summary:        Convenience library for working with Netlink sockets
 License:        LGPL-2.1 and GPL-2.0
 Group:          Development/Libraries/C and C++
+Url:            http://www.carisma.slowglass.com/~tgr/libnl/
 
-Url:            http://people.suug.ch/~tgr/libnl/
 #Git-Clone:    git://git.infradead.org/users/tgr/libnl
-Source:         http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz
+#Git-Clone:    git://github.com/tgraf/libnl
+#DL-URL:       http://www.carisma.slowglass.com/~tgr/libnl/files/
+Source:         libnl-%version.tar.xz
 Source2:        baselibs.conf
-Patch1:         0001-Add-symbol-version-maps-to-libnl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  flex >= 2.5.19
-BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.21
 BuildRequires:  python-devel >= 2.6
+BuildRequires:  xz
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -99,11 +98,14 @@
 %endif
 
 %prep
+%if 0%{?__xz:1}
 %setup -qn libnl-%version
-%patch -P 1 -p1
+%else
+tar -xf "%{S:0}" --use=xz;
+%setup -DTqn libnl-%version
+%endif
 
 %build
-autoreconf -fi;
 %configure --disable-static
 make %{?_smp_mflags} pkglibdir="%_libdir/%lname"
 
@@ -115,7 +117,7 @@
 rm -Rf "$b/%_sysconfdir/libnl";
 rm -Rf "$b/%_sbindir" "$b/%_mandir/man8";
 %endif
-%if "%{?fudes:1}"
+%if 0%{?fdupes:1}
 %fdupes %buildroot/%_prefix
 %endif
 

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

Reply via email to