diff --git a/libnl-3.2.1.tar.xz b/libnl-3.2.1.tar.xz new file mode 100644 index 0000000..632d237 --- /dev/null +++ b/libnl-3.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2e32f7f1ae74fcf1bf73a031757d0e2d25c4fd69a5a7b50c68f7279627edfd +size 862132 diff --git a/libnl-3.2.tar.xz b/libnl-3.2.tar.xz deleted file mode 100644 index 90032b3..0000000 --- a/libnl-3.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae8df01325d4716806243c4aca283835e4b38d288ce730a4b192c269dd196c80 -size 665220 diff --git a/libnl3.changes b/libnl3.changes index 0689ff0..3155000 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 21 18:31:38 UTC 2011 - jengelh@medozas.de + +- Update to new upstream release 3.2.1 +* new API to create/enslave/release bonding devices + ------------------------------------------------------------------- Tue Sep 20 08:49:19 UTC 2011 - jengelh@medozas.de diff --git a/libnl3.spec b/libnl3.spec index ca3123b..3ffb395 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -20,13 +20,13 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2 +Version: 3.2.1 Release: 0 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 @@ -92,10 +92,10 @@ demonstrated. %prep %if 0%{?__xz:1} -%setup -qn libnl +%setup -qn libnl-%version %else tar -xf "%{S:0}" --use=xz; -%setup -DTqn libnl +%setup -DTqn libnl-%version %endif %patch -P 1 -p1