rpms/rt3070/devel .cvsignore, 1.2, 1.3 ReleaseNote-RT3070.txt, 1.1, 1.2 rt3070.spec, 1.3, 1.4 sources, 1.2, 1.3

Orcan Ogetbil oget at rpmfusion.org
Sat May 23 07:03:04 CEST 2009


Author: oget

Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2391

Modified Files:
	.cvsignore ReleaseNote-RT3070.txt rt3070.spec sources 
Log Message:
* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-1
- update to 2.1.1.0



Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Feb 2009 16:49:35 -0000	1.2
+++ .cvsignore	23 May 2009 05:03:04 -0000	1.3
@@ -1 +1 @@
-2008_1225_RT3070_Linux_STA_v2.0.1.0.tar.bz2
+2009_0520_RT3070_Linux_STA_v2.1.1.0.tar.gz


Index: ReleaseNote-RT3070.txt
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/ReleaseNote-RT3070.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT3070.txt	22 Feb 2009 16:49:35 -0000	1.1
+++ ReleaseNote-RT3070.txt	23 May 2009 05:03:04 -0000	1.2
@@ -1,10 +1,22 @@
+Version V2.1.1.0
+	1. Linux kernel 2.6.29 support.
+	2. Fix eFuse write from BIN file bug.
+
+Version 2.1.0.0
+	1. New generation schema for multiple OS porting
+	2. Fixed Ad-hoc ping failed in noisy environment.
+	3. Modified iwpriv ra0 get_site_survey: 
+	4. Change FastRoaming in DAT file to AutoRoaming.
+	5. Support kthread.
+	6. New IEEE802.11r functionality.
+
 Version 2.0.1.0
-	1.Finished verifying RT3071 STA support.
-	2.Fix eFuse bug on big-endian platform
-	3.Fix WMM problem for RT3071/72
-	4.Fix bug for ATE TX power handling and ATE frequency offset bug.
-	5.Fix RT307x AMPDU throughput bug after interface down/up
-	6.Fix RT307x difficult to enter power save mode issue.
-	7.Fix bug that is hard to connect with hidden-SSID AP.
-	8.Update RT307x new firmware.
+	1. Finished verifying RT3071 STA support.
+	2. Fix eFuse bug on big-endian platform
+	3. Fix WMM problem for RT3071/72
+	4. Fix bug for ATE TX power handling and ATE frequency offset bug.
+	5. Fix RT307x AMPDU throughput bug after interface down/up
+	6. Fix RT307x difficult to enter power save mode issue.
+	7. Fix bug that is hard to connect with hidden-SSID AP.
+	8. Update RT307x new firmware.
 


Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/rt3070.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt3070.spec	29 Mar 2009 14:03:16 -0000	1.3
+++ rt3070.spec	23 May 2009 05:03:04 -0000	1.4
@@ -1,13 +1,13 @@
-%define SourceName 2008_1225_RT3070_Linux_STA_v2.0.1.0
+%define SourceName 2009_0520_RT3070_Linux_STA_v2.1.1.0
 
 Name:		rt3070
-Version:	2.0.1.0
-Release:	3%{?dist}
+Version:	2.1.1.0
+Release:	1%{?dist}
 Summary:	Common files for RaLink rt3070 kernel driver
 Group:		System Environment/Kernel
 License:	GPLv2+
 URL:		http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0:	http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tar.bz2
+Source0:	http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tar.gz
 Source1:	http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT3070.txt
 Source2:	suspend.sh
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -18,17 +18,22 @@
 
 %description
 This package contains the linux kernel module files for the Ralink rt3070
-driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
-either PCI, PCIe or MiniPCI - that use Ralink rt307x chipsets.
+driver for WiFi, a linux device driver for USB 802.11a/b/g universal NIC cards
+that use Ralink rt307x chipsets.
 
 %prep
 %setup -q -n %{SourceName}
-iconv -f JOHAB -t UTF8 %{SOURCE1} -o ./ReleaseNotes
-sed -i 's/\r//' ./ReleaseNotes
-iconv -f JOHAB -t UTF8 README_STA -o README_STA
-sed -i 's/\r//' README_STA
+
+# Fix bunch of encoding issues
+cp -a %{SOURCE1} .
+for file in ReleaseNote* sta_ate_iwpriv_usage.txt README_STA*; do
+	iconv -f JOHAB -t UTF8 $file -o $file.tmp
+	sed 's/\r//' $file.tmp > $file.tmp2
+	mv -f $file.tmp2 $file
+done
+
 # To avoid possible conflict with rt2870 driver:
-for sta in include/rt_linux.h README_STA ; do
+for sta in include/os/rt_linux.h os/linux/Makefile.6 README_STA* RT2870STACard.dat ; do
  sed 's|RT2870STA|RT3070STA|g' $sta > tmp.sta
  touch -r $sta tmp.sta
  mv tmp.sta $sta
@@ -36,27 +41,30 @@
 
 %build
 echo "Nothing to build."
+sleep 1m
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/
 install -pm 0644 RT2870STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/RT3070STA.dat
+install -pm 0644 RT2870STACard.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/RT3070STACard.dat
 
-install -dm 755 $RPM_BUILD_ROOT/%{_datadir}/%{name}
-install -pm 0755 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/%{name}
+cp -a %{SOURCE2} .
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ReleaseNotes README_STA iwpriv_usage.txt
+%doc README_STA* *.txt suspend.sh
 %dir %{_sysconfdir}/Wireless
 %dir %{_sysconfdir}/Wireless/RT3070STA
-%config(noreplace) %{_sysconfdir}/Wireless/RT3070STA/RT3070STA.dat
-%{_datadir}/%{name}
+%config(noreplace) %{_sysconfdir}/Wireless/RT3070STA/RT3070STA*.dat
 
 %changelog
+* Fri May 22 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-1
+- update to 2.1.1.0
+
 * Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.0.1.0-3
 - rebuild for new F11 features
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Feb 2009 16:49:35 -0000	1.2
+++ sources	23 May 2009 05:03:04 -0000	1.3
@@ -1 +1 @@
-3d053dd1fbf0380c2f9d0b8552dcdbb2  2008_1225_RT3070_Linux_STA_v2.0.1.0.tar.bz2
+f4823d3b51034d8e655125ac5d133f6b  2009_0520_RT3070_Linux_STA_v2.1.1.0.tar.gz



More information about the rpmfusion-commits mailing list