- 8.15.4.
This commit is contained in:
parent
b524225de7
commit
f2d513ae8b
@ -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
|
||||
|
@ -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 -
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user