rpms/ghostscript/devel ghostscript-noopt.patch, 1.2, 1.3 ghostscript.spec, 1.65, 1.66

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 6 13:36:58 UTC 2005


Author: twaugh

Update of /cvs/dist/rpms/ghostscript/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6898

Modified Files:
	ghostscript.spec 
Added Files:
	ghostscript-noopt.patch 
Log Message:
* Mon Jun  6 2005 Tim Waugh <twaugh at redhat.com>
- Build igcref.c with -O0 to work around bug #150771.

ghostscript-noopt.patch:
 int.mak |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: ghostscript-noopt.patch
===================================================================
RCS file: ghostscript-noopt.patch
diff -N ghostscript-noopt.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ ghostscript-noopt.patch	6 Jun 2005 13:36:55 -0000	1.3
@@ -0,0 +1,11 @@
+--- ghostscript-7.07/src/int.mak.noopt	2005-03-10 17:22:53.000000000 +0000
++++ ghostscript-7.07/src/int.mak	2005-03-10 17:24:10.000000000 +0000
+@@ -105,7 +105,7 @@
+ $(PSOBJ)igcref.$(OBJ) : $(PSSRC)igcref.c $(GH) $(memory__h)\
+  $(gsexit_h) $(gsstruct_h)\
+  $(iastate_h) $(idebug_h) $(igc_h) $(iname_h) $(ipacked_h) $(store_h)
+-	$(PSCC) $(PSO_)igcref.$(OBJ) $(C_) $(PSSRC)igcref.c
++	$(PSCC) -O0 $(PSO_)igcref.$(OBJ) $(C_) $(PSSRC)igcref.c
+ 
+ $(PSOBJ)igcstr.$(OBJ) : $(PSSRC)igcstr.c $(GH) $(memory__h)\
+  $(gsmdebug_h) $(gsstruct_h) $(iastate_h) $(igcstr_h)


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/devel/ghostscript.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ghostscript.spec	6 Jun 2005 13:35:21 -0000	1.65
+++ ghostscript.spec	6 Jun 2005 13:36:55 -0000	1.66
@@ -18,6 +18,7 @@
 Patch4: ghostscript-ps2epsi.patch
 Patch5: ghostscript-badc.patch
 Patch6: ghostscript-pagesize.patch
+Patch7: ghostscript-noopt.patch
 
 Requires: zlib, libpng, glib2
 Requires: urw-fonts >= 1.1, ghostscript-fonts
@@ -85,6 +86,9 @@
 # Prevent pdf2ps generating "null setpagesize" (bug #126446).
 %patch6 -p1 -b .pagesize
 
+# Build igcref.c with -O0 to work around bug #150771.
+%patch7 -p1 -b .noopt
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -213,6 +217,7 @@
 
 %changelog
 * Mon Jun  6 2005 Tim Waugh <twaugh at redhat.com>
+- Build igcref.c with -O0 to work around bug #150771.
 - Renumber patches.
 
 * Fri Jun  3 2005 Tim Waugh <twaugh at redhat.com> 8.15-0.rc3.1




More information about the fedora-cvs-commits mailing list