diff --git a/.gitignore b/.gitignore index d9fe0e1..590cc25 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /libnl-3.2.6.tar.gz /libnl-3.2.19.tar.gz /libnl-doc-3.2.19.tar.gz +/libnl-3.2.20.tar.gz +/libnl-doc-3.2.20.tar.gz diff --git a/libnl3.spec b/libnl3.spec index 534005e..d072dbd 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -2,8 +2,8 @@ Summary: Convenience library for kernel netlink sockets Group: Development/Libraries License: LGPLv2 Name: libnl3 -Version: 3.2.19 -Release: 2%{?dist} +Version: 3.2.20 +Release: 1%{?dist} URL: http://www.infradead.org/~tgr/libnl/ Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{version}.tar.gz Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{version}.tar.gz @@ -11,8 +11,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: flex bison BuildRequires: python -Patch001: libnl3-age-fix.patch - %description This package contains a convenience library to simplify using the Linux kernel's netlink sockets interface for @@ -47,7 +45,6 @@ This package contains libnl3 API documentation %prep %setup -q -n libnl-%{version} -%patch001 -p1 tar -xzf %SOURCE1 @@ -100,6 +97,9 @@ find $RPM_BUILD_ROOT -name \*.la -delete %doc libnl-doc-%{version}/api/* %changelog +* Wed Jan 23 2013 Jiri Pirko - 3.2.20-1 +- Update to 3.2.20 + * Sun Jan 20 2013 Jiri Pirko - 3.2.19-2 - Age fix diff --git a/sources b/sources index bb42de8..1aba5f0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -1795c43bde05f650a43b085438e5da21 libnl-3.2.19.tar.gz -aafde3794ee6efcebfcb3b1db286095a libnl-doc-3.2.19.tar.gz +498909e5dbdbbe76bd74a76744294c28 libnl-3.2.20.tar.gz +0643e9d1d4691be9d52816520bf1726a libnl-doc-3.2.20.tar.gz