rpms/ghostscript/FC-5 espgs-str1570.patch, NONE, 1.1 ghostscript.spec, 1.105, 1.106

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 24 16:33:31 UTC 2006


Author: twaugh

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

Modified Files:
	ghostscript.spec 
Added Files:
	espgs-str1570.patch 
Log Message:
* Mon Apr 24 2006 Tim Waugh <twaugh at redhat.com>
- Fix emacs interaction (bug #189321, STR #1570).


espgs-str1570.patch:
 0 files changed

--- NEW FILE espgs-str1570.patch ---
--- lib/gs_setpd.ps	(revision 134)
+++ lib/gs_setpd.ps	(revision 135)
@@ -242,6 +242,7 @@
   /PageCount dup
   /Colors dup
   /BitsPerPixel dup
+  /ManualFeed dup
   /ColorValues dup
 .dicttomark readonly def
 /.makecurrentpagedevice {	% - .makecurrentpagedevice <dict>


Index: ghostscript.spec
===================================================================
RCS file: /cvs/dist/rpms/ghostscript/FC-5/ghostscript.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ghostscript.spec	10 Apr 2006 10:40:57 -0000	1.105
+++ ghostscript.spec	24 Apr 2006 16:33:12 -0000	1.106
@@ -28,6 +28,7 @@
 Patch10: ghostscript-big-cmap-post.patch
 Patch11: ghostscript-krgb.patch
 Patch12: espgs-pdfwrite.patch
+Patch13: espgs-str1570.patch
 
 Requires: zlib, libpng, glib2
 Requires: urw-fonts >= 1.1, ghostscript-fonts
@@ -114,6 +115,9 @@
 # Fix pdfwrite (bug #187834).
 %patch12 -p1 -b .pdfwrite
 
+# Fix emacs interaction (bug #189321, STR #1570).
+%patch13 -p0 -b .str1570
+
 # Convert manual pages to UTF-8
 from8859_1() {
 	iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_"
@@ -290,6 +294,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Mon Apr 24 2006 Tim Waugh <twaugh at redhat.com>
+- Fix emacs interaction (bug #189321, STR #1570).
+
 * Mon Apr 10 2006 Tim Waugh <twaugh at redhat.com> 8.15.1-7.2
 - Add %%{_datadir}/fonts/japanese to font path (bug #188448).
 




More information about the fedora-cvs-commits mailing list