From 9bce9c5ae99718c4912fc3da304cca27f7d43c5cacbea59eeddee7c516aae472 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 5 May 2012 22:13:50 +0000 Subject: [PATCH] libnl 3.2.8 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=24 --- libdir.diff | 12 ++++++------ libnl-3.2.7.tar.xz | 3 --- libnl-3.2.8.tar.xz | 3 +++ libnl3.changes | 6 ++++++ libnl3.spec | 3 ++- 5 files changed, 17 insertions(+), 10 deletions(-) delete mode 100644 libnl-3.2.7.tar.xz create mode 100644 libnl-3.2.8.tar.xz diff --git a/libdir.diff b/libdir.diff index a61fc0e..967a629 100644 --- a/libdir.diff +++ b/libdir.diff @@ -8,13 +8,13 @@ Quick hack to make pkglibdir include the version. configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: libnl/configure.in +Index: libnl-3.2.8/configure.in =================================================================== ---- libnl.orig/configure.in -+++ libnl/configure.in -@@ -25,7 +25,7 @@ m4_define([libnl_version], - m4_define([libnl_lt_current], - [m4_eval(100 * libnl_minor_version + libnl_micro_version - libnl_lt_revision)]) +--- libnl-3.2.8.orig/configure.in ++++ libnl-3.2.8/configure.in +@@ -41,7 +41,7 @@ m4_define([libnl_lt_age], [6]) + m4_define([libnl_version], + [libnl_major_version.libnl_minor_version.libnl_micro_version]) -AC_INIT(libnl, [libnl_version], [http://www.infradead.org/~tgr/libnl/]) +AC_INIT(libnl3-200, [libnl_version], [http://www.infradead.org/~tgr/libnl/]) diff --git a/libnl-3.2.7.tar.xz b/libnl-3.2.7.tar.xz deleted file mode 100644 index c9d73b5..0000000 --- a/libnl-3.2.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3996238e07211ea3186f150d26ffaa559076e4217ea09d7860edae4b55d359d -size 863732 diff --git a/libnl-3.2.8.tar.xz b/libnl-3.2.8.tar.xz new file mode 100644 index 0000000..a0f53b7 --- /dev/null +++ b/libnl-3.2.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7bbee8d90509b5281cd967961e66b0beeb5cd67ebaf59b812f9518a04a19dc8 +size 869752 diff --git a/libnl3.changes b/libnl3.changes index 5fc74c8..2345b01 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 5 22:03:19 UTC 2012 - jengelh@medozas.de + +- Update to new upstream release 3.2.8 +* Support plug qdisc - queue traffic until explicit release + ------------------------------------------------------------------- Wed Feb 8 22:34:09 UTC 2012 - jengelh@medozas.de diff --git a/libnl3.spec b/libnl3.spec index 76ef513..08f1db7 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -15,10 +15,11 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.7 +Version: 3.2.8 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1 and GPL-2.0