rpms/ghostscript/F-11 ghostscript.spec,1.188,1.189

Tim Waugh twaugh at fedoraproject.org
Fri Jul 3 15:55:35 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/ghostscript/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23964

Modified Files:
	ghostscript.spec 
Log Message:
* Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 8.64-10
- Re-enabled optimization.



Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-11/ghostscript.spec,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -p -r1.188 -r1.189
--- ghostscript.spec	3 Jul 2009 08:58:31 -0000	1.188
+++ ghostscript.spec	3 Jul 2009 15:55:35 -0000	1.189
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and re
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -174,13 +174,13 @@ cd ..
 
 %if %{build_with_freetype}
 FT_CFLAGS=$(pkg-config --cflags freetype2)
-make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix} \
+make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
 	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix} \
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
 	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
 %else
-make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix}
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix}
+make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
 %endif
 make cups
 
@@ -310,8 +310,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 8.64-10
+- Re-enabled optimization.
+
 * Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 8.64-9
-- Disabled debugging to aid investigation of bug #509329.
+- Disabled optimization to aid investigation of bug #509329.
 
 * Wed Jun 10 2009 Tim Waugh <twaugh at redhat.com> 8.64-8
 - Fix scripts so they don't get broken on install (bug #502550).




More information about the fedora-extras-commits mailing list