rpms/sdlmame/F-9 sdlmame-fortify.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 sdlmame.spec, 1.24, 1.25 sources, 1.22, 1.23

Julian Sikorski belegdol at rpmfusion.org
Sun Nov 2 11:27:35 CET 2008


Author: belegdol

Update of /cvs/nonfree/rpms/sdlmame/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23304

Modified Files:
	.cvsignore sdlmame.spec sources 
Added Files:
	sdlmame-fortify.patch 
Log Message:
* Sun Nov  2 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.2.0128u2
- Updated to 0.128u2
- Added patch disabling undefining _FORITFY_SOURCE


sdlmame-fortify.patch:

--- NEW FILE sdlmame-fortify.patch ---
--- src/osd/sdl/sdlprefix.h.fortify	2008-10-31 03:48:33.000000000 +0100
+++ src/osd/sdl/sdlprefix.h	2008-11-02 11:20:37.000000000 +0100
@@ -35,9 +35,9 @@
 #endif
 
 // fix for Ubuntu 8.10
-#ifdef _FORTIFY_SOURCE
-#undef _FORTIFY_SOURCE
-#endif
+// #ifdef _FORTIFY_SOURCE
+// #undef _FORTIFY_SOURCE
+// #endif
 
 #endif /* SDLMAME_UNIX */
 


Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	24 Oct 2008 11:17:49 -0000	1.21
+++ .cvsignore	2 Nov 2008 10:27:34 -0000	1.22
@@ -1 +1 @@
-sdlmame0128u1.zip
+sdlmame0128u2.zip


Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sdlmame.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- sdlmame.spec	24 Oct 2008 11:17:49 -0000	1.24
+++ sdlmame.spec	2 Nov 2008 10:27:34 -0000	1.25
@@ -1,4 +1,4 @@
-%define beta 0128u1
+%define beta 0128u2
 
 %if "0%{?beta}" != "0"
 %define _version %{?beta}
@@ -18,7 +18,7 @@
 
 Name:           sdlmame
 Version:        0129
-Release:        0.1.%{?beta}%{?dist}
+Release:        0.2.%{?beta}%{?dist}
 Summary:        SDL Multiple Arcade Machine Emulator
 
 Group:          Applications/Emulators
@@ -28,6 +28,7 @@
 Patch0:         %{name}-warnings.patch
 Patch1:         %{name}-expat.patch
 Patch2:         %{name}-bne.patch
+Patch3:         %{name}-fortify.patch
 BuildRoot:      %{_tmppath}/%{name}-%{_version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel expat-devel zlib-devel libGL-devel gtk2-devel
@@ -79,6 +80,7 @@
 %patch0 -p0 -b .warnings~
 %patch1 -p0 -b .expat~
 %patch2 -p0 -b .bne~
+%patch3 -p0 -b .fortify
 
 # Create mame.ini file
 cat > mame.ini << EOF
@@ -197,6 +199,10 @@
 %{_bindir}/ldplayer
 
 %changelog
+* Sun Nov  2 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.2.0128u2
+- Updated to 0.128u2
+- Added patch disabling undefining _FORITFY_SOURCE
+
 * Fri Oct 24 2008 Julian Sikorski <belegdol[at]gmail[dot]com> - 0129-0.1.0128u1
 - Updated to 0.128u1
 


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/F-9/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	24 Oct 2008 11:17:49 -0000	1.22
+++ sources	2 Nov 2008 10:27:34 -0000	1.23
@@ -1 +1 @@
-19c5844d33c1cee6e82f186e2830d506  sdlmame0128u1.zip
+a1a96c2a1efeaabc5b5bfd970caea547  sdlmame0128u2.zip



More information about the rpmfusion-commits mailing list