[ocp/f13: 2/2] remove --with-debug since it overrides optflags

Charles R. Anderson cra at fedoraproject.org
Wed Jun 1 14:10:50 UTC 2011


commit 84883fd0f180e9123b62e75f0e28a8e50929f88c
Author: Chuck Anderson <cra at wpi.edu>
Date:   Wed Jun 1 10:08:00 2011 -0400

    remove --with-debug since it overrides optflags

 ocp.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/ocp.spec b/ocp.spec
index 249c615..59b428b 100644
--- a/ocp.spec
+++ b/ocp.spec
@@ -1,10 +1,10 @@
 #define snapshot 20100401
 %define version 0.1.20
-%define release %{?snapshot:0.5.%{snapshot}snap}%{!?snapshot:1}%{?dist}
+%define release %{?snapshot:0.5.%{snapshot}snap}%{!?snapshot:2}%{?dist}
 
 Name: ocp
 Version: %{version}
-Release: %{release}.1
+Release: %{release}
 Summary: Open Cubic Player for MOD/S3M/XM/IT/SID/MIDI music files
 
 Group: Applications/Multimedia
@@ -72,7 +72,7 @@ mv license.txt license-videos.txt
 	   --with-sdl \
 	   --without-mad \
 	   --with-libiconv=auto \
-	   --with-debug
+#	   --with-debug
 
 make
 # Makefiles are not SMP-clean
@@ -152,6 +152,9 @@ gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
 
 
 %changelog
+* Wed Jun 01 2011 Charles R. Anderson <cra at wpi.edu> 0.1.20-2
+- remove --with-debug since it overrides optflags (bz#625884)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.20-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list