commit 63ca7e566dd12585267643b27953cc7aae1a9e16
Author: leigh123linux <leigh123linux(a)googlemail.com>
Date: Tue Jul 26 08:47:25 2016 +0100
Rebuild this dinosaur with the proper fedora build flags
mamory-opt.patch | 4 ++--
mamory.spec | 5 ++++-
2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mamory-opt.patch b/mamory-opt.patch
index ee88bce..4ec0991 100644
--- a/mamory-opt.patch
+++ b/mamory-opt.patch
@@ -5,7 +5,7 @@
AC_ARG_ENABLE(debug,
[ --enable-debug Compilation flags to allow debugging],
- CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="-O0 -Wall -g ", CFLAGS="-g -DNDEBUG -O0 "
++ CFLAGS="${RPM_OPT_FLAGS}", CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS}"
)
#AC_DEFINE(CFLAGS)
@@ -16,7 +16,7 @@
enableval=$enable_debug; CFLAGS="-O0 -Wall -g "
else
- CFLAGS="-g -DNDEBUG -O2 "
-+ CFLAGS="-g -DNDEBUG -O0 "
++ CFLAGS="-g -DNDEBUG ${RPM_OPT_FLAGS} "
fi
diff --git a/mamory.spec b/mamory.spec
index 4554546..35ac519 100644
--- a/mamory.spec
+++ b/mamory.spec
@@ -1,6 +1,6 @@
Name: mamory
Version: 0.2.25
-Release: 8%{?dist}
+Release: 9%{?dist}
Summary: ROM management API and commandline ROM manager for MAME
License: GPLv2 and LGPLv2
URL:
http://mamory.sourceforge.net
@@ -77,6 +77,9 @@ make check
%changelog
+* Tue Jul 26 2016 Leigh Scott <leigh123linux(a)googlemail.com> - 0.2.25-9
+- Rebuild this dinosaur with the proper fedora build flags
+
* Sat May 16 2015 Hans de Goede <j.w.r.degoede(a)gmail.com> - 0.2.25-8
- Fix FTBFS (rf#3626)