This commit is contained in:
Jiri Pirko 2013-01-20 11:20:59 +01:00
parent 667b9a6884
commit 2bc02cf1db
2 changed files with 32 additions and 1 deletions

24
libnl3-age-fix.patch Normal file
View File

@ -0,0 +1,24 @@
diff -Nrup libnl-3.2.19_orig/configure libnl-3.2.19/configure
--- libnl-3.2.19_orig/configure 2013-01-20 10:15:34.021323506 +0100
+++ libnl-3.2.19/configure 2013-01-20 10:29:14.872945136 +0100
@@ -3816,7 +3816,7 @@ LT_CURRENT=215
LT_REVISION=0
-LT_AGE=14
+LT_AGE=15
ac_ext=c
diff -Nrup libnl-3.2.19_orig/configure.ac libnl-3.2.19/configure.ac
--- libnl-3.2.19_orig/configure.ac 2013-01-20 10:15:34.025323544 +0100
+++ libnl-3.2.19/configure.ac 2013-01-20 10:24:28.603681277 +0100
@@ -36,7 +36,7 @@ m4_define([libnl_micro_version], [19])
m4_define([libnl_lt_current], [215])
m4_define([libnl_lt_revision], [0])
-m4_define([libnl_lt_age], [14])
+m4_define([libnl_lt_age], [15])
m4_define([libnl_version],
[libnl_major_version.libnl_minor_version.libnl_micro_version])

View File

@ -3,7 +3,7 @@ Group: Development/Libraries
License: LGPLv2
Name: libnl3
Version: 3.2.19
Release: 1%{?dist}
Release: 2%{?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,6 +11,8 @@ 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
@ -45,6 +47,8 @@ This package contains libnl3 API documentation
%prep
%setup -q -n libnl-%{version}
%patch001 -p1
tar -xzf %SOURCE1
%build
@ -96,6 +100,9 @@ find $RPM_BUILD_ROOT -name \*.la -delete
%doc libnl-doc-%{version}/api/*
%changelog
* Sun Jan 20 2013 Jiri Pirko <jpirko@redhat.com> - 3.2.19-2
- Age fix
* Thu Jan 17 2013 Jiri Pirko <jpirko@redhat.com> - 3.2.19-1
- Update to 3.2.19