rpms/rt2860/devel .cvsignore, 1.4, 1.5 ReleaseNote-RT2860.txt, 1.2, 1.3 rt2860.spec, 1.6, 1.7 sources, 1.4, 1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26949
Modified Files:
.cvsignore ReleaseNote-RT2860.txt rt2860.spec sources
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/rt2860/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Apr 2009 03:15:57 -0000 1.4
+++ .cvsignore 26 Apr 2009 17:20:37 -0000 1.5
@@ -1 +1 @@
-2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
Index: ReleaseNote-RT2860.txt
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/ReleaseNote-RT2860.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ReleaseNote-RT2860.txt 21 Apr 2009 03:15:57 -0000 1.2
+++ ReleaseNote-RT2860.txt 26 Apr 2009 17:20:37 -0000 1.3
@@ -1,3 +1,6 @@
+[2.1.1.0]
+ 1. Fixed driver would send zero IWEVASSOCREQIE to Native WpaSupplicant.
+ 2. Fixed driver would send non-zero BSSID to Navtive WpaSupplicant when STA disconnecting to AP.
[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")
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rt2860.spec 21 Apr 2009 03:22:49 -0000 1.6
+++ rt2860.spec 26 Apr 2009 17:20:37 -0000 1.7
@@ -1,11 +1,11 @@
Name: rt2860
-Version: 2.1.0.0
+Version: 2.1.1.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/2009_0420_RT2860_Linux_STA_V2.1...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0424_RT2860_Linux_STA_V%{v...
Source1: http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT2860.txt
# To suspend properly (RPMFusion BZ#199)
Source2: suspend.sh
@@ -22,7 +22,7 @@
rt2890).
%prep
-%setup -q -n DPO_RT2860_LinuxSTA_V2.1.0.0
+%setup -q -n 2009_0424_RT2860_Linux_STA_V%{version}
iconv -f JOHAB -t UTF8 %{SOURCE1} -o ./ReleaseNotes
sed -i 's/\r//' ./ReleaseNotes
touch -r %{SOURCE1} ./ReleaseNotes
@@ -30,7 +30,11 @@
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
+chmod -x *iwpriv_usage.txt
+sed 's/\r//' sta_ate_iwpriv_usage.txt > sta_ate_iwpriv_usage.txt.tmp
+iconv -f JOHAB -t UTF8 sta_ate_iwpriv_usage.txt.tmp -o sta_ate_iwpriv_usage.txt.tmp2
+touch -r sta_ate_iwpriv_usage.txt sta_ate_iwpriv_usage.txt.tmp2
+mv -f sta_ate_iwpriv_usage.txt.tmp2 sta_ate_iwpriv_usage.txt
%build
echo "Nothing to build."
@@ -40,7 +44,7 @@
# 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 -pm 0644 RT2860STA*.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
cp -a %{SOURCE2} .
@@ -49,12 +53,15 @@
%files
%defattr(-,root,root,-)
-%doc ReleaseNotes README_STA iwpriv_usage.txt suspend.sh
+%doc ReleaseNotes README_STA *iwpriv_usage.txt suspend.sh
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT2860STA
-%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
+%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA*.dat
%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)
+
* 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Apr 2009 03:15:57 -0000 1.4
+++ sources 26 Apr 2009 17:20:38 -0000 1.5
@@ -1 +1 @@
-3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+eebdf5e637de25f477f32198c30f9cf2 2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
15 years, 7 months
rpms/rt2860-kmod/F-9 .cvsignore, 1.4, 1.5 rt2860-kmod.spec, 1.19, 1.20 sources, 1.4, 1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26272
Modified Files:
.cvsignore rt2860-kmod.spec sources
Log Message:
* Sun Apr 26 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/rt2860-kmod/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Apr 2009 03:48:11 -0000 1.4
+++ .cvsignore 26 Apr 2009 17:15:32 -0000 1.5
@@ -1 +1 @@
-2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-kmod.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- rt2860-kmod.spec 21 Apr 2009 03:49:27 -0000 1.19
+++ rt2860-kmod.spec 26 Apr 2009 17:15:32 -0000 1.20
@@ -3,17 +3,17 @@
# "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: 2.1.0.0
+Version: 2.1.1.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/2009_0420_RT2860_Linux_STA_V2.1...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0424_RT2860_Linux_STA_V%{v...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -45,17 +45,19 @@
%setup -q -c -T -a 0
-%patch1 -p0 -b .rpmbuild
-%patch2 -p0 -b .NetworkManager
-%patch3 -p0 -b .tftpboot
-%patch4 -p0 -b .no24
+pushd *RT2860*Linux*STA*
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
+%patch4 -p1 -b .no24
+popd
# 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%%___*}
+ cp -a *RT2860*Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -76,6 +78,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-1
+- version update (2.1.1.0)
+
* 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Apr 2009 03:48:11 -0000 1.4
+++ sources 26 Apr 2009 17:15:32 -0000 1.5
@@ -1 +1 @@
-3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+eebdf5e637de25f477f32198c30f9cf2 2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
15 years, 7 months
rpms/rt2860-kmod/F-10 .cvsignore, 1.4, 1.5 rt2860-kmod.spec, 1.30, 1.31 sources, 1.4, 1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26050
Modified Files:
.cvsignore rt2860-kmod.spec sources
Log Message:
* Sun Apr 26 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/rt2860-kmod/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Apr 2009 03:43:15 -0000 1.4
+++ .cvsignore 26 Apr 2009 17:13:35 -0000 1.5
@@ -1 +1 @@
-2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/rt2860-kmod.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- rt2860-kmod.spec 21 Apr 2009 03:49:50 -0000 1.30
+++ rt2860-kmod.spec 26 Apr 2009 17:13:35 -0000 1.31
@@ -3,17 +3,17 @@
# "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: 2.1.0.0
+Version: 2.1.1.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/2009_0420_RT2860_Linux_STA_V2.1...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0424_RT2860_Linux_STA_V%{v...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -45,17 +45,19 @@
%setup -q -c -T -a 0
-%patch1 -p0 -b .rpmbuild
-%patch2 -p0 -b .NetworkManager
-%patch3 -p0 -b .tftpboot
-%patch4 -p0 -b .no24
+pushd *RT2860*Linux*STA*
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
+%patch4 -p1 -b .no24
+popd
# 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%%___*}
+ cp -a *RT2860*Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -76,6 +78,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-1
+- version update (2.1.1.0)
+
* 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-10/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Apr 2009 03:43:15 -0000 1.4
+++ sources 26 Apr 2009 17:13:35 -0000 1.5
@@ -1 +1 @@
-3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+eebdf5e637de25f477f32198c30f9cf2 2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
15 years, 7 months
rpms/rt2860-kmod/devel .cvsignore, 1.4, 1.5 rt2860-kmod.spec, 1.35, 1.36 sources, 1.4, 1.5
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25531
Modified Files:
.cvsignore rt2860-kmod.spec sources
Log Message:
* Sun Apr 26 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/rt2860-kmod/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 21 Apr 2009 03:11:31 -0000 1.4
+++ .cvsignore 26 Apr 2009 17:11:12 -0000 1.5
@@ -1 +1 @@
-2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- rt2860-kmod.spec 26 Apr 2009 12:22:58 -0000 1.35
+++ rt2860-kmod.spec 26 Apr 2009 17:11:12 -0000 1.36
@@ -3,17 +3,17 @@
# "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: 2.1.0.0
-Release: 1%{?dist}.1
+Version: 2.1.1.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/2009_0420_RT2860_Linux_STA_V2.1...
+Source0: http://www.ralinktech.com.tw/data/drivers/2009_0424_RT2860_Linux_STA_V%{v...
Source11: rt2860-kmodtool-excludekernel-filterfile
Patch1: rt2860-dat-install-fixes.patch
@@ -45,17 +45,19 @@
%setup -q -c -T -a 0
-%patch1 -p0 -b .rpmbuild
-%patch2 -p0 -b .NetworkManager
-%patch3 -p0 -b .tftpboot
-%patch4 -p0 -b .no24
+pushd *RT2860*Linux*STA*
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
+%patch4 -p1 -b .no24
+popd
# 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%%___*}
+ cp -a *RT2860*Linux*STA* _kmod_build_${kernel_version%%___*}
done
%build
@@ -76,6 +78,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 26 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.1.1.0-1
+- version update (2.1.1.0)
+
* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.1.0.0-1.1
- rebuild for new kernels
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 21 Apr 2009 03:11:31 -0000 1.4
+++ sources 26 Apr 2009 17:11:12 -0000 1.5
@@ -1 +1 @@
-3880751dd802f12a40c211eff2599c04 2009_0420_RT2860_Linux_STA_V2.1.0.0.tar.gz
+eebdf5e637de25f477f32198c30f9cf2 2009_0424_RT2860_Linux_STA_V2.1.1.0.tgz
15 years, 7 months
rpms/sdlmame-data/F-9 .cvsignore, 1.8, 1.9 sdlmame-data.spec, 1.9, 1.10 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17221
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated mameinfo.dat to 0.131
- Updated history.dat to 0.131
- Updated catver.ini to 0.131
- Updated nplayers.ini to 0.131
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Apr 2009 22:26:21 -0000 1.8
+++ .cvsignore 26 Apr 2009 14:40:50 -0000 1.9
@@ -1,6 +1,6 @@
ctrlr.rar
-catveren.zip
-mamehistory130.zip
-Mameinfo0130.zip
-nplayers0130.zip
cheat130u2.7z
+catveren.zip
+mamehistory131.zip
+Mameinfo0131.zip
+nplayers0131.zip
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/sdlmame-data.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sdlmame-data.spec 2 Apr 2009 22:26:21 -0000 1.9
+++ sdlmame-data.spec 26 Apr 2009 14:40:50 -0000 1.10
@@ -1,8 +1,8 @@
-%define vernumber 130
+%define vernumber 131
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
@@ -13,7 +13,7 @@
Source3: http://www.kutek.net/mame_roms_pinball/mame32_config_files/ctrlr.rar
Source4: http://www.progettoemma.net/public/cat/catveren.zip
Source5: http://nplayers.arcadebelgium.be/files/nplayers%{version}.zip
-Source6: http://http://cheat.retrogames.com/download/cheat%{vernumber}u2.7z
+Source6: http://http://cheat.retrogames.com/download/cheat130u2.7z
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -75,6 +75,12 @@
%changelog
+* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
+- Updated mameinfo.dat to 0.131
+- Updated history.dat to 0.131
+- Updated catver.ini to 0.131
+- Updated nplayers.ini to 0.131
+
* Fri Apr 03 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-3
- Added cheats back, now in the form of the xml files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-9/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 2 Apr 2009 22:26:21 -0000 1.8
+++ sources 26 Apr 2009 14:40:50 -0000 1.9
@@ -1,6 +1,6 @@
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-1afaa202d21071d40f995c064eaf2e53 catveren.zip
-525cbaa0a98f7787e64dc794bbe1b519 mamehistory130.zip
-ea3660253df3d857a25ceb71b69c010a Mameinfo0130.zip
-78ccc17372432f986320d21779ebe972 nplayers0130.zip
50eb5f307d52e075e71f73b48c3e7efb cheat130u2.7z
+bbbea90443cb6be658f5946809942d50 catveren.zip
+95317348835480fe999d6647449e7425 mamehistory131.zip
+36d3e20de28576bb1e4bd0f3bcd55551 Mameinfo0131.zip
+d3cb082d2f63b4f2b46e34e5ff9fc542 nplayers0131.zip
15 years, 7 months
rpms/sdlmame-data/F-10 .cvsignore, 1.8, 1.9 sdlmame-data.spec, 1.9, 1.10 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17119
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated mameinfo.dat to 0.131
- Updated history.dat to 0.131
- Updated catver.ini to 0.131
- Updated nplayers.ini to 0.131
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Apr 2009 22:26:10 -0000 1.8
+++ .cvsignore 26 Apr 2009 14:40:40 -0000 1.9
@@ -1,6 +1,6 @@
ctrlr.rar
-catveren.zip
-mamehistory130.zip
-Mameinfo0130.zip
-nplayers0130.zip
cheat130u2.7z
+catveren.zip
+mamehistory131.zip
+Mameinfo0131.zip
+nplayers0131.zip
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/sdlmame-data.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sdlmame-data.spec 2 Apr 2009 22:26:10 -0000 1.9
+++ sdlmame-data.spec 26 Apr 2009 14:40:40 -0000 1.10
@@ -1,8 +1,8 @@
-%define vernumber 130
+%define vernumber 131
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
@@ -13,7 +13,7 @@
Source3: http://www.kutek.net/mame_roms_pinball/mame32_config_files/ctrlr.rar
Source4: http://www.progettoemma.net/public/cat/catveren.zip
Source5: http://nplayers.arcadebelgium.be/files/nplayers%{version}.zip
-Source6: http://http://cheat.retrogames.com/download/cheat%{vernumber}u2.7z
+Source6: http://http://cheat.retrogames.com/download/cheat130u2.7z
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -75,6 +75,12 @@
%changelog
+* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
+- Updated mameinfo.dat to 0.131
+- Updated history.dat to 0.131
+- Updated catver.ini to 0.131
+- Updated nplayers.ini to 0.131
+
* Fri Apr 03 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-3
- Added cheats back, now in the form of the xml files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/F-10/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 2 Apr 2009 22:26:10 -0000 1.8
+++ sources 26 Apr 2009 14:40:40 -0000 1.9
@@ -1,6 +1,6 @@
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-1afaa202d21071d40f995c064eaf2e53 catveren.zip
-525cbaa0a98f7787e64dc794bbe1b519 mamehistory130.zip
-ea3660253df3d857a25ceb71b69c010a Mameinfo0130.zip
-78ccc17372432f986320d21779ebe972 nplayers0130.zip
50eb5f307d52e075e71f73b48c3e7efb cheat130u2.7z
+bbbea90443cb6be658f5946809942d50 catveren.zip
+95317348835480fe999d6647449e7425 mamehistory131.zip
+36d3e20de28576bb1e4bd0f3bcd55551 Mameinfo0131.zip
+d3cb082d2f63b4f2b46e34e5ff9fc542 nplayers0131.zip
15 years, 7 months
rpms/sdlmame-data/devel .cvsignore, 1.8, 1.9 sdlmame-data.spec, 1.11, 1.12 sources, 1.8, 1.9
by Julian Sikorski
Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame-data/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17011
Modified Files:
.cvsignore sdlmame-data.spec sources
Log Message:
* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
- Updated mameinfo.dat to 0.131
- Updated history.dat to 0.131
- Updated catver.ini to 0.131
- Updated nplayers.ini to 0.131
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 2 Apr 2009 22:25:58 -0000 1.8
+++ .cvsignore 26 Apr 2009 14:40:23 -0000 1.9
@@ -1,6 +1,6 @@
ctrlr.rar
-catveren.zip
-mamehistory130.zip
-Mameinfo0130.zip
-nplayers0130.zip
cheat130u2.7z
+catveren.zip
+mamehistory131.zip
+Mameinfo0131.zip
+nplayers0131.zip
Index: sdlmame-data.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/sdlmame-data.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sdlmame-data.spec 2 Apr 2009 22:25:58 -0000 1.11
+++ sdlmame-data.spec 26 Apr 2009 14:40:23 -0000 1.12
@@ -1,8 +1,8 @@
-%define vernumber 130
+%define vernumber 131
Name: sdlmame-data
Version: 0%{vernumber}
-Release: 3%{?dist}
+Release: 1%{?dist}
Summary: Data files for the SDLMAME package
Group: Amusements/Games
@@ -13,7 +13,7 @@
Source3: http://www.kutek.net/mame_roms_pinball/mame32_config_files/ctrlr.rar
Source4: http://www.progettoemma.net/public/cat/catveren.zip
Source5: http://nplayers.arcadebelgium.be/files/nplayers%{version}.zip
-Source6: http://http://cheat.retrogames.com/download/cheat%{vernumber}u2.7z
+Source6: http://http://cheat.retrogames.com/download/cheat130u2.7z
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -75,6 +75,12 @@
%changelog
+* Sun Apr 26 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0131-1
+- Updated mameinfo.dat to 0.131
+- Updated history.dat to 0.131
+- Updated catver.ini to 0.131
+- Updated nplayers.ini to 0.131
+
* Fri Apr 03 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0130-3
- Added cheats back, now in the form of the xml files
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame-data/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 2 Apr 2009 22:25:58 -0000 1.8
+++ sources 26 Apr 2009 14:40:23 -0000 1.9
@@ -1,6 +1,6 @@
d907085f2f69b74198796378e3ed0cb3 ctrlr.rar
-1afaa202d21071d40f995c064eaf2e53 catveren.zip
-525cbaa0a98f7787e64dc794bbe1b519 mamehistory130.zip
-ea3660253df3d857a25ceb71b69c010a Mameinfo0130.zip
-78ccc17372432f986320d21779ebe972 nplayers0130.zip
50eb5f307d52e075e71f73b48c3e7efb cheat130u2.7z
+bbbea90443cb6be658f5946809942d50 catveren.zip
+95317348835480fe999d6647449e7425 mamehistory131.zip
+36d3e20de28576bb1e4bd0f3bcd55551 Mameinfo0131.zip
+d3cb082d2f63b4f2b46e34e5ff9fc542 nplayers0131.zip
15 years, 7 months
rpms/wl-kmod/devel wl-kmod.spec,1.29,1.30
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9875
Modified Files:
wl-kmod.spec
Log Message:
* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.2
- rebuild for new kernels
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/devel/wl-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- wl-kmod.spec 5 Apr 2009 16:22:16 -0000 1.29
+++ wl-kmod.spec 26 Apr 2009 12:26:26 -0000 1.30
@@ -3,11 +3,11 @@
# "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: wl-kmod
Version: 5.10.79.10
-Release: 2%{?dist}.1
+Release: 2%{?dist}.2
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,6 +82,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.2
+- rebuild for new kernels
+
* Sun Apr 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.79.10-2.1
- rebuild for new kernels
15 years, 7 months
rpms/slmodem-kmod/devel slmodem-kmod.spec,1.22,1.23
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9753
Modified Files:
slmodem-kmod.spec
Log Message:
* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.21
- rebuild for new kernels
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/devel/slmodem-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- slmodem-kmod.spec 5 Apr 2009 16:21:47 -0000 1.22
+++ slmodem-kmod.spec 26 Apr 2009 12:26:09 -0000 1.23
@@ -3,7 +3,7 @@
# "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 filever 2.9.11-20080817
%define datetag 20080817
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 27%{?dist}.20
+Release: 27%{?dist}.21
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.21
+- rebuild for new kernels
+
* Sun Apr 05 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.20
- rebuild for new kernels
15 years, 7 months
rpms/nvidia-kmod/devel nvidia-kmod.spec,1.39,1.40
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9632
Modified Files:
nvidia-kmod.spec
Log Message:
* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.51-1.1
- rebuild for new kernels
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/devel/nvidia-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nvidia-kmod.spec 22 Apr 2009 07:53:59 -0000 1.39
+++ nvidia-kmod.spec 26 Apr 2009 12:25:53 -0000 1.40
@@ -3,12 +3,12 @@
# "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: nvidia-kmod
Version: 180.51
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Sun Apr 26 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 180.51-1.1
+- rebuild for new kernels
+
* Wed Apr 22 2009 kwizart < kwizart at gmail.com > - 180.51-1
- Update to 180.51 (stable)
- Don't Obsoletes the beta serie anymore (only the newest)
15 years, 7 months