From 70e96696574ba5bdc24be1eb49f8f553eed5bb59ee6038166c40346dca8ce5b1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 11 Nov 2011 02:14:41 +0000 Subject: [PATCH 1/2] libnl 3.2.3 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=10 --- libnl-3.2.1.tar.xz | 3 --- libnl-3.2.3.tar.xz | 3 +++ libnl3.changes | 7 +++++++ libnl3.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 libnl-3.2.1.tar.xz create mode 100644 libnl-3.2.3.tar.xz diff --git a/libnl-3.2.1.tar.xz b/libnl-3.2.1.tar.xz deleted file mode 100644 index 632d237..0000000 --- a/libnl-3.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a2e32f7f1ae74fcf1bf73a031757d0e2d25c4fd69a5a7b50c68f7279627edfd -size 862132 diff --git a/libnl-3.2.3.tar.xz b/libnl-3.2.3.tar.xz new file mode 100644 index 0000000..97a3495 --- /dev/null +++ b/libnl-3.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8cb8b8aec087fcb8b3325c5bef10845a516071e8dabc1e0195d77e21035d27 +size 863016 diff --git a/libnl3.changes b/libnl3.changes index 3155000..88d04db 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 11 00:33:56 UTC 2011 - jengelh@medozas.de + +- Update to new upstream release 3.2.3 +* Add missing libnl-cli-3.0 pkgconfig file +* Fix memory leaks durgin rtnl_addr object freeing + ------------------------------------------------------------------- Wed Sep 21 18:31:38 UTC 2011 - jengelh@medozas.de diff --git a/libnl3.spec b/libnl3.spec index 3ffb395..515a828 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -20,7 +20,7 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.1 +Version: 3.2.3 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1, GPL-2.0 From d4ee02ce2e42e4e91df51879a359591bcdce7bb2a778bd88b2ffe0384d0a86c0 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 21 Nov 2011 17:13:08 +0000 Subject: [PATCH 2/2] Accepting request 92554 from home:coolo:removelibtool add libtool to buildrequires OBS-URL: https://build.opensuse.org/request/show/92554 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=11 --- libnl3.changes | 5 +++++ libnl3.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libnl3.changes b/libnl3.changes index 88d04db..d46314d 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Nov 19 20:44:32 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Fri Nov 11 00:33:56 UTC 2011 - jengelh@medozas.de diff --git a/libnl3.spec b/libnl3.spec index 515a828..165b302 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -26,14 +26,14 @@ Summary: Convenience library for working with Netlink sockets License: LGPL-2.1, GPL-2.0 Group: Development/Libraries/C and C++ -URL: http://people.suug.ch/~tgr/libnl/ +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 Source2: baselibs.conf Patch1: libdir.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: bison fdupes flex pkgconfig python-devel xz +BuildRequires: bison fdupes flex libtool pkgconfig python-devel xz %description The libnl suite is a collection of libraries providing APIs to