rpms/dega-sdl/F-17 dega-1.12-Makefile.patch, NONE, 1.1 dega-sdl.spec, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dega-sdl/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3016
Modified Files:
dega-sdl.spec
Added Files:
dega-1.12-Makefile.patch
Log Message:
* Sun Feb 12 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.12-7
- patched Makefile to link against libm
dega-1.12-Makefile.patch:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE dega-1.12-Makefile.patch ---
diff -durN dega-1.12.orig/Makefile dega-1.12/Makefile
--- dega-1.12.orig/Makefile 2001-12-20 00:51:14.000000000 +0100
+++ dega-1.12/Makefile 2012-02-12 10:17:15.379107014 +0100
@@ -18,7 +18,7 @@
all: dega
dega: $(SDLOBJ) $(DOZEOBJ) $(MASTOBJ)
- $(CC) -o dega sdl/main.o $(DOZEOBJ) $(MASTOBJ) $(shell sdl-config --libs)
+ $(CC) -o dega sdl/main.o $(DOZEOBJ) $(MASTOBJ) $(shell sdl-config --libs) -lm
doze/dozea.o: doze/dozea.asm
nasm -f elf doze/dozea.asm
Index: dega-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dega-sdl/F-17/dega-sdl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dega-sdl.spec 9 Feb 2012 12:56:00 -0000 1.6
+++ dega-sdl.spec 17 Mar 2012 20:21:56 -0000 1.7
@@ -1,29 +1,26 @@
Summary: Dega is a Sega Master System emulator
Name: dega-sdl
Version: 1.12
-Release: 6%{?dist}
+Release: 7%{?dist}
License: Distributable
Group: Applications/Emulators
URL: http://www.emulinks.de/emus/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://www.emulinks.de/emus/dega-%{version}.tar.gz
Patch0: dega-1.12-execstack.patch
-# This is to build only for i386/i586 on plague
-#ExclusiveArch: %{ix86}
-%if 0%{?fedora} > 11 || 0%{?rhel} >= 6
+Patch1: dega-1.12-Makefile.patch
+# This is to build only for i386/i686 on plague
ExclusiveArch: i686
-%else
-ExclusiveArch: i386
-%endif
BuildRequires: SDL-devel >= 1.2.0, nasm
%description
-Dega/SDL is a linux port to the original Dega Sega
+Dega/SDL is a Linux port to the original Dega Sega
Master System / Mark III / Game Gear emulator for DOS.
%prep
%setup -q -n dega-%{version}
%patch0 -p1
+%patch1 -p1
# Using Fedora OPTFLAGS
sed -i 's/^OPTFLAGS=/#OPTFLAGS=/' Makefile
@@ -45,6 +42,9 @@
%doc README dega.txt ChangeLog
%changelog
+* Sun Feb 12 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.12-7
+- patched Makefile to link against libm
+
* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Fix default arch
12 years, 8 months
rpms/dega-sdl/devel dega-1.12-Makefile.patch, NONE, 1.1 dega-sdl.spec, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/dega-sdl/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2453
Modified Files:
dega-sdl.spec
Added Files:
dega-1.12-Makefile.patch
Log Message:
* Sun Feb 12 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.12-7
- patched Makefile to link against libm
dega-1.12-Makefile.patch:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE dega-1.12-Makefile.patch ---
diff -durN dega-1.12.orig/Makefile dega-1.12/Makefile
--- dega-1.12.orig/Makefile 2001-12-20 00:51:14.000000000 +0100
+++ dega-1.12/Makefile 2012-02-12 10:17:15.379107014 +0100
@@ -18,7 +18,7 @@
all: dega
dega: $(SDLOBJ) $(DOZEOBJ) $(MASTOBJ)
- $(CC) -o dega sdl/main.o $(DOZEOBJ) $(MASTOBJ) $(shell sdl-config --libs)
+ $(CC) -o dega sdl/main.o $(DOZEOBJ) $(MASTOBJ) $(shell sdl-config --libs) -lm
doze/dozea.o: doze/dozea.asm
nasm -f elf doze/dozea.asm
Index: dega-sdl.spec
===================================================================
RCS file: /cvs/nonfree/rpms/dega-sdl/devel/dega-sdl.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dega-sdl.spec 9 Feb 2012 12:56:00 -0000 1.6
+++ dega-sdl.spec 17 Mar 2012 20:21:00 -0000 1.7
@@ -1,29 +1,26 @@
Summary: Dega is a Sega Master System emulator
Name: dega-sdl
Version: 1.12
-Release: 6%{?dist}
+Release: 7%{?dist}
License: Distributable
Group: Applications/Emulators
URL: http://www.emulinks.de/emus/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://www.emulinks.de/emus/dega-%{version}.tar.gz
Patch0: dega-1.12-execstack.patch
-# This is to build only for i386/i586 on plague
-#ExclusiveArch: %{ix86}
-%if 0%{?fedora} > 11 || 0%{?rhel} >= 6
+Patch1: dega-1.12-Makefile.patch
+# This is to build only for i386/i686 on plague
ExclusiveArch: i686
-%else
-ExclusiveArch: i386
-%endif
BuildRequires: SDL-devel >= 1.2.0, nasm
%description
-Dega/SDL is a linux port to the original Dega Sega
+Dega/SDL is a Linux port to the original Dega Sega
Master System / Mark III / Game Gear emulator for DOS.
%prep
%setup -q -n dega-%{version}
%patch0 -p1
+%patch1 -p1
# Using Fedora OPTFLAGS
sed -i 's/^OPTFLAGS=/#OPTFLAGS=/' Makefile
@@ -45,6 +42,9 @@
%doc README dega.txt ChangeLog
%changelog
+* Sun Feb 12 2012 Andrea Musuruane <musuruan(a)gmail.com> 1.12-7
+- patched Makefile to link against libm
+
* Thu Feb 09 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.12-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Fix default arch
12 years, 8 months
rpms/gambatte/F-17 gambatte-0.4.1-libraries.patch, NONE, 1.1 gambatte.spec, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/gambatte/F-17
In directory se02.es.rpmfusion.net:/tmp/cvs-serv509
Modified Files:
gambatte.spec
Added Files:
gambatte-0.4.1-libraries.patch
Log Message:
* Sat Mar 17 2012 Andrea Musuruane <musuruan(a)gmail.com> - 0.4.1-6
- Added a patch to link against libX11
- Fixed Source0 URL
gambatte-0.4.1-libraries.patch:
framework.pro | 4 ++++
1 file changed, 4 insertions(+)
--- NEW FILE gambatte-0.4.1-libraries.patch ---
diff -durN gambatte_src-0.4.1/gambatte_qt/src/framework/framework.pro gambatte_src-0.4.1.orig/gambatte_qt/src/framework/framework.pro
--- gambatte_src-0.4.1/gambatte_qt/src/framework/framework.pro 2009-01-10 23:32:09.000000000 +0100
+++ gambatte_src-0.4.1.orig/gambatte_qt/src/framework/framework.pro 2012-03-17 20:22:44.722324173 +0100
@@ -111,6 +111,10 @@
framework/fullmodetogglers/xrandr12toggler.h #\
# framework/fullmodetogglers/xf86vidmodetoggler.h
LIBS += -L/usr/X11R6/lib \
+ -Wl,--as-needed \
+ -lX11 \
+ -lXext \
+ -ldl \
-lXv \
-lXrandr #\
# -lXxf86vm \
Index: gambatte.spec
===================================================================
RCS file: /cvs/free/rpms/gambatte/F-17/gambatte.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gambatte.spec 2 Mar 2012 14:41:36 -0000 1.6
+++ gambatte.spec 17 Mar 2012 20:02:20 -0000 1.7
@@ -4,13 +4,13 @@
Name: gambatte
Version: 0.4.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: An accuracy-focused Game Boy / Game Boy Color emulator
Group: Applications/Emulators
License: GPLv2
URL: http://sourceforge.net/projects/gambatte/
-Source0: http://dl.sf.net/sourceforge/%{name}/%{name}_src-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.gz
Source1: gambatte-qt.desktop
# Icon made by Peter Verschoor
Source2: gameboy_icon.png
@@ -19,6 +19,8 @@
Patch1: %{name}-0.4.0-usesystemlibraries.patch
# https://sourceforge.net/tracker/?func=detail&aid=2731060&group_id=203791&...
Patch2: %{name}-0.4.1-gcc44.patch
+# Upstream SVN
+Patch3: %{name}-0.4.1-libraries.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons
@@ -92,6 +94,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# Fix file encoding
for txtfile in README \
@@ -219,6 +222,10 @@
%changelog
+* Sat Mar 17 2012 Andrea Musuruane <musuruan(a)gmail.com> - 0.4.1-6
+- Added a patch to link against libX11
+- Fixed Source0 URL
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.1-5
- Rebuilt for c++ ABI breakage
12 years, 8 months
rpms/gambatte/devel gambatte-0.4.1-libraries.patch, NONE, 1.1 gambatte.spec, 1.6, 1.7
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/gambatte/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv357
Modified Files:
gambatte.spec
Added Files:
gambatte-0.4.1-libraries.patch
Log Message:
* Sat Mar 17 2012 Andrea Musuruane <musuruan(a)gmail.com> - 0.4.1-6
- Added a patch to link against libX11
- Fixed Source0 URL
gambatte-0.4.1-libraries.patch:
framework.pro | 4 ++++
1 file changed, 4 insertions(+)
--- NEW FILE gambatte-0.4.1-libraries.patch ---
diff -durN gambatte_src-0.4.1/gambatte_qt/src/framework/framework.pro gambatte_src-0.4.1.orig/gambatte_qt/src/framework/framework.pro
--- gambatte_src-0.4.1/gambatte_qt/src/framework/framework.pro 2009-01-10 23:32:09.000000000 +0100
+++ gambatte_src-0.4.1.orig/gambatte_qt/src/framework/framework.pro 2012-03-17 20:22:44.722324173 +0100
@@ -111,6 +111,10 @@
framework/fullmodetogglers/xrandr12toggler.h #\
# framework/fullmodetogglers/xf86vidmodetoggler.h
LIBS += -L/usr/X11R6/lib \
+ -Wl,--as-needed \
+ -lX11 \
+ -lXext \
+ -ldl \
-lXv \
-lXrandr #\
# -lXxf86vm \
Index: gambatte.spec
===================================================================
RCS file: /cvs/free/rpms/gambatte/devel/gambatte.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gambatte.spec 2 Mar 2012 22:08:35 -0000 1.6
+++ gambatte.spec 17 Mar 2012 20:01:40 -0000 1.7
@@ -4,13 +4,13 @@
Name: gambatte
Version: 0.4.1
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: An accuracy-focused Game Boy / Game Boy Color emulator
Group: Applications/Emulators
License: GPLv2
URL: http://sourceforge.net/projects/gambatte/
-Source0: http://dl.sf.net/sourceforge/%{name}/%{name}_src-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{name}/%{name}_src-%{version}.tar.gz
Source1: gambatte-qt.desktop
# Icon made by Peter Verschoor
Source2: gameboy_icon.png
@@ -19,6 +19,8 @@
Patch1: %{name}-0.4.0-usesystemlibraries.patch
# https://sourceforge.net/tracker/?func=detail&aid=2731060&group_id=203791&...
Patch2: %{name}-0.4.1-gcc44.patch
+# Upstream SVN
+Patch3: %{name}-0.4.1-libraries.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: scons
@@ -92,6 +94,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
# Fix file encoding
for txtfile in README \
@@ -219,6 +222,10 @@
%changelog
+* Sat Mar 17 2012 Andrea Musuruane <musuruan(a)gmail.com> - 0.4.1-6
+- Added a patch to link against libX11
+- Fixed Source0 URL
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.4.1-5
- Rebuilt for c++ ABI breakage
12 years, 8 months
rpms/wl-kmod/F-16 wl-kmod.spec,1.78,1.79
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12042
Modified Files:
wl-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.12
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-16/wl-kmod.spec,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- wl-kmod.spec 15 Mar 2012 08:30:55 -0000 1.78
+++ wl-kmod.spec 17 Mar 2012 17:01:43 -0000 1.79
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 2%{?dist}.11
+Release: 2%{?dist}.12
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.12
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-2.11
- rebuild for updated kernel
12 years, 8 months
rpms/nvidia-kmod/F-16 nvidia-kmod.spec,1.110,1.111
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11915
Modified Files:
nvidia-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.20
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-16/nvidia-kmod.spec,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- nvidia-kmod.spec 15 Mar 2012 08:30:44 -0000 1.110
+++ nvidia-kmod.spec 17 Mar 2012 17:01:32 -0000 1.111
@@ -9,7 +9,7 @@
Epoch: 1
Version: 290.10
# Taken over by kmodtool
-Release: 1%{?dist}.19
+Release: 1%{?dist}.20
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -77,6 +77,9 @@
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.20
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:290.10-1.19
- rebuild for updated kernel
12 years, 8 months
rpms/catalyst-kmod/F-16 catalyst-kmod.spec,1.34,1.35
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/catalyst-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11787
Modified Files:
catalyst-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.1-1.8
- rebuild for updated kernel
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-16/catalyst-kmod.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- catalyst-kmod.spec 15 Mar 2012 08:30:33 -0000 1.34
+++ catalyst-kmod.spec 17 Mar 2012 17:01:21 -0000 1.35
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 12.1
-Release: 1%{?dist}.7
+Release: 1%{?dist}.8
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -97,6 +97,9 @@
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.1-1.8
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 12.1-1.7
- rebuild for updated kernel
12 years, 8 months
rpms/xtables-addons-kmod/F-16 xtables-addons-kmod.spec,1.35,1.36
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11382
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.10
- rebuild for updated kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-16/xtables-addons-kmod.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- xtables-addons-kmod.spec 15 Mar 2012 08:30:22 -0000 1.35
+++ xtables-addons-kmod.spec 17 Mar 2012 17:01:10 -0000 1.36
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 1.41
-Release: 1%{?dist}.9
+Release: 1%{?dist}.10
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.10
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1.41-1.9
- rebuild for updated kernel
12 years, 8 months
rpms/west-chamber-kmod/F-16 west-chamber-kmod.spec,1.30,1.31
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/west-chamber-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11254
Modified Files:
west-chamber-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.26
- rebuild for updated kernel
Index: west-chamber-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/west-chamber-kmod/F-16/west-chamber-kmod.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- west-chamber-kmod.spec 15 Mar 2012 08:30:12 -0000 1.30
+++ west-chamber-kmod.spec 17 Mar 2012 17:01:00 -0000 1.31
@@ -11,7 +11,7 @@
Name: west-chamber-kmod
Summary: Kernel module (kmod) for west-chamber
Version: 0.0.1
-Release: 7.%{?svndate}svn%{?dist}.25
+Release: 7.%{?svndate}svn%{?dist}.26
License: GPLv2+
Group: System Environment/Kernel
URL: http://code.google.com/p/scholarzhang/
@@ -82,6 +82,9 @@
rm -rf %{buildroot}
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.26
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.1-7.20101017svn.25
- rebuild for updated kernel
12 years, 8 months
rpms/VirtualBox-OSE-kmod/F-16 VirtualBox-OSE-kmod.spec,1.80,1.81
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11133
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.16
- rebuild for updated kernel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-16/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- VirtualBox-OSE-kmod.spec 15 Mar 2012 08:30:02 -0000 1.80
+++ VirtualBox-OSE-kmod.spec 17 Mar 2012 17:00:50 -0000 1.81
@@ -18,7 +18,7 @@
Name: VirtualBox-OSE-kmod
Version: 4.1.8
-Release: 1%{?dist}.15
+Release: 1%{?dist}.16
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Sat Mar 17 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.16
+- rebuild for updated kernel
+
* Thu Mar 15 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.15
- rebuild for updated kernel
12 years, 8 months