rpms/ghostscript/devel espgs-str1570.patch, NONE, 1.1 ghostscript.spec, 1.109, 1.110

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 24 16:08:45 UTC 2006


Author: twaugh

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

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/devel/ghostscript.spec,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ghostscript.spec	10 Apr 2006 10:39:03 -0000	1.109
+++ ghostscript.spec	24 Apr 2006 16:08:42 -0000	1.110
@@ -28,6 +28,7 @@
 Patch10: ghostscript-big-cmap-post.patch
 Patch11: ghostscript-krgb.patch
 Patch12: espgs-pdfwrite.patch
+Patch13: espgs-str1570.patch
 
 Requires: urw-fonts >= 1.1, ghostscript-fonts
 BuildRequires: libjpeg-devel, libXt-devel
@@ -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}_"
@@ -273,6 +277,9 @@
 %{_libdir}/libijs.*a
 
 %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-9
 - Add %%{_datadir}/fonts/japanese to font path (bug #188448).
 - Spec file cleanups (bug #188066).




More information about the fedora-cvs-commits mailing list