Author: oget
Update of /cvs/free/rpms/rt3070-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13334
Modified Files:
.cvsignore rt3070-kmod.spec sources
Added Files:
rt3070-additional-devices.patch
Log Message:
* Tue Aug 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.4-1
- Update to 2.3.0.4
rt3070-additional-devices.patch:
rtusb_dev_id.c | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE rt3070-additional-devices.patch ---
diff -rupN DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.old/common/rtusb_dev_id.c
DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c
--- DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.old/common/rtusb_dev_id.c 2010-06-02
03:25:54.000000000 -0400
+++ DPO_RT3070_LinuxSTA_V2.3.0.4_20100604/common/rtusb_dev_id.c 2010-09-05
02:06:24.000000000 -0400
@@ -106,6 +106,7 @@ USB_DEVICE_ID rtusb_dev_id[] = {
{USB_DEVICE(0x07FA,0x7712)}, /* Edimax */
{USB_DEVICE(0x0789,0x0166)}, /* Edimax */
{USB_DEVICE(0x148F,0x2070)}, /* Edimax */
+ {USB_DEVICE(0x177F,0x0153)}, /* Sweex */
#endif // RT3070 //
{ }/* Terminating entry */
};
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 04:16:22 -0000 1.5
+++ .cvsignore 11 Sep 2010 17:29:21 -0000 1.6
@@ -1 +1 @@
-DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
+DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-13/rt3070-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- rt3070-kmod.spec 11 Sep 2010 08:50:05 -0000 1.40
+++ rt3070-kmod.spec 11 Sep 2010 17:29:21 -0000 1.41
@@ -3,22 +3,23 @@
# "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: rt3070-kmod
-Version: 2.3.0.2
-Release: 1%{?dist}.7
+Version: 2.3.0.4
+Release: 1%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
Group: System Environment/Kernel
License: GPLv2+
URL:
http://www.ralinktech.com/support.php?s=2
# No more direct link. The file is downloaded from the above page.
-Source0: DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
+Source0: DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2
Source11: rt3070-kmodtool-excludekernel-filterfile
Patch0: rt3070-2.6.34.patch
Patch1: rt3070-no2.4-in-kernelversion.patch
Patch2: rt3070-Makefile.x-fixes.patch
+Patch3: rt3070-additional-devices.patch
Patch4: rt3070-strip-tftpboot-copy.patch
Patch6: rt3070-suppress-flood.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -46,6 +47,7 @@
%patch0 -p1 -b .2.6.34
%patch1 -p1 -b .no24
%patch2 -p1 -b .rpmbuild
+%patch3 -p1 -b .adddev
%patch4 -p1 -b .tftpboot
%patch6 -p1 -b .messageflood
@@ -84,6 +86,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Aug 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> -
2.3.0.4-1
+- Update to 2.3.0.4
+
* Sat Sep 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> -
2.3.0.2-1.7
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 04:16:23 -0000 1.5
+++ sources 11 Sep 2010 17:29:21 -0000 1.6
@@ -1 +1 @@
-18a32c99fd0cd64c3aa9736a90c90795 DPO_RT3070_LinuxSTA_V2.3.0.2_20100412.tar.bz2
+b7ad2509a623d5d132eee7f10f0d9327 DPO_RT3070_LinuxSTA_V2.3.0.4_20100604.tar.bz2