From 2bc02cf1db263ea20a97dfe82dcb5375ebe68016 Mon Sep 17 00:00:00 2001 From: Jiri Pirko Date: Sun, 20 Jan 2013 11:20:59 +0100 Subject: [PATCH] Age fix --- libnl3-age-fix.patch | 24 ++++++++++++++++++++++++ libnl3.spec | 9 ++++++++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 libnl3-age-fix.patch diff --git a/libnl3-age-fix.patch b/libnl3-age-fix.patch new file mode 100644 index 0000000..64bd753 --- /dev/null +++ b/libnl3-age-fix.patch @@ -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]) diff --git a/libnl3.spec b/libnl3.spec index ad6f6fa..534005e 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -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 - 3.2.19-2 +- Age fix + * Thu Jan 17 2013 Jiri Pirko - 3.2.19-1 - Update to 3.2.19