- 8.15.4.

This commit is contained in:
Tim Waugh 2007-03-14 21:56:28 +00:00
parent b524225de7
commit f2d513ae8b
4 changed files with 12 additions and 8 deletions

View File

@ -17,3 +17,4 @@ espgs-8.15.1-source.tar.bz2
adobe-cmaps-200406.tar.gz
espgs-8.15.2-source.tar.bz2
espgs-8.15.3-source.tar.bz2
espgs-8.15.4-source.tar.bz2

View File

@ -1,8 +1,8 @@
--- espgs-8.15.3/lib/dvipdf.dvipdf 2007-01-25 12:14:49.000000000 +0000
+++ espgs-8.15.3/lib/dvipdf 2007-01-25 12:15:02.000000000 +0000
@@ -37,4 +37,4 @@
--- espgs-8.15.4/lib/dvipdf.dvipdf 2006-11-30 15:41:51.000000000 +0000
+++ espgs-8.15.4/lib/dvipdf 2007-03-14 21:51:59.000000000 +0000
@@ -39,4 +39,4 @@
# We have to include the options twice because -I only takes effect if it
# appears before other options.
-exec dvips -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
+exec dvips -R -q -f "$infile" | gs $OPTIONS -q -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
-exec dvips $DVIPSOPTIONS -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
+exec dvips $DVIPSOPTIONS -R -q -f "$infile" | gs $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -

View File

@ -1,11 +1,11 @@
%define gs_ver 8.15.3
%define gs_ver 8.15.4
%define gs_dot_ver 8.15
%{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
Summary: A PostScript(TM) interpreter and renderer.
Name: ghostscript
Version: %{gs_ver}
Release: 7%{?dist}
Release: 1%{?dist}
License: GPL
URL: http://www.cups.org/espgs/
@ -252,6 +252,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libgs.so
%changelog
* Wed Mar 14 2007 Tim Waugh <twaugh@redhat.com> 8.15.4-1
- 8.15.4.
* Thu Jan 25 2007 Tim Waugh <twaugh@redhat.com> 8.15.3-7
- dvipdf script fixes (bug #88906).
- Moved libijs.so and libgs.so into devel package (bug #203623).

View File

@ -1,3 +1,3 @@
2fbae60417d42779f6488ab897dcaaf6 acro5-cmaps-2001.tar.gz
dfc93dd2aaaf2b86d2fd55f654c13261 adobe-cmaps-200406.tar.gz
4ec87a3da20c1b433ffbe0ffe3675fcd espgs-8.15.3-source.tar.bz2
e74e0463e0bfb1cea3db245d8e71828c espgs-8.15.4-source.tar.bz2