From 01ba164f2c93251f044ce929f00ebc306ba213c37b134ef085a1fa4e5ee0ec9f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 9 Oct 2012 01:08:21 +0000 Subject: [PATCH] libnl-3.2.13 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=36 --- libnl-3.2.12.tar.xz | 3 --- libnl-3.2.13.tar.gz | 3 +++ libnl3.changes | 7 +++++++ libnl3.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 libnl-3.2.12.tar.xz create mode 100644 libnl-3.2.13.tar.gz diff --git a/libnl-3.2.12.tar.xz b/libnl-3.2.12.tar.xz deleted file mode 100644 index dbe3798..0000000 --- a/libnl-3.2.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c665157ef3823e0862298290d49bda725c0df816209fb627e089ece29baf4f1c -size 908076 diff --git a/libnl-3.2.13.tar.gz b/libnl-3.2.13.tar.gz new file mode 100644 index 0000000..42abcbc --- /dev/null +++ b/libnl-3.2.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4deba0ecec0e5aede900b5676ed56d727b688e3d49f3e732c7e294a6a920bcf9 +size 1177080 diff --git a/libnl3.changes b/libnl3.changes index 329234b..9e7f493 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Oct 9 01:03:54 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 3.2.13 +* More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msg +* genl_ctrl_probe_by_name: fix checking of genlmsg_put() return value + ------------------------------------------------------------------- Fri Aug 31 01:55:51 UTC 2012 - jengelh@inai.de diff --git a/libnl3.spec b/libnl3.spec index 622d116..de19e60 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -19,7 +19,7 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.12 +Version: 3.2.13 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1 and GPL-2.0 @@ -28,7 +28,7 @@ Group: Development/Libraries/C and C++ 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.xz +Source: http://www.infradead.org/~tgr/libnl/files/libnl-%version.tar.gz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build #git#BuildRequires: autoconf, automake, libtool @@ -36,7 +36,6 @@ BuildRequires: bison BuildRequires: flex >= 2.5.19 BuildRequires: pkgconfig >= 0.21 BuildRequires: python-devel >= 2.6 -BuildRequires: xz %if 0%{?suse_version} BuildRequires: fdupes %endif