diff --git a/.gitignore b/.gitignore index dccec8c..f9686b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/iw-3.10.tar.bz2 +SOURCES/iw-4.3.tar.xz diff --git a/.iw.metadata b/.iw.metadata index a76e56e..d117acb 100644 --- a/.iw.metadata +++ b/.iw.metadata @@ -1 +1 @@ -980c7dd93caf7a61ed0a452ba28ef80fee9923c0 SOURCES/iw-3.10.tar.bz2 +1ca0cbf00c99069b7445507cddf6f7f4d227b097 SOURCES/iw-4.3.tar.xz diff --git a/SPECS/iw.spec b/SPECS/iw.spec index e43145d..fdcf2c6 100644 --- a/SPECS/iw.spec +++ b/SPECS/iw.spec @@ -1,12 +1,12 @@ Name: iw -Version: 3.10 -Release: 6%{?dist} +Version: 4.3 +Release: 1%{?dist} Summary: A nl80211 based wireless configuration tool Group: System Environment/Base License: ISC URL: http://www.linuxwireless.org/en/users/Documentation/iw -Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.bz2 +Source0: http://www.kernel.org/pub/software/network/iw/iw-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: kernel-headers >= 2.6.24 @@ -44,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING %changelog +* Tue Apr 5 2016 John W. Linville - 4.3-1 +- Update to 4.3 + * Wed Jul 30 2014 John W. Linville - 3.10-6 - Minor spec file change to make the build more reliable