- Fix emacs interaction (bug #189321, STR #1570).

This commit is contained in:
Tim Waugh 2006-04-24 16:08:42 +00:00
parent 93c8b75925
commit 26861b1b4f

View File

@ -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 <twaugh@redhat.com>
- Fix emacs interaction (bug #189321, STR #1570).
* Mon Apr 10 2006 Tim Waugh <twaugh@redhat.com> 8.15.1-9
- Add %%{_datadir}/fonts/japanese to font path (bug #188448).
- Spec file cleanups (bug #188066).