Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20055
Modified Files:
.cvsignore rt2870-kmod.spec sources
Removed Files:
rt2870-2.6.29-compile.patch
Log Message:
* Sat Apr 24 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.1.0-1
- version update (2.1.1.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 26 Mar 2009 05:38:45 -0000 1.3
+++ .cvsignore 26 Apr 2009 06:05:13 -0000 1.4
@@ -1 +1 @@
-2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2
+2009_0424_RT2870_Linux_STA_V2.1.1.0.tgz
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- rt2870-kmod.spec 26 Mar 2009 06:47:14 -0000 1.25
+++ rt2870-kmod.spec 26 Apr 2009 06:05:13 -0000 1.26
@@ -3,29 +3,28 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
Name: rt2870-kmod
-Version: 2.1.0.0
-Release: 2%{?dist}
+Version: 2.1.1.0
+Release: 1%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
License: GPLv2+
URL:
http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0:
http://www.ralinktech.com.tw/data/drivers/2009_0302_RT2870_Linux_STA_v2.1...
+Source0:
http://www.ralinktech.com.tw/data/drivers/2009_0424_RT2870_Linux_STA_V%{v...
Source11: rt2870-kmodtool-excludekernel-filterfile
Patch1: rt2870-no2.4-in-kernelversion.patch
Patch2: rt2870-Makefile.x-fixes.patch
Patch3: rt2870-NetworkManager-support.patch
Patch4: rt2870-strip-tftpboot-copy.patch
-Patch5: rt2870-2.6.29-compile.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64 ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc ppc64
%{!?kernels:BuildRequires:
buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu}
}
@@ -44,12 +43,12 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile
%{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels
"%{?kernels}"} 2>/dev/null
%setup -q -c -T -a 0
-
-%patch1 -p0 -b .no24
-%patch2 -p0 -b .rpmbuild
-%patch3 -p0 -b .NetworkManager
-%patch4 -p0 -b .tftpboot
-%patch5 -p0 -b .2.6.29
+pushd *RT2870*Linux*STA*
+%patch1 -p1 -b .no24
+%patch2 -p1 -b .rpmbuild
+%patch3 -p1 -b .NetworkManager
+%patch4 -p1 -b .tftpboot
+popd
# Fix permissions
for ext in c h; do
@@ -57,7 +56,7 @@
done
for kernel_version in %{?kernel_versions} ; do
- cp -a *RT2870_Linux_STA* _kmod_build_${kernel_version%%___*}
+ cp -a *RT2870*Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -78,6 +77,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Apr 24 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.1.0-1
+- version update (2.1.1.0)
+
* Thu Mar 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.1.0.0-2
- Bugfix: kmod doesn't compile when the kernel version has a "2.4"
substring
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 26 Mar 2009 05:38:45 -0000 1.3
+++ sources 26 Apr 2009 06:05:13 -0000 1.4
@@ -1 +1 @@
-8427fdcaf3abc5f0bc4d8d34310ac62b 2009_0302_RT2870_Linux_STA_v2.1.0.0.tar.bz2
+4598b40c95b7fd561bcf795ef63131ce 2009_0424_RT2870_Linux_STA_V2.1.1.0.tgz
--- rt2870-2.6.29-compile.patch DELETED ---