diff --git a/ghostscript.spec b/ghostscript.spec index 1462eec..8f0f05e 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -28,6 +28,7 @@ Patch9: ghostscript-split-font-configuration.patch 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 @@ A GTK-enabled version of Ghostscript, called 'gsx'. # 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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libijs.*a %changelog +* Mon Apr 24 2006 Tim Waugh +- Fix emacs interaction (bug #189321, STR #1570). + * Mon Apr 10 2006 Tim Waugh 8.15.1-9 - Add %%{_datadir}/fonts/japanese to font path (bug #188448). - Spec file cleanups (bug #188066).