From 1b022645263c1b93b64e926af15eda1f6ebe732b Mon Sep 17 00:00:00 2001 From: Julian Sikorski Date: Jul 27 2016 18:56:19 +0000 Subject: Updated to 0.176 - Updated the fortify patch --- diff --git a/.gitignore b/.gitignore index 6efad06..fd96378 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ /mame0175s.exe /whatsnew_0175.txt +/mame0176s.exe +/whatsnew_0176.txt diff --git a/mame-fortify.patch b/mame-fortify.patch index a084e63..c1ab617 100644 --- a/mame-fortify.patch +++ b/mame-fortify.patch @@ -1,7 +1,7 @@ -diff -up mame-0.161/src/osd/sdl/sdlprefix.h.fortify mame-0.161/src/osd/sdl/sdlprefix.h ---- mame-0.161/src/osd/sdl/sdlprefix.h.fortify 2015-04-30 22:18:01.031569146 +0200 -+++ mame-0.161/src/osd/sdl/sdlprefix.h 2015-04-30 22:21:30.273905638 +0200 -@@ -76,8 +76,8 @@ struct _IO_FILE {}; //_IO_FILE is an op +diff -up mame-0.176/src/osd/sdl/sdlprefix.h.fortify mame-0.176/src/osd/sdl/sdlprefix.h +--- mame-0.176/src/osd/sdl/sdlprefix.h.fortify 2016-07-27 20:25:12.076182355 +0200 ++++ mame-0.176/src/osd/sdl/sdlprefix.h 2016-07-27 20:26:29.052947445 +0200 +@@ -75,9 +75,9 @@ struct _IO_FILE {}; //_IO_FILE is an op #endif // fix for Ubuntu 8.10 @@ -12,4 +12,5 @@ diff -up mame-0.161/src/osd/sdl/sdlprefix.h.fortify mame-0.161/src/osd/sdl/sdlpr +// #undef _FORTIFY_SOURCE +// #endif - #endif /* SDLMAME_UNIX */ + // nasty hack to stop altivec #define vector/bool/pixel screwing us over + #if defined(__ALTIVEC__) && !defined(__APPLE_ALTIVEC__) diff --git a/mame.spec b/mame.spec index 0fde7e7..555da0c 100644 --- a/mame.spec +++ b/mame.spec @@ -4,11 +4,11 @@ %bcond_with ldplayer %bcond_with debug -%global baseversion 175 +%global baseversion 176 Name: mame Version: 0.%{baseversion} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Multiple Arcade Machine Emulator #LGPLv2+: @@ -342,6 +342,10 @@ find $RPM_BUILD_ROOT%{_datadir}/%{name} -name LICENSE -exec rm {} \; %changelog +* Wed Jul 27 2016 Julian Sikorski - 0.176-1 +- Updated to 0.176 +- Updated the fortify patch + * Mon Jul 11 2016 Julian Sikorski - 0.175-2 - Added libXinerama-devel to BuildRequires since it is no longer pulled by SDL2-devel diff --git a/sources b/sources index a679ce6..89f0c5a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -a5322fe80ace2580fbef8def0618d3d6 mame0175s.exe -5c4e22c8f8a2255cee81843efc9b16cb whatsnew_0175.txt +799c1df20a891d280199e848f498c469 mame0176s.exe +87a783d566a46fe351d5e3c5bab5517e whatsnew_0176.txt