rpms/rt2860/F-10 .cvsignore, 1.3, 1.4 ReleaseNote-RT2860.txt, 1.1, 1.2 rt2860.spec, 1.3, 1.4 sources, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23855
Modified Files:
.cvsignore ReleaseNote-RT2860.txt rt2860.spec sources
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 18:23:41 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:30:13 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
Index: ReleaseNote-RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-10/ReleaseNote-RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT2860.txt 19 Oct 2008 18:23:41 -0000 1.1
+++ ReleaseNote-RT2860.txt 21 Apr 2009 03:30:13 -0000 1.2
@@ -1,14 +1,21 @@
+[2.1.0.0]
+ 1. New generation schema for multiple OS porting
+ 2. Fixed Ad-hoc ping failed in noisy environment. (Probe Response has too many retry packet then cause "not enough space in MgmtRing")
+ 3. Fixed WPA(2)PSK issue when group cipher of AP is WEP40 or WEP104.
+ 4. Modified iwpriv ra0 get_site_survey:
+ In scan list result: Security shows "NONE" when AP is OPEN/NONE, shows "WEP" when AP is OPEN/WEP or SHARED/WEP, shows "WPAPSK(WPA2PSK)/TKIP(AES)" when AP is WPAPSK(WPA2PSK)/TKIP(AES) shows "WPA(WPA2)/TKIP(AES)" when AP is WPA(WPA2)/TKIP(AES)
+ 5. Support kthread.
+ 6. Add New A band channel list region 15 contains the whole channels in the A band region 4 and the new CE channel 167,169,171,173
+ 7. Add New IEEE802.11r functionality.
+ 8. Fixed WPA2-Enterprise failed when AP reboot or turn off then turn on.
+ 9. Fixed STA cannot connect to 11B only AP when the setting of is PHY_11GN.
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
- 3. Add new WSC hardware push button function
- 4. Add Ad-Hoc to support N rate.
- 5. Migrate Mesh supporting to Draft-2.0.
- 6. Support WAPI functionality
- 7. Fixed suspend/resume error when ra0 down, ra0 up.
- 8. Support Linux Kernel 2.6.27
- 9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
- 10. Fixed DLS A-MPDU established failed.
+ 3. Add Ad-Hoc to support N rate.
+ 4. Fixed suspend/resume error when ra0 down, ra0 up.
+ 5. Support Linux Kernel 2.6.27
+ 6. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-10/rt2860.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860.spec 11 Mar 2009 01:43:08 -0000 1.3
+++ rt2860.spec 21 Apr 2009 03:30:13 -0000 1.4
@@ -1,13 +1,11 @@
-%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.0.0
-
Name: rt2860
-Version: 1.8.0.0
-Release: 2%{?dist}
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Common files for RaLink 802.11 rt2860 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/2009_0420_RT2860_Linux_STA_V2.1...
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
@@ -24,39 +22,46 @@
rt2890).
%prep
-%setup -q -n %{SourceName}
+%setup -q -n DPO_RT2860_LinuxSTA_V2.1.0.0
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
+touch -r %{SOURCE1} ./ReleaseNotes
+iconv -f JOHAB -t UTF8 README_STA -o README_STA.tmp
+sed 's/\r//' README_STA.tmp > README_STA.tmp2
+touch -r README_STA README_STA.tmp2
+mv -f README_STA.tmp2 README_STA
+chmod -x iwpriv_usage.txt
%build
echo "Nothing to build."
%install
rm -rf $RPM_BUILD_ROOT
+# buildsys sometimes fails without this:
+sleep 1m
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -pm 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
-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 ReleaseNotes README_STA iwpriv_usage.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
-%{_datadir}/%{name}
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Tue Mar 10 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-2
- Add suspend script (RPMFusion BZ#199)
-* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
+* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.7.0-3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:23:41 -0000 1.3
+++ sources 21 Apr 2009 03:30:13 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
15 years, 7 months
rpms/rt2860/devel rt2860.spec,1.5,1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23129
Modified Files:
rt2860.spec
Log Message:
add "sleep 1m" because of buildsys failure
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rt2860.spec 21 Apr 2009 03:15:57 -0000 1.5
+++ rt2860.spec 21 Apr 2009 03:22:49 -0000 1.6
@@ -37,6 +37,8 @@
%install
rm -rf $RPM_BUILD_ROOT
+# buildsys sometimes fails without this:
+sleep 1m
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -pm 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
15 years, 7 months
rpms/rt2860/devel .cvsignore, 1.3, 1.4 ReleaseNote-RT2860.txt, 1.1, 1.2 rt2860.spec, 1.4, 1.5 sources, 1.3, 1.4
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22719
Modified Files:
.cvsignore ReleaseNote-RT2860.txt rt2860.spec sources
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 18:23:41 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:15:57 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
Index: ReleaseNote-RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/ReleaseNote-RT2860.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReleaseNote-RT2860.txt 19 Oct 2008 18:23:41 -0000 1.1
+++ ReleaseNote-RT2860.txt 21 Apr 2009 03:15:57 -0000 1.2
@@ -1,14 +1,21 @@
+[2.1.0.0]
+ 1. New generation schema for multiple OS porting
+ 2. Fixed Ad-hoc ping failed in noisy environment. (Probe Response has too many retry packet then cause "not enough space in MgmtRing")
+ 3. Fixed WPA(2)PSK issue when group cipher of AP is WEP40 or WEP104.
+ 4. Modified iwpriv ra0 get_site_survey:
+ In scan list result: Security shows "NONE" when AP is OPEN/NONE, shows "WEP" when AP is OPEN/WEP or SHARED/WEP, shows "WPAPSK(WPA2PSK)/TKIP(AES)" when AP is WPAPSK(WPA2PSK)/TKIP(AES) shows "WPA(WPA2)/TKIP(AES)" when AP is WPA(WPA2)/TKIP(AES)
+ 5. Support kthread.
+ 6. Add New A band channel list region 15 contains the whole channels in the A band region 4 and the new CE channel 167,169,171,173
+ 7. Add New IEEE802.11r functionality.
+ 8. Fixed WPA2-Enterprise failed when AP reboot or turn off then turn on.
+ 9. Fixed STA cannot connect to 11B only AP when the setting of is PHY_11GN.
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
- 3. Add new WSC hardware push button function
- 4. Add Ad-Hoc to support N rate.
- 5. Migrate Mesh supporting to Draft-2.0.
- 6. Support WAPI functionality
- 7. Fixed suspend/resume error when ra0 down, ra0 up.
- 8. Support Linux Kernel 2.6.27
- 9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
- 10. Fixed DLS A-MPDU established failed.
+ 3. Add Ad-Hoc to support N rate.
+ 4. Fixed suspend/resume error when ra0 down, ra0 up.
+ 5. Support Linux Kernel 2.6.27
+ 6. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rt2860.spec 29 Mar 2009 14:01:53 -0000 1.4
+++ rt2860.spec 21 Apr 2009 03:15:57 -0000 1.5
@@ -1,13 +1,11 @@
-%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.0.0
-
Name: rt2860
-Version: 1.8.0.0
-Release: 3%{?dist}
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Common files for RaLink 802.11 rt2860 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/2009_0420_RT2860_Linux_STA_V2.1...
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
@@ -24,11 +22,15 @@
rt2890).
%prep
-%setup -q -n %{SourceName}
+%setup -q -n DPO_RT2860_LinuxSTA_V2.1.0.0
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
+touch -r %{SOURCE1} ./ReleaseNotes
+iconv -f JOHAB -t UTF8 README_STA -o README_STA.tmp
+sed 's/\r//' README_STA.tmp > README_STA.tmp2
+touch -r README_STA README_STA.tmp2
+mv -f README_STA.tmp2 README_STA
+chmod -x iwpriv_usage.txt
%build
echo "Nothing to build."
@@ -38,28 +40,29 @@
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
install -pm 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
-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 ReleaseNotes README_STA iwpriv_usage.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
-%{_datadir}/%{name}
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-3
- rebuild for new F11 features
* Tue Mar 10 2009 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-2
- Add suspend script (RPMFusion BZ#199)
-* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
+* Sat Oct 19 2008 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.7.0-3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:23:41 -0000 1.3
+++ sources 21 Apr 2009 03:15:57 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
15 years, 7 months
rpms/rt2860-kmod/devel .cvsignore, 1.3, 1.4 rt2860-add-network-mgr-support.diff, 1.2, 1.3 rt2860-dat-install-fixes.patch, 1.2, 1.3 rt2860-kmod.spec, 1.32, 1.33 rt2860-no2.4-in-kernelversion.patch, 1.1, 1.2 rt2860-remove-tftpboot-copy.patch, 1.3, 1.4 sources, 1.3, 1.4 rt2860-2.6.29-compile.patch, 1.1, NONE
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22237
Modified Files:
.cvsignore rt2860-add-network-mgr-support.diff
rt2860-dat-install-fixes.patch rt2860-kmod.spec
rt2860-no2.4-in-kernelversion.patch
rt2860-remove-tftpboot-copy.patch sources
Removed Files:
rt2860-2.6.29-compile.patch
Log Message:
* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
- version update (2.1.0.0)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Oct 2008 18:54:16 -0000 1.3
+++ .cvsignore 21 Apr 2009 03:11:31 -0000 1.4
@@ -1 +1 @@
-2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
rt2860-add-network-mgr-support.diff:
Index: rt2860-add-network-mgr-support.diff
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-add-network-mgr-support.diff,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-add-network-mgr-support.diff 19 Oct 2008 20:25:42 -0000 1.2
+++ rt2860-add-network-mgr-support.diff 21 Apr 2009 03:11:31 -0000 1.3
@@ -1,15 +1,17 @@
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
-@@ -5,10 +5,10 @@ HAS_ATE=n
- HAS_28xx_QA=n
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-03-26 20:20:43.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:26:04.000000000 -0400
+@@ -6,12 +6,12 @@ HAS_28xx_QA=n
+ #ifdef WPA_SUPPLICANT_SUPPORT
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
+ #endif // WPA_SUPPLICANT_SUPPORT //
+ #ifdef NATIVE_WPA_SUPPLICANT_SUPPORT
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
+ #endif // NATIVE_WPA_SUPPLICANT_SUPPORT //
#Support Net interface block while Tx-Sw queue full
- HAS_BLOCK_NET_IF=n
rt2860-dat-install-fixes.patch:
Index: rt2860-dat-install-fixes.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-dat-install-fixes.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rt2860-dat-install-fixes.patch 19 Oct 2008 20:25:42 -0000 1.2
+++ rt2860-dat-install-fixes.patch 21 Apr 2009 03:11:31 -0000 1.3
@@ -1,8 +1,8 @@
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.4 2009-03-25 03:42:46.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.4 2009-04-20 21:21:26.000000000 -0400
@@ -1,8 +1,6 @@
- include $(RT28xx_DIR)/os/linux/config.mk
+ include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
@@ -10,7 +10,7 @@
OBJ := $(MOD_NAME).o
-@@ -78,15 +76,12 @@ clean:
+@@ -93,15 +91,10 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
@@ -21,20 +21,18 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-+ #install -d $(LINUX_SRC_MODULE)
-+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
uninstall:
--# rm -rf $(DAT_PATH)
+ # rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
-diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
---- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
-+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .o,$(MOD_NAME)))
++
+diff -rupN DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/Makefile.6 2009-03-25 03:43:06.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/Makefile.6 2009-04-20 21:22:45.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
@@ -44,7 +42,7 @@
obj-m := $(MOD_NAME).o
-@@ -77,15 +75,11 @@ clean:
+@@ -88,15 +86,10 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
@@ -55,13 +53,12 @@
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
--
+ mkdir -p $(INST_DIR)
-+ install -d $(INST_DIR)
-+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
-+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
-+ #/sbin/depmod -a ${shell uname -r}
++ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+
uninstall:
--# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
- /sbin/depmod -a ${shell uname -r}
+ # rm -rf $(DAT_PATH)
+- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
+- /sbin/depmod -a ${shell uname -r}
++ rm -rf $(addprefix $(INST_DIR),$(addsuffix .ko,$(MOD_NAME)))
++
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- rt2860-kmod.spec 5 Apr 2009 16:09:27 -0000 1.32
+++ rt2860-kmod.spec 21 Apr 2009 03:11:31 -0000 1.33
@@ -3,30 +3,29 @@
# "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: rt2860-kmod
-Version: 1.8.0.0
-Release: 4%{?dist}.7
+Version: 2.1.0.0
+Release: 1%{?dist}
Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
Group: System Environment/Kernel
License: GPLv2+
URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
-Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0420_RT2860_Linux_STA_V2.1...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
Patch2: rt2860-add-network-mgr-support.diff
Patch3: rt2860-remove-tftpboot-copy.patch
Patch4: rt2860-no2.4-in-kernelversion.patch
-Patch5: rt2860-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} }
@@ -46,18 +45,17 @@
%setup -q -c -T -a 0
-%patch1 -p1 -b .rpmbuild
-%patch2 -p1 -b .NetworkManager
+%patch1 -p0 -b .rpmbuild
+%patch2 -p0 -b .NetworkManager
%patch3 -p0 -b .tftpboot
%patch4 -p0 -b .no24
+# Fix weird permissions
+find . -name "*.c" -exec chmod -x {} \;
+find . -name "*.h" -exec chmod -x {} \;
+
for kernel_version in %{?kernel_versions} ; do
- cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
- pushd _kmod_build_${kernel_version%%___*}
- if [[ $kernel_version > "2.6.29" ]]; then
-%patch5 -p2 -b .2.6.29
- fi
- popd
+ cp -a *RT2860_Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -78,6 +76,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Apr 20 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.0.0-1
+- version update (2.1.0.0)
+
* Sun Apr 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.8.0.0-4.7
- rebuild for new kernels
rt2860-no2.4-in-kernelversion.patch:
Index: rt2860-no2.4-in-kernelversion.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-no2.4-in-kernelversion.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-no2.4-in-kernelversion.patch 26 Mar 2009 07:42:27 -0000 1.1
+++ rt2860-no2.4-in-kernelversion.patch 21 Apr 2009 03:11:31 -0000 1.2
@@ -1,6 +1,6 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/os/linux/config.mk 2008-09-17 23:27:46.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2009-03-26 03:02:19.000000000 -0400
-@@ -223,14 +223,7 @@ export CFLAGS
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/os/linux/config.mk 2009-04-20 21:30:17.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/os/linux/config.mk 2009-04-20 21:31:04.000000000 -0400
+@@ -235,14 +235,7 @@ export CFLAGS
endif
ifeq ($(PLATFORM),PC)
rt2860-remove-tftpboot-copy.patch:
Index: rt2860-remove-tftpboot-copy.patch
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-remove-tftpboot-copy.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rt2860-remove-tftpboot-copy.patch 26 Mar 2009 07:42:27 -0000 1.3
+++ rt2860-remove-tftpboot-copy.patch 21 Apr 2009 03:11:31 -0000 1.4
@@ -1,34 +1,18 @@
---- 2008_0918_RT2860_Linux_STA_v1.8.0.0.old/Makefile 2008-09-17 22:26:56.000000000 -0400
-+++ 2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2009-03-26 03:00:09.000000000 -0400
-@@ -122,57 +122,20 @@ build_tools:
+--- DPO_RT2860_LinuxSTA_V2.1.0.0.old/Makefile 2009-03-25 03:50:55.000000000 -0400
++++ DPO_RT2860_LinuxSTA_V2.1.0.0/Makefile 2009-04-20 21:29:18.000000000 -0400
+@@ -134,41 +134,20 @@ UCOS:
LINUX:
-ifneq (,$(findstring 2.4,$(LINUX_SRC)))
- cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
- make -C $(RT28xx_DIR)/os/linux/
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
--endif
--endif
-else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
--ifeq ($(RT28xx_MODE),AP)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
--else
--ifeq ($(RT28xx_MODE),APSTA)
-- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
--else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
--endif
--endif
clean:
ifeq ($(TARGET), LINUX)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Oct 2008 18:54:16 -0000 1.3
+++ sources 21 Apr 2009 03:11:31 -0000 1.4
@@ -1 +1 @@
-cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
+3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
--- rt2860-2.6.29-compile.patch DELETED ---
15 years, 7 months
rpms/bsnes/devel .cvsignore, 1.7, 1.8 bsnes.spec, 1.9, 1.10 sources, 1.7, 1.8
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/bsnes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31908
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Mon Apr 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.045-1
- Updated to 0.045
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 31 Mar 2009 10:46:20 -0000 1.7
+++ .cvsignore 20 Apr 2009 10:14:00 -0000 1.8
@@ -1 +1 @@
-bsnes_v042.tar.bz2
+bsnes_v045.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/bsnes.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- bsnes.spec 31 Mar 2009 10:46:20 -0000 1.9
+++ bsnes.spec 20 Apr 2009 10:14:00 -0000 1.10
@@ -1,4 +1,4 @@
-%define vernumber 042
+%define vernumber 045
Name: bsnes
Version: 0.%{vernumber}
@@ -86,6 +86,9 @@
%changelog
+* Mon Apr 20 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.045-1
+- Updated to 0.045
+
* Tue Mar 31 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.042-1
- Updated to 0.042
- Use Qt build on all branches, hiro ui is no more
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/bsnes/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 31 Mar 2009 10:46:20 -0000 1.7
+++ sources 20 Apr 2009 10:14:00 -0000 1.8
@@ -1 +1 @@
-0809a554db789accaca4c5ee87efe788 bsnes_v042.tar.bz2
+23ba7aa90e4803387039b412c6f8178b bsnes_v045.tar.bz2
15 years, 7 months
rpms/live555/devel live.2009.03.22-unified.patch, NONE, 1.1 live555.spec, 1.4, 1.5 sources, 1.4, 1.5
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/live555/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22364
Modified Files:
live555.spec sources
Added Files:
live.2009.03.22-unified.patch
Log Message:
Unified patches version
live.2009.03.22-unified.patch:
--- NEW FILE live.2009.03.22-unified.patch ---
diff -uNr live/config.linux live-patches/config.linux
--- live/config.linux 2009-03-22 23:26:16.000000000 +0100
+++ live-patches/config.linux 2009-03-24 14:10:56.000000000 +0100
@@ -1,4 +1,4 @@
-COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
+COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DBSD=1 -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
C = c
C_COMPILER = cc
C_FLAGS = $(COMPILE_OPTS)
@@ -9,9 +9,9 @@
LINK = c++ -o
LINK_OPTS = -L.
CONSOLE_LINK_OPTS = $(LINK_OPTS)
-LIBRARY_LINK = ld -o
-LIBRARY_LINK_OPTS = $(LINK_OPTS) -r -Bstatic
-LIB_SUFFIX = a
+LIBRARY_LINK = $(CC) -o
+LIBRARY_LINK_OPTS = $(LINK_OPTS) -shared -Wl,-soname,$@.$(SO_VERSION) $(LIBADDS)
+LIB_SUFFIX = so
LIBS_FOR_CONSOLE_APPLICATION =
LIBS_FOR_GUI_APPLICATION =
EXE =
diff -uNr live/config.linux.static live-patches/config.linux.static
--- live/config.linux.static 1970-01-01 01:00:00.000000000 +0100
+++ live-patches/config.linux.static 2009-03-24 14:10:56.000000000 +0100
@@ -0,0 +1,17 @@
+COMPILE_OPTS = $(INCLUDES) -I. $(CFLAGS) -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64
+C = c
+C_COMPILER = cc
+C_FLAGS = $(COMPILE_OPTS)
+CPP = cpp
+CPLUSPLUS_COMPILER = c++
+CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1
+OBJ = o
+LINK = c++ -o
+LINK_OPTS = -L.
+CONSOLE_LINK_OPTS = $(LINK_OPTS)
+LIBRARY_LINK = ar rcvu
+LIBRARY_LINK_OPTS =
+LIB_SUFFIX = a
+LIBS_FOR_CONSOLE_APPLICATION =
+LIBS_FOR_GUI_APPLICATION =
+EXE =
diff -uNr live/Makefile.tail live-patches/Makefile.tail
--- live/Makefile.tail 2009-03-22 23:26:16.000000000 +0100
+++ live-patches/Makefile.tail 2009-03-24 14:10:56.000000000 +0100
@@ -15,27 +15,27 @@
MEDIA_SERVER_DIR = mediaServer
MEDIA_SERVER_APP = $(MEDIA_SERVER_DIR)/mediaServer$(EXE)
-ALL = $(LIVEMEDIA_LIB) \
- $(GROUPSOCK_LIB) \
+ALL = $(BASIC_USAGE_ENVIRONMENT_LIB) \
$(USAGE_ENVIRONMENT_LIB) \
- $(BASIC_USAGE_ENVIRONMENT_LIB) \
+ $(GROUPSOCK_LIB) \
+ $(LIVEMEDIA_LIB) \
$(TESTPROGS_APP) \
$(MEDIA_SERVER_APP)
all: $(ALL)
$(LIVEMEDIA_LIB):
- cd $(LIVEMEDIA_DIR) ; $(MAKE)
+ cd $(LIVEMEDIA_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
$(GROUPSOCK_LIB):
- cd $(GROUPSOCK_DIR) ; $(MAKE)
+ cd $(GROUPSOCK_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
$(USAGE_ENVIRONMENT_LIB):
- cd $(USAGE_ENVIRONMENT_DIR) ; $(MAKE)
+ cd $(USAGE_ENVIRONMENT_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
$(BASIC_USAGE_ENVIRONMENT_LIB):
- cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; $(MAKE)
+ cd $(BASIC_USAGE_ENVIRONMENT_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
$(TESTPROGS_APP): $(LIVEMEDIA_LIB) $(GROUPSOCK_LIB) $(USAGE_ENVIRONMENT_LIB) $(BASIC_USAGE_ENVIRONMENT_LIB)
- cd $(TESTPROGS_DIR) ; $(MAKE)
+ cd $(TESTPROGS_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
$(MEDIA_SERVER_APP): $(LIVEMEDIA_LIB) $(GROUPSOCK_LIB) $(USAGE_ENVIRONMENT_LIB) $(BASIC_USAGE_ENVIRONMENT_LIB)
- cd $(MEDIA_SERVER_DIR) ; $(MAKE)
+ cd $(MEDIA_SERVER_DIR) ; CFLAGS="$(CFLAGS)" $(MAKE)
clean:
cd $(LIVEMEDIA_DIR) ; $(MAKE) clean
diff -uNr live/mediaServer/Makefile.tail live-patches/mediaServer/Makefile.tail
--- live/mediaServer/Makefile.tail 2009-03-22 23:26:16.000000000 +0100
+++ live-patches/mediaServer/Makefile.tail 2009-03-24 14:10:56.000000000 +0100
@@ -25,7 +25,7 @@
GROUPSOCK_DIR = ../groupsock
GROUPSOCK_LIB = $(GROUPSOCK_DIR)/libgroupsock.$(LIB_SUFFIX)
LOCAL_LIBS = $(LIVEMEDIA_LIB) $(GROUPSOCK_LIB) \
- $(USAGE_ENVIRONMENT_LIB) $(BASIC_USAGE_ENVIRONMENT_LIB)
+ $(BASIC_USAGE_ENVIRONMENT_LIB) $(USAGE_ENVIRONMENT_LIB)
LIBS = $(LOCAL_LIBS) $(LIBS_FOR_CONSOLE_APPLICATION)
live555MediaServer$(EXE): $(MEDIA_SERVER_OBJS) $(LOCAL_LIBS)
diff -uNr live/testProgs/Makefile.tail live-patches/testProgs/Makefile.tail
--- live/testProgs/Makefile.tail 2009-03-22 23:26:16.000000000 +0100
+++ live-patches/testProgs/Makefile.tail 2009-03-24 14:10:56.000000000 +0100
@@ -59,7 +59,7 @@
GROUPSOCK_DIR = ../groupsock
GROUPSOCK_LIB = $(GROUPSOCK_DIR)/libgroupsock.$(LIB_SUFFIX)
LOCAL_LIBS = $(LIVEMEDIA_LIB) $(GROUPSOCK_LIB) \
- $(USAGE_ENVIRONMENT_LIB) $(BASIC_USAGE_ENVIRONMENT_LIB)
+ $(BASIC_USAGE_ENVIRONMENT_LIB) $(USAGE_ENVIRONMENT_LIB)
LIBS = $(LOCAL_LIBS) $(LIBS_FOR_CONSOLE_APPLICATION)
testMP3Streamer$(EXE): $(MP3_STREAMER_OBJS) $(LOCAL_LIBS)
Index: live555.spec
===================================================================
RCS file: /cvs/free/rpms/live555/devel/live555.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- live555.spec 7 Apr 2009 19:31:08 -0000 1.4
+++ live555.spec 17 Apr 2009 11:58:46 -0000 1.5
@@ -3,18 +3,14 @@
Name: live555
Version: 0
-Release: 0.22.%{date}%{?dist}
+Release: 0.23.%{date}%{?dist}
Summary: Live555.com streaming libraries
Group: System Environment/Libraries
License: LGPLv2+
URL: http://live555.com/liveMedia/
Source0: http://live555.com/liveMedia/public/live.%{date}.tar.gz
-# http://live555.com/liveMedia/public/changelog.txt
-Source1: changelog.txt
-Patch0: http://ftp.debian.org/debian/pool/main/libl/liblivemedia/liblivemedia_200...
-Patch1: live.2008.02.08-shared.patch
-Patch2: live.2008.04.03-reorder.patch
+Patch0: live.2009.03.22-unified.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@@ -82,14 +78,7 @@
%prep
%setup -q -n live
-%patch0 -p1
-patch -p1 -i debian/patches/010_propagate_cflags.diff
-patch -p1 -i debian/patches/010_proper_link_order.diff
-patch -p1 -i debian/patches/020_invalid_casts.diff
-patch -p1 -i debian/patches/021_ip_mreq_source.diff
-cp -p %{SOURCE1} .
-%patch1 -p1 -b .static
-%patch2 -p1 -b .reorder
+%patch0 -p1 -b .unified
%build
./genMakefiles %{_target_os}.static
@@ -191,7 +180,7 @@
%files devel
%defattr(-,root,root,-)
-%doc COPYING README changelog.txt
+%doc COPYING README
%{_libdir}/libBasicUsageEnvironment.so
%{_libdir}/libgroupsock.so
%{_libdir}/libliveMedia.so
@@ -209,6 +198,9 @@
%{_libdir}/libUsageEnvironment*.a
%changelog
+* Fri Apr 17 2009 kwizart < kwizart at gmail.com > - 0-0.23.2009.04.07
+- Unified patches. (unrelevant fixes dropped).
+
* Tue Apr 07 2009 Dominik Mierzejewski <rpm[AT]greysector.net> - 0-0.22.2009.04.07
- 2009.04.07
- use new debian patchset
Index: sources
===================================================================
RCS file: /cvs/free/rpms/live555/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 7 Apr 2009 19:31:08 -0000 1.4
+++ sources 17 Apr 2009 11:58:46 -0000 1.5
@@ -1,3 +1 @@
-0586323f75b5e138cf95eca43d5ea47d changelog.txt
-46866494537e840f76772dedafff7ffa liblivemedia_2008.07.25-2.diff.gz
724d6779ae6363545d9e83808e5cec2e live.2009.04.07.tar.gz
15 years, 7 months
rpms/sdlmame/F-9 .cvsignore, 1.38, 1.39 sdlmame.spec, 1.45, 1.46 sources, 1.39, 1.40
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31171
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
- Updated to 0.130u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 10 Apr 2009 07:42:33 -0000 1.38
+++ .cvsignore 16 Apr 2009 18:50:32 -0000 1.39
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0130u3.zip
+sdlmame0130u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- sdlmame.spec 10 Apr 2009 07:42:33 -0000 1.45
+++ sdlmame.spec 16 Apr 2009 18:50:32 -0000 1.46
@@ -1,4 +1,4 @@
-%define beta 0130u3
+%define beta 0130u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0131
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -213,6 +213,9 @@
%changelog
+* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
+- Updated to 0.130u4
+
* Fri Apr 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.4.0130u3
- Updated to 0.130u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources 10 Apr 2009 07:42:33 -0000 1.39
+++ sources 16 Apr 2009 18:50:32 -0000 1.40
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-e95c6cf2f9227b36d0917c5e2cfbfa76 sdlmame0130u3.zip
+99877ebff5b4013069f33f77a438aabd sdlmame0130u4.zip
15 years, 7 months
rpms/sdlmame/F-10 .cvsignore, 1.38, 1.39 sdlmame.spec, 1.47, 1.48 sources, 1.39, 1.40
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31069
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
- Updated to 0.130u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 10 Apr 2009 07:42:20 -0000 1.38
+++ .cvsignore 16 Apr 2009 18:50:18 -0000 1.39
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0130u3.zip
+sdlmame0130u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sdlmame.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sdlmame.spec 10 Apr 2009 07:42:20 -0000 1.47
+++ sdlmame.spec 16 Apr 2009 18:50:18 -0000 1.48
@@ -1,4 +1,4 @@
-%define beta 0130u3
+%define beta 0130u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0131
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -213,6 +213,9 @@
%changelog
+* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
+- Updated to 0.130u4
+
* Fri Apr 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.4.0130u3
- Updated to 0.130u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-10/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources 10 Apr 2009 07:42:20 -0000 1.39
+++ sources 16 Apr 2009 18:50:18 -0000 1.40
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-e95c6cf2f9227b36d0917c5e2cfbfa76 sdlmame0130u3.zip
+99877ebff5b4013069f33f77a438aabd sdlmame0130u4.zip
15 years, 7 months
rpms/sdlmame/devel .cvsignore, 1.38, 1.39 sdlmame.spec, 1.47, 1.48 sources, 1.39, 1.40
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30961
Modified Files:
.cvsignore sdlmame.spec sources
Log Message:
* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
- Updated to 0.130u4
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/.cvsignore,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- .cvsignore 10 Apr 2009 07:42:09 -0000 1.38
+++ .cvsignore 16 Apr 2009 18:50:04 -0000 1.39
@@ -1,2 +1,2 @@
ui.bdc
-sdlmame0130u3.zip
+sdlmame0130u4.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- sdlmame.spec 10 Apr 2009 07:42:09 -0000 1.47
+++ sdlmame.spec 16 Apr 2009 18:50:04 -0000 1.48
@@ -1,4 +1,4 @@
-%define beta 0130u3
+%define beta 0130u4
%if "0%{?beta}" != "0"
%define _version %{?beta}
@@ -18,7 +18,7 @@
Name: sdlmame
Version: 0131
-Release: 0.4.%{?beta}%{?dist}
+Release: 0.5.%{?beta}%{?dist}
Summary: SDL Multiple Arcade Machine Emulator
Group: Applications/Emulators
@@ -213,6 +213,9 @@
%changelog
+* Thu Apr 16 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.5.0130u4
+- Updated to 0.130u4
+
* Fri Apr 10 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-0.4.0130u3
- Updated to 0.130u3
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sources,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- sources 10 Apr 2009 07:42:09 -0000 1.39
+++ sources 16 Apr 2009 18:50:04 -0000 1.40
@@ -1,2 +1,2 @@
b64914c2a5589f6d5b00361464152acd ui.bdc
-e95c6cf2f9227b36d0917c5e2cfbfa76 sdlmame0130u3.zip
+99877ebff5b4013069f33f77a438aabd sdlmame0130u4.zip
15 years, 7 months
rpms/open-vm-tools-kmod/F-10 .cvsignore, 1.5, 1.6 open-vm-tools-kmod.spec, 1.16, 1.17 sources, 1.5, 1.6
by Denis Leroy
Author: denis
Update of /cvs/free/rpms/open-vm-tools-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18224
Modified Files:
.cvsignore open-vm-tools-kmod.spec sources
Log Message:
Update to upstream build 154848
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 6 Feb 2009 17:14:40 -0000 1.5
+++ .cvsignore 15 Apr 2009 21:20:19 -0000 1.6
@@ -1 +1 @@
-open-vm-tools-2009.01.21-142982.tar.gz
+open-vm-tools-2009.03.18-154848.tar.gz
Index: open-vm-tools-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-10/open-vm-tools-kmod.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- open-vm-tools-kmod.spec 15 Apr 2009 14:09:14 -0000 1.16
+++ open-vm-tools-kmod.spec 15 Apr 2009 21:20:19 -0000 1.17
@@ -3,16 +3,16 @@
# "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
%define tname open-vm-tools
-%define builddate 2009.01.21
-%define buildver 142982
+%define builddate 2009.03.18
+%define buildver 154848
%define ovtmodules vmblock vmci vmhgfs vmmemctl vmsync vmxnet vmxnet3 vsock pvscsi
Name: open-vm-tools-kmod
Version: 0.0.0.%{buildver}
-Release: 1%{?dist}.4
+Release: 1%{?dist}
Summary: VMware Tools Kernel Modules
Group: System Environment/Kernel
License: GPLv2
@@ -73,6 +73,9 @@
%changelog
+* Wed Apr 15 2009 Denis Leroy <denis(a)poolshark.org> - 0.0.0.154848-1
+- Update to upstream build 154848
+
* Wed Apr 15 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.0.0.142982-1.4
- rebuild for new kernels
Index: sources
===================================================================
RCS file: /cvs/free/rpms/open-vm-tools-kmod/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 6 Feb 2009 17:14:40 -0000 1.5
+++ sources 15 Apr 2009 21:20:19 -0000 1.6
@@ -1 +1 @@
-cecb6bc82be1fbad56998133ae89d5a3 open-vm-tools-2009.01.21-142982.tar.gz
+23d577a1bc07fa61bcd5352e94f05ed6 open-vm-tools-2009.03.18-154848.tar.gz
15 years, 7 months