rpms/libmad/F-9 libmad-0.15.1b-multiarch.patch, NONE, 1.1 libmad.spec, 1.2, 1.3
by David Juran
Author: juran
Update of /cvs/free/rpms/libmad/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28822
Modified Files:
libmad.spec
Added Files:
libmad-0.15.1b-multiarch.patch
Log Message:
- fix multiarch (Bz 264)
libmad-0.15.1b-multiarch.patch:
--- NEW FILE libmad-0.15.1b-multiarch.patch ---
diff -up libmad-0.15.1b/Makefile.am.orig libmad-0.15.1b/Makefile.am
--- libmad-0.15.1b/Makefile.am.orig 2009-01-25 14:35:56.000000000 +0200
+++ libmad-0.15.1b/Makefile.am 2009-01-25 18:35:07.000000000 +0200
@@ -110,15 +110,28 @@ mad.h: config.status config.h Makefile.a
echo "# ifdef __cplusplus"; \
echo 'extern "C" {'; \
echo "# endif"; echo; \
- if [ ".$(FPM)" != "." ]; then \
- echo ".$(FPM)" | sed -e 's|^\.-D|# define |'; echo; \
- fi; \
+ echo "# ifdef __i386__"; \
+ echo "# define FPM_INTEL"; \
+ echo "# define SIZEOF_LONG 4"; \
+ echo "# endif"; \
+ echo "#ifdef __x86_64__";\
+ echo "# define FPM_64BIT"; \
+ echo "# define SIZEOF_LONG 8"; \
+ echo "# endif"; \
+ echo "#ifdef __powerpc__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 4"; \
+ echo "#endif"; \
+ echo "#ifdef __powerpc64__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 8"; \
+ echo "#endif"; echo; \
sed -ne 's/^# *define *\(HAVE_.*_ASM\).*/# define \1/p' \
config.h; echo; \
sed -ne 's/^# *define *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p' \
config.h; echo; \
- sed -ne 's/^# *define *\(SIZEOF_.*\)/# define \1/p' \
- config.h; echo; \
+ echo "# define SIZEOF_INT 4"; \
+ echo "# define SIZEOF_LONG_LONG 8"; echo; \
for header in $(exported_headers); do \
echo; \
sed -n -f $(srcdir)/mad.h.sed $(srcdir)/$$header; \
Index: libmad.spec
===================================================================
RCS file: /cvs/free/rpms/libmad/F-9/libmad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmad.spec 30 Jul 2008 05:15:22 -0000 1.2
+++ libmad.spec 26 Jan 2009 19:41:08 -0000 1.3
@@ -1,14 +1,20 @@
Name: libmad
Version: 0.15.1b
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: MPEG audio decoder library
Group: System Environment/Libraries
License: GPLv2
URL: http://www.underbit.com/products/mad/
Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Patch0: libmad-0.15.1b-multiarch.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
+
+
%description
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2 extension to Lower Sampling Frequencies, as well as the
@@ -27,8 +33,9 @@
%prep
%setup -q
+%patch0 -p1 -b .multiarch
sed -i -e /-fforce-mem/d configure* # -fforce-mem gone in gcc 4.2, noop earlier
-touch -r aclocal.m4 configure.ac
+touch -r aclocal.m4 configure.ac NEWS AUTHORS ChangeLog
# Create an additional pkgconfig file
%{__cat} << EOF > mad.pc
@@ -48,7 +55,7 @@
%build
-
+autoreconf -sfi
%configure \
%ifarch x86_64 ia64
--enable-fpm=64bit \
@@ -90,6 +97,9 @@
%changelog
+* Sun Jan 25 2009 David Juran <david(a)juran.se> - 0.15.1b-9
+- fix multiarch (Bz 264)
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.15.1b-8
- rebuild for buildsys cflags issue
15 years, 10 months
rpms/libmad/F-10 libmad-0.15.1b-multiarch.patch, NONE, 1.1 libmad.spec, 1.2, 1.3
by David Juran
Author: juran
Update of /cvs/free/rpms/libmad/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28649
Modified Files:
libmad.spec
Added Files:
libmad-0.15.1b-multiarch.patch
Log Message:
- fix multiarch (Bz 264)
libmad-0.15.1b-multiarch.patch:
--- NEW FILE libmad-0.15.1b-multiarch.patch ---
diff -up libmad-0.15.1b/Makefile.am.orig libmad-0.15.1b/Makefile.am
--- libmad-0.15.1b/Makefile.am.orig 2009-01-25 14:35:56.000000000 +0200
+++ libmad-0.15.1b/Makefile.am 2009-01-25 18:35:07.000000000 +0200
@@ -110,15 +110,28 @@ mad.h: config.status config.h Makefile.a
echo "# ifdef __cplusplus"; \
echo 'extern "C" {'; \
echo "# endif"; echo; \
- if [ ".$(FPM)" != "." ]; then \
- echo ".$(FPM)" | sed -e 's|^\.-D|# define |'; echo; \
- fi; \
+ echo "# ifdef __i386__"; \
+ echo "# define FPM_INTEL"; \
+ echo "# define SIZEOF_LONG 4"; \
+ echo "# endif"; \
+ echo "#ifdef __x86_64__";\
+ echo "# define FPM_64BIT"; \
+ echo "# define SIZEOF_LONG 8"; \
+ echo "# endif"; \
+ echo "#ifdef __powerpc__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 4"; \
+ echo "#endif"; \
+ echo "#ifdef __powerpc64__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 8"; \
+ echo "#endif"; echo; \
sed -ne 's/^# *define *\(HAVE_.*_ASM\).*/# define \1/p' \
config.h; echo; \
sed -ne 's/^# *define *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p' \
config.h; echo; \
- sed -ne 's/^# *define *\(SIZEOF_.*\)/# define \1/p' \
- config.h; echo; \
+ echo "# define SIZEOF_INT 4"; \
+ echo "# define SIZEOF_LONG_LONG 8"; echo; \
for header in $(exported_headers); do \
echo; \
sed -n -f $(srcdir)/mad.h.sed $(srcdir)/$$header; \
Index: libmad.spec
===================================================================
RCS file: /cvs/free/rpms/libmad/F-10/libmad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmad.spec 30 Jul 2008 05:14:46 -0000 1.2
+++ libmad.spec 26 Jan 2009 19:39:25 -0000 1.3
@@ -1,14 +1,20 @@
Name: libmad
Version: 0.15.1b
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: MPEG audio decoder library
Group: System Environment/Libraries
License: GPLv2
URL: http://www.underbit.com/products/mad/
Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Patch0: libmad-0.15.1b-multiarch.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
+
+
%description
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2 extension to Lower Sampling Frequencies, as well as the
@@ -27,8 +33,9 @@
%prep
%setup -q
+%patch0 -p1 -b .multiarch
sed -i -e /-fforce-mem/d configure* # -fforce-mem gone in gcc 4.2, noop earlier
-touch -r aclocal.m4 configure.ac
+touch -r aclocal.m4 configure.ac NEWS AUTHORS ChangeLog
# Create an additional pkgconfig file
%{__cat} << EOF > mad.pc
@@ -48,7 +55,7 @@
%build
-
+autoreconf -sfi
%configure \
%ifarch x86_64 ia64
--enable-fpm=64bit \
@@ -90,6 +97,9 @@
%changelog
+* Sun Jan 25 2009 David Juran <david(a)juran.se> - 0.15.1b-9
+- fix multiarch (Bz 264)
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.15.1b-8
- rebuild for buildsys cflags issue
15 years, 10 months
rpms/libmad/devel libmad-0.15.1b-multiarch.patch, NONE, 1.1 libmad.spec, 1.2, 1.3
by David Juran
Author: juran
Update of /cvs/free/rpms/libmad/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv28217
Modified Files:
libmad.spec
Added Files:
libmad-0.15.1b-multiarch.patch
Log Message:
- fix multiarch (Bz 264)
libmad-0.15.1b-multiarch.patch:
--- NEW FILE libmad-0.15.1b-multiarch.patch ---
diff -up libmad-0.15.1b/Makefile.am.orig libmad-0.15.1b/Makefile.am
--- libmad-0.15.1b/Makefile.am.orig 2009-01-25 14:35:56.000000000 +0200
+++ libmad-0.15.1b/Makefile.am 2009-01-25 18:35:07.000000000 +0200
@@ -110,15 +110,28 @@ mad.h: config.status config.h Makefile.a
echo "# ifdef __cplusplus"; \
echo 'extern "C" {'; \
echo "# endif"; echo; \
- if [ ".$(FPM)" != "." ]; then \
- echo ".$(FPM)" | sed -e 's|^\.-D|# define |'; echo; \
- fi; \
+ echo "# ifdef __i386__"; \
+ echo "# define FPM_INTEL"; \
+ echo "# define SIZEOF_LONG 4"; \
+ echo "# endif"; \
+ echo "#ifdef __x86_64__";\
+ echo "# define FPM_64BIT"; \
+ echo "# define SIZEOF_LONG 8"; \
+ echo "# endif"; \
+ echo "#ifdef __powerpc__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 4"; \
+ echo "#endif"; \
+ echo "#ifdef __powerpc64__"; \
+ echo "#define FPM_PPC"; \
+ echo "#define LIZEOF_LONG 8"; \
+ echo "#endif"; echo; \
sed -ne 's/^# *define *\(HAVE_.*_ASM\).*/# define \1/p' \
config.h; echo; \
sed -ne 's/^# *define *OPT_\(SPEED\|ACCURACY\).*/# define OPT_\1/p' \
config.h; echo; \
- sed -ne 's/^# *define *\(SIZEOF_.*\)/# define \1/p' \
- config.h; echo; \
+ echo "# define SIZEOF_INT 4"; \
+ echo "# define SIZEOF_LONG_LONG 8"; echo; \
for header in $(exported_headers); do \
echo; \
sed -n -f $(srcdir)/mad.h.sed $(srcdir)/$$header; \
Index: libmad.spec
===================================================================
RCS file: /cvs/free/rpms/libmad/devel/libmad.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libmad.spec 30 Jul 2008 05:14:46 -0000 1.2
+++ libmad.spec 26 Jan 2009 19:37:26 -0000 1.3
@@ -1,14 +1,20 @@
Name: libmad
Version: 0.15.1b
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: MPEG audio decoder library
Group: System Environment/Libraries
License: GPLv2
URL: http://www.underbit.com/products/mad/
Source0: http://download.sourceforge.net/mad/%{name}-%{version}.tar.gz
+Patch0: libmad-0.15.1b-multiarch.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+BuildRequires: automake
+BuildRequires: autoconf
+BuildRequires: libtool
+
+
%description
MAD is a high-quality MPEG audio decoder. It currently supports MPEG-1
and the MPEG-2 extension to Lower Sampling Frequencies, as well as the
@@ -27,8 +33,9 @@
%prep
%setup -q
+%patch0 -p1 -b .multiarch
sed -i -e /-fforce-mem/d configure* # -fforce-mem gone in gcc 4.2, noop earlier
-touch -r aclocal.m4 configure.ac
+touch -r aclocal.m4 configure.ac NEWS AUTHORS ChangeLog
# Create an additional pkgconfig file
%{__cat} << EOF > mad.pc
@@ -48,7 +55,7 @@
%build
-
+autoreconf -sfi
%configure \
%ifarch x86_64 ia64
--enable-fpm=64bit \
@@ -90,6 +97,9 @@
%changelog
+* Sun Jan 25 2009 David Juran <david(a)juran.se> - 0.15.1b-9
+- fix multiarch (Bz 264)
+
* Wed Jul 30 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.15.1b-8
- rebuild for buildsys cflags issue
15 years, 10 months
rpms/xorg-x11-drv-nvidia-beta/F-9 nvidia-beta-init, 1.1, 1.2 xorg-x11-drv-nvidia-beta.spec, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10305/F-9
Modified Files:
nvidia-beta-init xorg-x11-drv-nvidia-beta.spec
Log Message:
* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
- Fix initscript search locations (schlobinux_)
Index: nvidia-beta-init
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-9/nvidia-beta-init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-beta-init 13 Nov 2008 10:35:54 -0000 1.1
+++ nvidia-beta-init 25 Jan 2009 18:47:18 -0000 1.2
@@ -21,10 +21,10 @@
# If one exists, then use it.
if test -e "${modpath}/extra/${modname}";then
module="${modpath}/extra/${modname}"
-elif test -e "${modpath}/extra/nvidia/${modname}";then
- module="${modpath}/extra/nvidia/${modname}"
-elif test -e "${modpath}/kernel/drivers/video/nvidia/${modname}";then
- module="${modpath}/kernel/drivers/video/nvidia/${modname}"
+elif test -e "${modpath}/extra/${name}/${modname}";then
+ module="${modpath}/extra/${name}/${modname}"
+elif test -e "${modpath}/kernel/drivers/video/${name}/${modname}";then
+ module="${modpath}/kernel/drivers/video/${name}/${modname}"
fi
Index: xorg-x11-drv-nvidia-beta.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-9/xorg-x11-drv-nvidia-beta.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-beta.spec 13 Nov 2008 10:35:54 -0000 1.1
+++ xorg-x11-drv-nvidia-beta.spec 25 Jan 2009 18:47:18 -0000 1.2
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-beta
Version: 177.61.02
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -267,6 +267,9 @@
%changelog
+* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 177.61.02-2
+- Fix initscript search locations (schlobinux_)
+
* Thu Oct 30 2008 kwizart < kwizart at gmail.com > - 177.61.02-1
- Rename to nvidia-beta
- Update to 177.61.02 (beta with opengl 3.0 support).
15 years, 10 months
rpms/xorg-x11-drv-nvidia-beta/F-10 nvidia-beta-init, 1.1, 1.2 xorg-x11-drv-nvidia-beta.spec, 1.1, 1.2
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10305/F-10
Modified Files:
nvidia-beta-init xorg-x11-drv-nvidia-beta.spec
Log Message:
* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
- Fix initscript search locations (schlobinux_)
Index: nvidia-beta-init
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-10/nvidia-beta-init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-beta-init 13 Nov 2008 10:37:38 -0000 1.1
+++ nvidia-beta-init 25 Jan 2009 18:47:18 -0000 1.2
@@ -21,10 +21,10 @@
# If one exists, then use it.
if test -e "${modpath}/extra/${modname}";then
module="${modpath}/extra/${modname}"
-elif test -e "${modpath}/extra/nvidia/${modname}";then
- module="${modpath}/extra/nvidia/${modname}"
-elif test -e "${modpath}/kernel/drivers/video/nvidia/${modname}";then
- module="${modpath}/kernel/drivers/video/nvidia/${modname}"
+elif test -e "${modpath}/extra/${name}/${modname}";then
+ module="${modpath}/extra/${name}/${modname}"
+elif test -e "${modpath}/kernel/drivers/video/${name}/${modname}";then
+ module="${modpath}/kernel/drivers/video/${name}/${modname}"
fi
Index: xorg-x11-drv-nvidia-beta.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/F-10/xorg-x11-drv-nvidia-beta.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xorg-x11-drv-nvidia-beta.spec 13 Nov 2008 10:37:38 -0000 1.1
+++ xorg-x11-drv-nvidia-beta.spec 25 Jan 2009 18:47:18 -0000 1.2
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-beta
Version: 177.61.02
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -267,6 +267,9 @@
%changelog
+* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 177.61.02-2
+- Fix initscript search locations (schlobinux_)
+
* Thu Oct 30 2008 kwizart < kwizart at gmail.com > - 177.61.02-1
- Rename to nvidia-beta
- Update to 177.61.02 (beta with opengl 3.0 support).
15 years, 10 months
rpms/xorg-x11-drv-nvidia-beta/devel nvidia-beta-init, 1.1, 1.2 xorg-x11-drv-nvidia-beta.spec, 1.2, 1.3
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv10305/devel
Modified Files:
nvidia-beta-init xorg-x11-drv-nvidia-beta.spec
Log Message:
* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
- Fix initscript search locations (schlobinux_)
Index: nvidia-beta-init
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel/nvidia-beta-init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nvidia-beta-init 13 Nov 2008 10:37:38 -0000 1.1
+++ nvidia-beta-init 25 Jan 2009 18:47:19 -0000 1.2
@@ -21,10 +21,10 @@
# If one exists, then use it.
if test -e "${modpath}/extra/${modname}";then
module="${modpath}/extra/${modname}"
-elif test -e "${modpath}/extra/nvidia/${modname}";then
- module="${modpath}/extra/nvidia/${modname}"
-elif test -e "${modpath}/kernel/drivers/video/nvidia/${modname}";then
- module="${modpath}/kernel/drivers/video/nvidia/${modname}"
+elif test -e "${modpath}/extra/${name}/${modname}";then
+ module="${modpath}/extra/${name}/${modname}"
+elif test -e "${modpath}/kernel/drivers/video/${name}/${modname}";then
+ module="${modpath}/kernel/drivers/video/${name}/${modname}"
fi
Index: xorg-x11-drv-nvidia-beta.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-nvidia-beta/devel/xorg-x11-drv-nvidia-beta.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xorg-x11-drv-nvidia-beta.spec 17 Dec 2008 17:50:59 -0000 1.2
+++ xorg-x11-drv-nvidia-beta.spec 25 Jan 2009 18:47:19 -0000 1.3
@@ -8,7 +8,7 @@
Name: xorg-x11-drv-nvidia-beta
Version: 180.11.02
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
Group: User Interface/X Hardware Support
@@ -281,6 +281,9 @@
%changelog
+* Sun Jan 25 2009 Stewart Adam < s.adam at diffingo.com > - 180.11.02-2
+- Fix initscript search locations (schlobinux_)
+
* Wed Dec 17 2008 kwizart < kwizart at gmail.com > - 180.11.02-1
- Update to 180.11.02 (opengl 3.0 beta)
15 years, 10 months
rpms/rt2870-kmod/F-9 rt2870-kmod.spec,1.14,1.15
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3447
Modified Files:
rt2870-kmod.spec
Log Message:
Disable %define buildforkernels newest
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- rt2870-kmod.spec 25 Jan 2009 17:29:31 -0000 1.14
+++ rt2870-kmod.spec 25 Jan 2009 17:31:49 -0000 1.15
@@ -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
Name: rt2870-kmod
Version: 1.4.0.0
15 years, 10 months
rpms/rt2870-kmod/F-10 rt2870-kmod.spec,1.21,1.22
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3378
Modified Files:
rt2870-kmod.spec
Log Message:
Disable %define buildforkernels newest
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-10/rt2870-kmod.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- rt2870-kmod.spec 25 Jan 2009 17:28:42 -0000 1.21
+++ rt2870-kmod.spec 25 Jan 2009 17:31:16 -0000 1.22
@@ -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
Name: rt2870-kmod
Version: 1.4.0.0
15 years, 10 months
rpms/rt2870-kmod/devel rt2870-kmod.spec,1.26,1.27
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3303
Modified Files:
rt2870-kmod.spec
Log Message:
Disable %define buildforkernels newest
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/devel/rt2870-kmod.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- rt2870-kmod.spec 25 Jan 2009 17:26:38 -0000 1.26
+++ rt2870-kmod.spec 25 Jan 2009 17:30:38 -0000 1.27
@@ -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
Name: rt2870-kmod
Version: 1.4.0.0
15 years, 10 months
rpms/rt2870-kmod/F-9 rt2870-additional-devices-support.patch, 1.1, 1.2 rt2870-kmod.spec, 1.13, 1.14
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2870-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3143
Modified Files:
rt2870-additional-devices-support.patch rt2870-kmod.spec
Log Message:
* Sun Jan 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-4
- Add Belkin F5D8053 support
rt2870-additional-devices-support.patch:
Index: rt2870-additional-devices-support.patch
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-additional-devices-support.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2870-additional-devices-support.patch 15 Jan 2009 15:45:08 -0000 1.1
+++ rt2870-additional-devices-support.patch 25 Jan 2009 17:29:31 -0000 1.2
@@ -1,12 +1,13 @@
--- old/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h 2008-09-19 01:23:42.000000000 -0400
-+++ new/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h 2009-01-15 09:17:50.000000000 -0500
-@@ -143,6 +143,9 @@
++++ new/2008_0925_RT2870_Linux_STA_v1.4.0.0/include/rt2870.h 2009-01-24 23:38:50.000000000 -0500
+@@ -143,6 +143,10 @@
{USB_DEVICE(0x0789,0x0162)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0163)}, /* Logitec */ \
{USB_DEVICE(0x0789,0x0164)}, /* Logitec */ \
+ {USB_DEVICE(0x1737,0x0070)}, /* Linksys WUSB100 */ \
+ {USB_DEVICE(0x1737,0x0071)}, /* Linksys WUSB600N */ \
+ {USB_DEVICE(0x0411,0x00e8)}, /* Buffalo WLI-UC-G300N*/ \
++ {USB_DEVICE(0x050d,0x815c)}, /* Belkin F5D8053 */ \
{ }/* Terminating entry */ \
}
Index: rt2870-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2870-kmod/F-9/rt2870-kmod.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- rt2870-kmod.spec 21 Jan 2009 18:45:33 -0000 1.13
+++ rt2870-kmod.spec 25 Jan 2009 17:29:31 -0000 1.14
@@ -7,7 +7,7 @@
Name: rt2870-kmod
Version: 1.4.0.0
-Release: 3%{?dist}.1
+Release: 4%{?dist}
Summary: Kernel module for wireless devices with Ralink's rt2870 chipsets
Group: System Environment/Kernel
@@ -73,6 +73,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sun Jan 25 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-4
+- Add Belkin F5D8053 support
+
* Wed Jan 21 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.4.0.0-3.1
- rebuild for latest Fedora kernel;
@@ -110,21 +113,21 @@
- adjust make call in build to build properly is running kernel and target
kernel are different
-* Sat Oct 04 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.4.0.0-1
+* Sat Oct 04 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.4.0.0-1
- Rebuild for 1.4.0.0
* Sat Oct 04 2008 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 1.3.1.0-4
- Various small adjustments
- exclude ppc due to bugs (see comments)
-* Sat Sep 26 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-3
+* Sat Sep 26 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-3
- Re-wrote the description, removed supported hardware info.
- Renamed SourceDir to SourceName
-* Thu Sep 22 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-2
+* Thu Sep 22 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-2
- Some cleanup in the SPEC file to match standards
- Separated the patches
- License is GPLv2+
-* Thu Sep 20 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.3.1.0-1
+* Thu Sep 20 2008 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 1.3.1.0-1
- Initial build. The patch fixes compilation problems for kernels >= 2.6.25 . Also adds support for Linksys WUSB100.
15 years, 10 months