Author: belegdol
Update of /cvs/nonfree/rpms/sdlmame/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23414
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/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore 24 Oct 2008 11:17:58 -0000 1.21
+++ .cvsignore 2 Nov 2008 10:27:45 -0000 1.22
@@ -1 +1 @@
-sdlmame0128u1.zip
+sdlmame0128u2.zip
Index: sdlmame.spec
===================================================================
RCS file: /cvs/nonfree/rpms/sdlmame/devel/sdlmame.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sdlmame.spec 24 Oct 2008 11:17:58 -0000 1.25
+++ sdlmame.spec 2 Nov 2008 10:27:45 -0000 1.26
@@ -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/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources 24 Oct 2008 11:17:58 -0000 1.22
+++ sources 2 Nov 2008 10:27:45 -0000 1.23
@@ -1 +1 @@
-19c5844d33c1cee6e82f186e2830d506 sdlmame0128u1.zip
+a1a96c2a1efeaabc5b5bfd970caea547 sdlmame0128u2.zip