From 54e47e66349135f031cc4e2a089d25417445ac15 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 1 Oct 2010 11:04:43 +0100 Subject: [PATCH] Reverted incorrect change introduced to fix bug #635786. --- ghostscript-ps2epsi-cr.patch | 14 -------------- ghostscript.spec | 9 ++++----- 2 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 ghostscript-ps2epsi-cr.patch diff --git a/ghostscript-ps2epsi-cr.patch b/ghostscript-ps2epsi-cr.patch deleted file mode 100644 index 79fd8b7..0000000 --- a/ghostscript-ps2epsi-cr.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up ghostscript-8.71/lib/ps2epsi.ps.ps2epsi-cr ghostscript-8.71/lib/ps2epsi.ps ---- ghostscript-8.71/lib/ps2epsi.ps.ps2epsi-cr 2010-09-30 17:02:05.673891679 +0100 -+++ ghostscript-8.71/lib/ps2epsi.ps 2010-09-30 17:02:13.877891640 +0100 -@@ -193,8 +193,8 @@ ps2edict begin - epsifile (\n) writestring - epsifile flushfile - -- epsifile BBoxString writestring epsifile (\r) writestring -- epsifile HiresBBoxString writestring epsifile (\r) writestring -+ epsifile BBoxString writestring epsifile (\n) writestring -+ epsifile HiresBBoxString writestring epsifile (\n) writestring - - % Define character and bit widths for the output line buffer: - /cwidth rm lm sub 1 add def diff --git a/ghostscript.spec b/ghostscript.spec index 04777bc..8ccee02 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -5,7 +5,7 @@ Summary: A PostScript interpreter and renderer Name: ghostscript Version: %{gs_ver} -Release: 17%{?dist} +Release: 18%{?dist} # Included CMap data is Redistributable, no modification permitted, # see http://bugzilla.redhat.com/487510 @@ -43,7 +43,6 @@ Patch24: ghostscript-epstopdf-failure.patch Patch25: ghostscript-bbox-close.patch Patch26: ghostscript-gdevcups-ripcache.patch Patch27: ghostscript-Fontmap.local.patch -Patch28: ghostscript-ps2epsi-cr.patch Requires: urw-fonts >= 1.1, ghostscript-fonts BuildRequires: xz @@ -205,9 +204,6 @@ rm -rf libpng zlib jpeg jasper # package manifest. %patch27 -p1 -# Don't use carriage return in ps2epsi output (bug #635786). -%patch28 -p1 -b .ps2epsi-cr - # Convert manual pages to UTF-8 from8859_1() { iconv -f iso-8859-1 -t utf-8 < "$1" > "${1}_" @@ -389,6 +385,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libgs.so %changelog +* Fri Oct 1 2010 Tim Waugh 8.71-18 +- Reverted incorrect change introduced to fix bug #635786. + * Thu Sep 30 2010 Tim Waugh 8.71-17 - Don't use carriage return in ps2epsi output (bug #635786). - Include more documentation (bug #634354).