diff --git a/libmnl-1.0.2.tar.bz2 b/libmnl-1.0.2.tar.bz2 deleted file mode 100644 index 6222a82..0000000 --- a/libmnl-1.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d91e85386fd44ad1fa5e1f3d87af6099d954d8d0f45b009a4ecc096137e4a60 -size 300560 diff --git a/libmnl-1.0.2.tar.bz2.sig b/libmnl-1.0.2.tar.bz2.sig deleted file mode 100644 index d3991c6..0000000 Binary files a/libmnl-1.0.2.tar.bz2.sig and /dev/null differ diff --git a/libmnl-1.0.3.tar.bz2 b/libmnl-1.0.3.tar.bz2 new file mode 100644 index 0000000..338675c --- /dev/null +++ b/libmnl-1.0.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f14336e9acdbc62c2dc71bbb59ce162e54e9af5c80153e92476c5443fe784de +size 337375 diff --git a/libmnl-1.0.3.tar.bz2.sig b/libmnl-1.0.3.tar.bz2.sig new file mode 100644 index 0000000..9eb199c Binary files /dev/null and b/libmnl-1.0.3.tar.bz2.sig differ diff --git a/libmnl.changes b/libmnl.changes index b7d6418..cb29e4b 100644 --- a/libmnl.changes +++ b/libmnl.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat May 26 18:29:50 UTC 2012 - jengelh@inai.de + +- Update to new upstream release 1.0.3 +* Added the "mnl_attr_for_each_payload" function, which allows to + iterate over attributes for a given payload pointer. + ------------------------------------------------------------------- Mon Jan 2 21:24:22 UTC 2012 - jengelh@medozas.de diff --git a/libmnl.spec b/libmnl.spec index 5bf3dc5..4f9fda2 100644 --- a/libmnl.spec +++ b/libmnl.spec @@ -16,14 +16,13 @@ # - Name: libmnl Summary: Minimalistic Netlink communication library -%define lname %{name}0 -Version: 1.0.2 -Release: 0 License: LGPL-2.1+ Group: Productivity/Networking/Security +%define lname %{name}0 +Version: 1.0.3 +Release: 0 Url: http://netfilter.org/projects/libmnl/ #Git-Clone: git://git.netfilter.org/libmnl @@ -31,8 +30,9 @@ Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2 Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig Source9: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: autoconf automake >= 1.6 libtool -BuildRequires: pkgconfig >= 0.23 +#git#BuildRequires: autoconf, automake >= 1.6 +BuildRequires: libtool +BuildRequires: pkgconfig >= 0.21 %description libmnl is a minimalistic user-space library oriented to Netlink @@ -42,8 +42,8 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. %package -n %lname -Group: System/Libraries Summary: Minimalistic Netlink communication library +Group: System/Libraries %description -n %lname libmnl is a minimalistic user-space library oriented to Netlink @@ -53,9 +53,9 @@ and easy to get wrong. This library aims to provide simple helpers that allows you to re-use code and to avoid re-inventing the wheel. %package -n %name-devel -Group: Development/Libraries/C and C++ Requires: %lname = %version Summary: Development files for libmnl +Group: Development/Libraries/C and C++ %description -n %name-devel libmnl is a minimalistic user-space library oriented to Netlink