[wimax-tools/f16] Sync with f17 branch for libnl3 fixes

Daniel Williams dcbw at fedoraproject.org
Mon Apr 16 15:11:08 UTC 2012


commit 7e64a222ce251cadbdefbb4f9e908c924b71b3ed
Author: Dan Williams <dcbw at redhat.com>
Date:   Mon Apr 16 10:11:05 2012 -0500

    Sync with f17 branch for libnl3 fixes

 sources          |    2 +-
 wimax-tools.spec |   23 ++++++++++++-----------
 2 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/sources b/sources
index 6c806d3..29bc0b2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6acd0e6971952a761c98e9b4c65e6b4e  wimax-tools-1.4.4.tar.gz
+fb62230c4b662f0fb2b8ef4995581dfe  wimax-tools-1.4.5.tar.gz
diff --git a/wimax-tools.spec b/wimax-tools.spec
index b698aa8..16b5270 100644
--- a/wimax-tools.spec
+++ b/wimax-tools.spec
@@ -1,19 +1,14 @@
 Name: wimax-tools
-Version: 1.4.4
-Release: 1%{?dist}
+Version: 1.4.5
+Release: 2%{?dist}
 License: BSD
 Group: System Environment/Base
 Summary: Low level user space tools for the Linux WiMAX stack
 URL: http://linuxwimax.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
-# Source: http://linuxwimax.org/Download?action=AttachFile&do=get&target=wimax-tools-%{version}.tar.gz
+# Source: git://people.freedesktop.org/~dcbw/wimax-tools
 Source: wimax-tools-%{version}.tar.gz
-# Missing from tarball
-# http://git.kernel.org/?p=linux/kernel/git/inaky/wimax-tools.git;a=blob_plain;f=CHANGELOG;hb=543b32888e038a017691097aca5eada9c860455f
-Source1: CHANGELOG
-# http://git.kernel.org/?p=linux/kernel/git/inaky/wimax-tools.git;a=blob_plain;f=LICENSE;hb=543b32888e038a017691097aca5eada9c860455f
-Source2: LICENSE
-BuildRequires: libnl-devel glib2-devel
+BuildRequires: libnl3-devel glib2-devel
 ExcludeArch: s390 s390x
 
 %description
@@ -42,7 +37,6 @@ level tools.
 
 %prep
 %setup -q
-cp %{SOURCE1} %{SOURCE2} .
 
 %build
 %configure --disable-doxygen-doc
@@ -63,7 +57,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README CHANGELOG INSTALL LICENSE
+%doc README ChangeLog INSTALL LICENSE
 %{_bindir}/*
 %{_libdir}/wimax-tools
 
@@ -80,5 +74,12 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Mar  2 2012 Dan Williams <dcbw at redhat.com> - 1.4.5-2
+- Rebuild against libnl3
+
+* Tue Jan 10 2012 Dan Williams <dcbw at redhat.com> - 1.4.5-1
+- Update to 1.4.5
+- Allow building against libnl3 (not enabled yet)
+
 * Tue Mar 22 2011 Bill Nottingham <notting at redhat.com> 1.4.4-1
 - Initial packaging, based on upstream spec


More information about the scm-commits mailing list