rpms/xroar/F-13 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xroar.spec, 1.4, 1.5 xroar-0.23-SDL_sound.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15192
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.23-SDL_sound.patch
Log Message:
* Sun Sep 12 2010 Andrea Musuruane <musuruan(a)gmail.com> 0.24-1
- Upgrade to 0.24
- Cosmetic changes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/F-13/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 8 Dec 2009 13:09:45 -0000 1.4
+++ .cvsignore 12 Sep 2010 10:21:49 -0000 1.5
@@ -1,2 +1,2 @@
-xroar-0.23b.tar.gz
+xroar-0.24.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/F-13/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 8 Dec 2009 13:09:45 -0000 1.4
+++ sources 12 Sep 2010 10:21:49 -0000 1.5
@@ -1,2 +1,2 @@
-0ba9e23c31b9aad6d62d2a6cac4ced2e xroar-0.23b.tar.gz
+2ed30f4ec8ef2c2e54ef25f7f8d95ce6 xroar-0.24.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/F-13/xroar.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xroar.spec 8 Dec 2009 13:09:45 -0000 1.4
+++ xroar.spec 12 Sep 2010 10:21:49 -0000 1.5
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.23b
+Version: 0.24
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -9,10 +9,7 @@
Source1: http://www.6809.org.uk/dragon/dragon.rom
# Andrea Musuruane
Patch0: %{name}-0.23-info.patch
-# Upstream
-Patch1: %{name}-0.23-SDL_sound.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel
BuildRequires: ImageMagick
BuildRequires: jack-audio-connection-kit-devel
@@ -22,6 +19,7 @@
BuildRequires: SDL_image-devel
BuildRequires: ncurses-devel
BuildRequires: texinfo
+BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires(post): info
Requires(preun): info
@@ -38,14 +36,11 @@
%prep
-%setup -q -n %{name}-0.23
+%setup -q
# Fix info dir entry
%patch0 -p1
-# Fix SDL sound
-%patch1 -p1
-
%build
%configure
@@ -90,17 +85,21 @@
make install DEB_BUILD_OPTIONS=nostrip \
DESTDIR=%{buildroot}
+# Install ROM and icon
mkdir -p %{buildroot}%{_datadir}/{%{name}/roms,icons/hicolor/32x32/apps}
install -pm0644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -pm0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/roms/dragon-minifirm.rom
-desktop-file-install --vendor dribble \
- --dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
-
-desktop-file-install --vendor dribble \
- --dir %{buildroot}%{_datadir}/applications \
- %{name}-minifirm.desktop
+# Install desktop files
+desktop-file-install \
+ --vendor dribble \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{name}.desktop
+
+desktop-file-install \
+ --vendor dribble \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{name}-minifirm.desktop
%clean
@@ -143,6 +142,10 @@
%changelog
+* Sun Sep 12 2010 Andrea Musuruane <musuruan(a)gmail.com> 0.24-1
+- Upgrade to 0.24
+- Cosmetic changes
+
* Sat Dec 05 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.23b-1
- Upgrade to 0.23b
- Used an upstream patch to fix SDL sound
--- xroar-0.23-SDL_sound.patch DELETED ---
14 years, 2 months
rpms/xroar/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 xroar.spec, 1.4, 1.5 xroar-0.23-SDL_sound.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/xroar/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15084
Modified Files:
.cvsignore sources xroar.spec
Removed Files:
xroar-0.23-SDL_sound.patch
Log Message:
* Sun Sep 12 2010 Andrea Musuruane <musuruan(a)gmail.com> 0.24-1
- Upgrade to 0.24
- Cosmetic changes
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 8 Dec 2009 13:09:45 -0000 1.4
+++ .cvsignore 12 Sep 2010 10:21:23 -0000 1.5
@@ -1,2 +1,2 @@
-xroar-0.23b.tar.gz
+xroar-0.24.tar.gz
dragon.rom
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 8 Dec 2009 13:09:45 -0000 1.4
+++ sources 12 Sep 2010 10:21:23 -0000 1.5
@@ -1,2 +1,2 @@
-0ba9e23c31b9aad6d62d2a6cac4ced2e xroar-0.23b.tar.gz
+2ed30f4ec8ef2c2e54ef25f7f8d95ce6 xroar-0.24.tar.gz
f8b5f52c07abb4dc9102d8420605d7e4 dragon.rom
Index: xroar.spec
===================================================================
RCS file: /cvs/free/rpms/xroar/devel/xroar.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xroar.spec 8 Dec 2009 13:09:45 -0000 1.4
+++ xroar.spec 12 Sep 2010 10:21:24 -0000 1.5
@@ -1,5 +1,5 @@
Name: xroar
-Version: 0.23b
+Version: 0.24
Release: 1%{?dist}
Summary: A Dragon 32, Dragon 64 and Tandy CoCo emulator
Group: Applications/Emulators
@@ -9,10 +9,7 @@
Source1: http://www.6809.org.uk/dragon/dragon.rom
# Andrea Musuruane
Patch0: %{name}-0.23-info.patch
-# Upstream
-Patch1: %{name}-0.23-SDL_sound.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel
BuildRequires: ImageMagick
BuildRequires: jack-audio-connection-kit-devel
@@ -22,6 +19,7 @@
BuildRequires: SDL_image-devel
BuildRequires: ncurses-devel
BuildRequires: texinfo
+BuildRequires: desktop-file-utils
Requires: hicolor-icon-theme
Requires(post): info
Requires(preun): info
@@ -38,14 +36,11 @@
%prep
-%setup -q -n %{name}-0.23
+%setup -q
# Fix info dir entry
%patch0 -p1
-# Fix SDL sound
-%patch1 -p1
-
%build
%configure
@@ -90,17 +85,21 @@
make install DEB_BUILD_OPTIONS=nostrip \
DESTDIR=%{buildroot}
+# Install ROM and icon
mkdir -p %{buildroot}%{_datadir}/{%{name}/roms,icons/hicolor/32x32/apps}
install -pm0644 %{name}.png %{buildroot}%{_datadir}/icons/hicolor/32x32/apps
install -pm0644 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/roms/dragon-minifirm.rom
-desktop-file-install --vendor dribble \
- --dir %{buildroot}%{_datadir}/applications \
- %{name}.desktop
-
-desktop-file-install --vendor dribble \
- --dir %{buildroot}%{_datadir}/applications \
- %{name}-minifirm.desktop
+# Install desktop files
+desktop-file-install \
+ --vendor dribble \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{name}.desktop
+
+desktop-file-install \
+ --vendor dribble \
+ --dir %{buildroot}%{_datadir}/applications \
+ %{name}-minifirm.desktop
%clean
@@ -143,6 +142,10 @@
%changelog
+* Sun Sep 12 2010 Andrea Musuruane <musuruan(a)gmail.com> 0.24-1
+- Upgrade to 0.24
+- Cosmetic changes
+
* Sat Dec 05 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.23b-1
- Upgrade to 0.23b
- Used an upstream patch to fix SDL sound
--- xroar-0.23-SDL_sound.patch DELETED ---
14 years, 2 months
rpms/omnibook-kmod/F-13 omnibook-kmod.spec,1.22,1.23
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/omnibook-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18191
Modified Files:
omnibook-kmod.spec
Log Message:
build akmod
Index: omnibook-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/omnibook-kmod/F-13/omnibook-kmod.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- omnibook-kmod.spec 11 Sep 2010 08:49:16 -0000 1.22
+++ omnibook-kmod.spec 12 Sep 2010 06:03:09 -0000 1.23
@@ -1,6 +1,8 @@
-# (un)define the next line to either build for the newest or all current kernels
-%define buildforkernels newest
-#define buildforkernels current
+# buildforkernels macro hint: when you build a new version or a new release
+# that contains bugfixes or other improvements then you must disable the
+# "buildforkernels newest" macro ; only that wy a new akmod package will
+# get build (and only then one is is actually needed)
+#define buildforkernels newest
%define svn 1
@@ -8,7 +10,7 @@
Name: omnibook-kmod
Version: 2.20090714
-Release: 0.5.svn288%{?dist}.2
+Release: 0.5.svn288%{?dist}.3
Summary: Kernel module for HP Omnibook/Pavillon, Toshiba Satellite and Compal laptops
Group: System Environment/Kernel
@@ -85,6 +87,9 @@
%changelog
+* Sat Sep 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.20090714-0.5.svn288.3
+- rebuild with akmod package and add proper hint to spec file
+
* Sat Sep 11 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.20090714-0.5.svn288.2
- rebuild for new kernel
14 years, 2 months
rpms/rt3070-kmod/F-12 rt3070-additional-devices.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 rt3070-kmod.spec, 1.52, 1.53 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13859
Modified Files:
.cvsignore rt3070-kmod.spec sources
Added Files:
rt3070-additional-devices.patch
Log Message:
* Sat Sep 11 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-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 04:04:53 -0000 1.5
+++ .cvsignore 11 Sep 2010 17:34: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-12/rt3070-kmod.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- rt3070-kmod.spec 1 Sep 2010 06:58:27 -0000 1.52
+++ rt3070-kmod.spec 11 Sep 2010 17:34:21 -0000 1.53
@@ -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}.3
+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
+* Sat Sep 11 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.4-1
+- Update to 2.3.0.4
+
* Wed Sep 01 2010 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.3.0.2-1.3
- rebuild for new kernel
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 04:04:53 -0000 1.5
+++ sources 11 Sep 2010 17:34: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
14 years, 2 months
rpms/rt3070-kmod/F-13 rt3070-kmod.spec,1.41,1.42
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13404
Modified Files:
rt3070-kmod.spec
Log Message:
change the last changelog entry date so that rpmbuild doesn't complain
Index: rt3070-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/F-13/rt3070-kmod.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- rt3070-kmod.spec 11 Sep 2010 17:29:21 -0000 1.41
+++ rt3070-kmod.spec 11 Sep 2010 17:31:48 -0000 1.42
@@ -86,7 +86,7 @@
rm -rf $RPM_BUILD_ROOT
%changelog
-* Tue Aug 31 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.4-1
+* Sat Sep 11 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
14 years, 2 months
rpms/rt3070-kmod/F-13 rt3070-additional-devices.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 rt3070-kmod.spec, 1.40, 1.41 sources, 1.5, 1.6
by Orcan Ogetbil
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
14 years, 2 months
rpms/rt3070-kmod/devel rt3070-additional-devices.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 rt3070-kmod.spec, 1.24, 1.25 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11948
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/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 03:52:52 -0000 1.5
+++ .cvsignore 11 Sep 2010 17:07:55 -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/devel/rt3070-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- rt3070-kmod.spec 11 Jul 2010 03:52:52 -0000 1.24
+++ rt3070-kmod.spec 11 Sep 2010 17:07:55 -0000 1.25
@@ -6,7 +6,7 @@
#define buildforkernels newest
Name: rt3070-kmod
-Version: 2.3.0.2
+Version: 2.3.0.4
Release: 1%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt307x chipsets
@@ -14,11 +14,12 @@
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
+
* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.2-1
- Update to 2.3.0.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070-kmod/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 03:52:52 -0000 1.5
+++ sources 11 Sep 2010 17:07:55 -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
14 years, 2 months
rpms/rt3070/F-12 .cvsignore, 1.5, 1.6 ReadMe.txt, 1.1, 1.2 rt3070.spec, 1.9, 1.10 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/F-12
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11039
Modified Files:
.cvsignore ReadMe.txt rt3070.spec sources
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
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 03:24:10 -0000 1.5
+++ .cvsignore 11 Sep 2010 17:00:58 -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: ReadMe.txt
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-12/ReadMe.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReadMe.txt 11 Jul 2010 03:24:10 -0000 1.1
+++ ReadMe.txt 11 Sep 2010 17:00:58 -0000 1.2
@@ -1,3 +1,14 @@
+[V2.3.0.4]
+1. Fix ATE cannot switch Channel issue.
+2. Fix ATE calibrate TX Power not work correctly issue.
+
+[2.3.0.3]
+1. Add "RESOURCE_PRE_ALLOC" support.
+
+[2.3.0.2]
+1. Add DWA-121(RT8070) VID/PID.
+2. Fix wap_supplicant countermeasure re-connect issue.
+
[2.3.0.1]
1. Fix Shared WEP security mode can't work on wpa_supplicant wext driver.
2. Fix Hidden SSID can't work on wpa_supplicant wext driver.
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-12/rt3070.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rt3070.spec 11 Jul 2010 03:24:10 -0000 1.9
+++ rt3070.spec 11 Sep 2010 17:00:58 -0000 1.10
@@ -1,7 +1,7 @@
-%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.2_20100412
+%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.4_20100604
Name: rt3070
-Version: 2.3.0.2
+Version: 2.3.0.4
Release: 1%{?dist}
Summary: Common files for RaLink rt3070 kernel driver
Group: System Environment/Kernel
@@ -37,11 +37,11 @@
# Fix bunch of encoding issues
-for file in ReadMe.txt *iwpriv_usage.txt "LICENSE*.txt" README_STA*; do
- chmod -x $file
- iconv -f JOHAB -t UTF8 $file -o $file.tmp
- sed 's/\r//' $file.tmp > $file.tmp2
- mv -f $file.tmp2 $file
+for file in ReadMe.txt *iwpriv_usage.txt LICENSE\ ralink-firmware.txt README_STA*; do
+ chmod -x "$file"
+ 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:
@@ -59,7 +59,7 @@
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
-%if 0%{fedora} < 14
+%if 0%{fedora} < 15
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
%endif
@@ -78,6 +78,9 @@
%endif
%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
+
* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.2-1
- Update to 2.3.0.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-12/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 03:24:10 -0000 1.5
+++ sources 11 Sep 2010 17:00:58 -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
14 years, 2 months
rpms/rt3070/F-13 .cvsignore, 1.5, 1.6 ReadMe.txt, 1.1, 1.2 rt3070.spec, 1.9, 1.10 sources, 1.5, 1.6
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10870
Modified Files:
.cvsignore ReadMe.txt rt3070.spec sources
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
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-13/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 Jul 2010 03:22:11 -0000 1.5
+++ .cvsignore 11 Sep 2010 16:59:56 -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: ReadMe.txt
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-13/ReadMe.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ReadMe.txt 11 Jul 2010 03:22:11 -0000 1.1
+++ ReadMe.txt 11 Sep 2010 16:59:56 -0000 1.2
@@ -1,3 +1,14 @@
+[V2.3.0.4]
+1. Fix ATE cannot switch Channel issue.
+2. Fix ATE calibrate TX Power not work correctly issue.
+
+[2.3.0.3]
+1. Add "RESOURCE_PRE_ALLOC" support.
+
+[2.3.0.2]
+1. Add DWA-121(RT8070) VID/PID.
+2. Fix wap_supplicant countermeasure re-connect issue.
+
[2.3.0.1]
1. Fix Shared WEP security mode can't work on wpa_supplicant wext driver.
2. Fix Hidden SSID can't work on wpa_supplicant wext driver.
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-13/rt3070.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rt3070.spec 11 Jul 2010 03:22:11 -0000 1.9
+++ rt3070.spec 11 Sep 2010 16:59:56 -0000 1.10
@@ -1,7 +1,7 @@
-%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.2_20100412
+%define SourceName DPO_RT3070_LinuxSTA_V2.3.0.4_20100604
Name: rt3070
-Version: 2.3.0.2
+Version: 2.3.0.4
Release: 1%{?dist}
Summary: Common files for RaLink rt3070 kernel driver
Group: System Environment/Kernel
@@ -37,11 +37,11 @@
# Fix bunch of encoding issues
-for file in ReadMe.txt *iwpriv_usage.txt "LICENSE*.txt" README_STA*; do
- chmod -x $file
- iconv -f JOHAB -t UTF8 $file -o $file.tmp
- sed 's/\r//' $file.tmp > $file.tmp2
- mv -f $file.tmp2 $file
+for file in ReadMe.txt *iwpriv_usage.txt LICENSE\ ralink-firmware.txt README_STA*; do
+ chmod -x "$file"
+ 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:
@@ -59,7 +59,7 @@
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
-%if 0%{fedora} < 14
+%if 0%{fedora} < 15
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
%endif
@@ -78,6 +78,9 @@
%endif
%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
+
* Sun Jun 27 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.3.0.2-1
- Update to 2.3.0.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources 11 Jul 2010 03:22:11 -0000 1.5
+++ sources 11 Sep 2010 16:59:56 -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
14 years, 2 months
rpms/rt3070/devel rt3070.spec,1.9,1.10
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10151
Modified Files:
rt3070.spec
Log Message:
add blacklist file on F-14 too
Index: rt3070.spec
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/rt3070.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rt3070.spec 11 Sep 2010 16:46:20 -0000 1.9
+++ rt3070.spec 11 Sep 2010 16:50:06 -0000 1.10
@@ -59,7 +59,7 @@
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
-%if 0%{fedora} < 14
+%if 0%{fedora} < 15
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
cp -a %{SOURCE3} $RPM_BUILD_ROOT/%{_sysconfdir}/modprobe.d/
%endif
14 years, 2 months