[libnl3] Update to 3.2.25-rc1

thaller thaller at fedoraproject.org
Fri Jul 4 16:05:23 UTC 2014


commit 69fb75b0b95bbf945e89e7b1e4010970f42de7a9
Author: Thomas Haller <thaller at redhat.com>
Date:   Fri Jul 4 17:31:59 2014 +0200

    Update to 3.2.25-rc1

 .gitignore                                |    2 +
 0001.ifa_flags-workaround.patch           |   52 ---
 0002-rh1097176-nl-has-capability.patch    |   89 ----
 0003-rh1097176-retry-local-port.patch     |  644 -----------------------------
 0004-backport-diverse-fixes.patch         |  157 -------
 0005-route-scope-in-route-build-msg.patch |   98 -----
 libnl3.spec                               |   41 +-
 sources                                   |    4 +-
 8 files changed, 23 insertions(+), 1064 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 273287e..91f5ed3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,5 @@
 /libnl-doc-3.2.22.tar.gz
 /libnl-3.2.24.tar.gz
 /libnl-doc-3.2.24.tar.gz
+/libnl-3.2.25-rc1.tar.gz
+/libnl-doc-3.2.25-rc1.tar.gz
diff --git a/libnl3.spec b/libnl3.spec
index 372a7b6..4fbc014 100644
--- a/libnl3.spec
+++ b/libnl3.spec
@@ -1,18 +1,16 @@
 Name: libnl3
-Version: 3.2.24
-Release: 5%{?dist}
+Version: 3.2.25
+Release: 1%{?dist}
 Summary: Convenience library for kernel netlink sockets
 Group: Development/Libraries
 License: LGPLv2
 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
-Patch1: 0001.ifa_flags-workaround.patch
-Patch2: 0002-rh1097176-nl-has-capability.patch
-Patch3: 0003-rh1097176-retry-local-port.patch
-Patch4: 0004-backport-diverse-fixes.patch
-Patch5: 0005-route-scope-in-route-build-msg.patch
+%define fullversion %{version}-rc1
+
+Source: http://www.infradead.org/~tgr/libnl/files/libnl-%{fullversion}.tar.gz
+Source1: http://www.infradead.org/~tgr/libnl/files/libnl-doc-%{fullversion}.tar.gz
+#Patch1: 0001-some-patch.patch
 
 BuildRequires: flex bison
 BuildRequires: python
@@ -51,12 +49,8 @@ Requires: %{name} = %{version}-%{release}
 This package contains libnl3 API documentation
 
 %prep
-%setup -q -n libnl-%{version}
-%patch1 -p1 -b .0001.ifa_flags-workaround.orig
-%patch2 -p1 -b .0002-rh1097175-nl-has-capability.orig
-%patch3 -p1 -b .0003-rh1097175-retry-local-port.orig
-%patch4 -p1 -b .0004-backport-diverse-fixes.orig
-%patch5 -p1 -b .0005-route-scope-in-route-build-msg.orig
+%setup -q -n libnl-%{fullversion}
+#%patch1 -p1 -b .0001-some-patch.orig
 
 tar -xzf %SOURCE1
 
@@ -97,15 +91,18 @@ find $RPM_BUILD_ROOT -name \*.la -delete
 
 %files doc
 %doc COPYING
-%doc libnl-doc-%{version}/*.html
-%doc libnl-doc-%{version}/*.css
-%doc libnl-doc-%{version}/stylesheets/*
-%doc libnl-doc-%{version}/images/*
-%doc libnl-doc-%{version}/images/icons/*
-%doc libnl-doc-%{version}/images/icons/callouts/*
-%doc libnl-doc-%{version}/api/*
+%doc libnl-doc-%{fullversion}/*.html
+%doc libnl-doc-%{fullversion}/*.css
+%doc libnl-doc-%{fullversion}/stylesheets/*
+%doc libnl-doc-%{fullversion}/images/*
+%doc libnl-doc-%{fullversion}/images/icons/*
+%doc libnl-doc-%{fullversion}/images/icons/callouts/*
+%doc libnl-doc-%{fullversion}/api/*
 
 %changelog
+* Fri Jul  4 2014 Thomas Haller <thaller at redhat.com> 3.2.25-1
+* Update to 3.2.25-rc1
+
 * Sun Jun  8 2014 Peter Robinson <pbrobinson at fedoraproject.org> 3.2.24-5
 - Run autoreconf for new automake, cleanup spec
 
diff --git a/sources b/sources
index fe2650c..e35046b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-d1111959652bd6ad87b2071f61c8c20c  libnl-doc-3.2.24.tar.gz
-6e0e7bad0674749d930dd9f285343d55  libnl-3.2.24.tar.gz
+636769646f5b81b0caead81eab151b45  libnl-3.2.25-rc1.tar.gz
+8e471f64ad2b16dcaf45ed967f6ad9c4  libnl-doc-3.2.25-rc1.tar.gz


More information about the scm-commits mailing list