[wimax-tools] Update to 1.4.5

Daniel Williams dcbw at fedoraproject.org
Tue Jan 10 19:33:41 UTC 2012


commit 264d013eb5bef52702ab4597cae0856c94dad2e3
Author: Dan Williams <dcbw at redhat.com>
Date:   Tue Jan 10 13:33:45 2012 -0600

    Update to 1.4.5

 .gitignore       |    1 +
 sources          |    2 +-
 wimax-tools.spec |   16 +++++++---------
 3 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4f77b47..75aea2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wimax-tools-1.4.4.tar.gz
+/wimax-tools-1.4.5.tar.gz
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..a3eb0a3 100644
--- a/wimax-tools.spec
+++ b/wimax-tools.spec
@@ -1,18 +1,13 @@
 Name: wimax-tools
-Version: 1.4.4
+Version: 1.4.5
 Release: 1%{?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
 ExcludeArch: s390 s390x
 
@@ -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,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* 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