diff --git a/libnl-3.2.14.tar.gz b/libnl-3.2.14.tar.gz deleted file mode 100644 index 9b4e675..0000000 --- a/libnl-3.2.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6bb043eea08765bada37a053d932f073db9d51e7a8cd419e237c785ba6369e2c -size 687883 diff --git a/libnl-3.2.16.tar.gz b/libnl-3.2.16.tar.gz new file mode 100644 index 0000000..fad3f01 --- /dev/null +++ b/libnl-3.2.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43a42336c6a3cf559f390e202f8f029d165bd767da7cf7a32a815c570b31826 +size 712043 diff --git a/libnl3.changes b/libnl3.changes index 6c920f2..79b519b 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Nov 25 16:36:33 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 3.2.16 +* Optional hashtable backend for caches +* Improved netlink expectations support +* Extended AF_BRIDGE support for link and neighbour caches +* Better thread safety in module registration operations + ------------------------------------------------------------------- Wed Nov 14 01:00:54 UTC 2012 - jengelh@inai.de diff --git a/libnl3.spec b/libnl3.spec index 7b97fcf..862c1cb 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -19,7 +19,7 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.14 +Version: 3.2.16 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1 and GPL-2.0 @@ -103,7 +103,8 @@ if [ ! -e configure ]; then autoreconf -fi; fi; %configure --disable-static -make %{?_smp_mflags} pkglibdir="%_libdir/%lname"; +# Remove LEX= workaround in 3.2.17 +make %{?_smp_mflags} LEX=flex pkglibdir="%_libdir/%lname" V=1; %install b="%buildroot"; @@ -114,7 +115,7 @@ rm -Rf "$b/%_sysconfdir/libnl"; rm -Rf "$b/%_sbindir" "$b/%_mandir/man8"; %endif %if "%{?fudes:1}" -%fdupes %buildroot +%fdupes %buildroot/%_prefix %endif %post -n %lname -p /sbin/ldconfig