Hello community,

here is the log from the commit of package libnl3 for openSUSE:Factory checked 
in at 2017-03-21 22:45:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libnl3 (Old)
 and      /work/SRC/openSUSE:Factory/.libnl3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libnl3"

Tue Mar 21 22:45:27 2017 rev:31 rq:480827 version:3.3.0~rc1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libnl3/libnl3.changes    2017-01-24 
10:29:45.321418589 +0100
+++ /work/SRC/openSUSE:Factory/.libnl3.new/libnl3.changes       2017-03-21 
22:45:28.713310927 +0100
@@ -1,0 +2,12 @@
+Fri Mar 17 11:50:38 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 3.3.0~rc1
+  * sriov: fix crash in rtnl_link_sriov_parse_vflist
+  * sriov: avoid buffer overrun in rtnl_link_sriov_parse_vflist()
+  * use O_CLOEXEC
+  * lib/attr.c: check for valid length argument in nla_reserve()
+  * route: neigh: use NDA_MASTER for neigh->n_master if available
+  * xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()
+- Drop nla-reverse.diff (included upstream)
+
+-------------------------------------------------------------------

Old:
----
  libnl-3.2.29.tar.gz
  libnl-3.2.29.tar.gz.sig
  nla-reserve.diff

New:
----
  libnl-3.3.0-rc1.tar.gz
  libnl-3.3.0-rc1.tar.gz.sig

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

Other differences:
------------------
++++++ libnl3.spec ++++++
--- /var/tmp/diff_new_pack.8j76bt/_old  2017-03-21 22:45:29.729167311 +0100
+++ /var/tmp/diff_new_pack.8j76bt/_new  2017-03-21 22:45:29.733166745 +0100
@@ -19,8 +19,9 @@
 Name:           libnl3
 %define lname  libnl3-200
 %define with_tools 1
-%define uver   3_2_29
-Version:        3.2.29
+%define uver   3_3_0rc1
+%define rversion 3.3.0-rc1
+Version:        3.3.0~rc1
 Release:        0
 Summary:        Convenience library for working with Netlink sockets
 License:        LGPL-2.1 and GPL-2.0
@@ -30,10 +31,9 @@
 #Git-Clone:    git://git.infradead.org/users/tgr/libnl
 #Git-Clone:    git://github.com/thom311/libnl/
 #Mailing-List: http://lists.infradead.org/mailman/listinfo/libnl
-Source:         
https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%version.tar.gz
-Source2:        
https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%version.tar.gz.sig
+Source:         
https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%rversion.tar.gz
+Source2:        
https://github.com/thom311/libnl/releases/download/libnl%uver/libnl-%rversion.tar.gz.sig
 Source3:        baselibs.conf
-Patch1:         nla-reserve.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  bison >= 2.4
 BuildRequires:  flex >= 2.5.19
@@ -103,8 +103,7 @@
 %endif
 
 %prep
-%setup -qn libnl-%version
-%patch -P 1 -p1
+%setup -qn libnl-%rversion
 
 %build
 %configure --disable-static
@@ -112,11 +111,11 @@
 
 %install
 b="%buildroot";
-make install DESTDIR="%buildroot" pkglibdir="%_libdir/%lname";
-find "$b" -iname "*.la" -delete;
+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";
+rm -Rf "$b/%_sysconfdir/libnl"
+rm -Rf "$b/%_sbindir" "$b/%_mandir/man8"
 %endif
 %if 0%{?fdupes:1}
 %fdupes %buildroot/%_prefix


Reply via email to