rpms/bsnes/F-10 bsnes-0.054-noppcelf.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 bsnes.spec, 1.17, 1.18 sources, 1.16, 1.17

Julian Sikorski belegdol at rpmfusion.org
Wed Oct 21 18:15:37 CEST 2009


Author: belegdol

Update of /cvs/free/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7373

Modified Files:
	.cvsignore bsnes.spec sources 
Added Files:
	bsnes-0.054-noppcelf.patch 
Log Message:
* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
- Updated to 0.054
- Disabled ppc-elf.c until we figure out why it does not build


bsnes-0.054-noppcelf.patch:

--- NEW FILE bsnes-0.054-noppcelf.patch ---
diff -up bsnes-0.054/src/lib/libco/libco.c.noppcelf bsnes-0.054/src/lib/libco/libco.c
--- bsnes-0.054/src/lib/libco/libco.c.noppcelf	2009-10-18 09:26:09.000000000 +0200
+++ bsnes-0.054/src/lib/libco/libco.c	2009-10-21 16:01:54.000000000 +0200
@@ -8,8 +8,6 @@
   #include "x86.c"
 #elif defined(__GNUC__) && defined(__amd64__)
   #include "amd64.c"
-#elif defined(__GNUC__) && defined(__powerpc__) && defined(__ELF__)
-  #include "ppc-elf.c"
 #elif defined(__GNUC__)
   #include "sjlj.c"
 #elif defined(_MSC_VER) && defined(_M_IX86)


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	19 Oct 2009 11:26:05 -0000	1.16
+++ .cvsignore	21 Oct 2009 16:15:37 -0000	1.17
@@ -1 +1 @@
-bsnes_v053.tar.bz2
+bsnes_v054.tar.bz2


Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bsnes.spec	19 Oct 2009 11:26:05 -0000	1.17
+++ bsnes.spec	21 Oct 2009 16:15:37 -0000	1.18
@@ -1,4 +1,4 @@
-%global vernumber 053
+%global vernumber 054
 
 Name:           bsnes
 Version:        0.%{vernumber}
@@ -13,6 +13,7 @@
 Source0:        %{name}_v%{vernumber}.tar.bz2
 Source2:        README.bsnes
 Patch0:         bsnes-0.037a-strip.patch
+Patch1:         bsnes-0.054-noppcelf.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 #bsnes does not use system snes_ntsc because the modified video processing
@@ -38,6 +39,7 @@
 %prep
 %setup -qc
 %patch0 -p0 -b .strip
+%patch1 -p1 -b .noppcelf
 
 #fix permissions
 find src -type f \( -name \*.cpp -or -name \*.hpp -or -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
@@ -77,6 +79,10 @@
 
 
 %changelog
+* Wed Oct 21 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.054-1
+- Updated to 0.054
+- Disabled ppc-elf.c until we figure out why it does not build
+
 * Mon Oct 19 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.053-1
 - Updated to 0.053
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	19 Oct 2009 11:26:05 -0000	1.16
+++ sources	21 Oct 2009 16:15:37 -0000	1.17
@@ -1 +1 @@
-cb033f3a365a64a266638ce46d9be960  bsnes_v053.tar.bz2
+499e1665c2cabda399fd0f60c69d0ecd  bsnes_v054.tar.bz2



More information about the rpmfusion-commits mailing list