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

Tim Waugh twaugh at fedoraproject.org
Fri Jul 3 08:59:02 UTC 2009


Author: twaugh

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

Modified Files:
	ghostscript.spec 
Log Message:
* Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 8.64-9
- Disabled debugging to aid investigation of bug #509329.



Index: ghostscript.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ghostscript/F-11/ghostscript.spec,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -p -r1.187 -r1.188
--- ghostscript.spec	10 Jun 2009 17:02:28 -0000	1.187
+++ ghostscript.spec	3 Jul 2009 08:58:31 -0000	1.188
@@ -5,7 +5,7 @@ Summary: A PostScript interpreter and re
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 8%{?dist}
+Release: 9%{?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" prefix=%{_prefix} \
+make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix} \
 	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix} \
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix} \
 	FT_BRIDGE=1 FT_CFLAGS="$FT_CFLAGS" FT_LIB=freetype
 %else
-make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
-make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS" prefix=%{_prefix}
+make so RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix}
+make RPM_OPT_FLAGS="$RPM_OPT_FLAGS $EXTRAFLAGS -O0" prefix=%{_prefix}
 %endif
 make cups
 
@@ -310,6 +310,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Fri Jul  3 2009 Tim Waugh <twaugh at redhat.com> 8.64-9
+- Disabled debugging 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