diff --git a/ghostscript-9.05.tar.gz b/ghostscript-9.05.tar.gz deleted file mode 100644 index 17d42d4..0000000 --- a/ghostscript-9.05.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:593f77f7584704bdf9de41598a084a4208c3ad3b940a1de1faaf8f59a15cc207 -size 32570231 diff --git a/ghostscript-9.06.tar.gz b/ghostscript-9.06.tar.gz new file mode 100644 index 0000000..d0b6d96 --- /dev/null +++ b/ghostscript-9.06.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c336721c3b691618934f2a8582d19be485f76ac11734a3c40c11605749151efb +size 33552015 diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 99e2f3e..9cd357b 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 27 12:02:51 UTC 2012 - mmeister@suse.com + +- Version upgrade to 9.06. Mainly a bugfix release. + * pdfwrite announcements: + pdfwrite now supports the creation of PDF/A-2 files. + for further details see the NEWS file. + * remove moribund dumphint tool. + http://bugs.ghostscript.com/show_bug.cgi?id=693223 + see ./doc/History9.htm + ------------------------------------------------------------------- Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index 93d2c9c..a41689d 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -28,10 +28,10 @@ Summary: Minimal Ghostscript for minimal build requirements License: GPL-3.0 Group: System/Libraries Url: http://www.ghostscript.com/ -Version: 9.05 +Version: 9.06 Release: 0 # Source0...Source9 is for sources from upstream: -# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.05.tar.gz +# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS # MD5 checksum for Source0: f7c6f0431ca8d44ee132a55d583212c1 Source0: ghostscript-%{version}.tar.gz @@ -187,7 +187,7 @@ make soinstall DESTDIR=%{buildroot} # see http://bugs.ghostscript.com/show_bug.cgi?id=693002 # and fail intentionally as notification if something changed: DOCDIR=%{buildroot}%{_datadir}/ghostscript/%{version}/doc -for D in LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm doc/WhatIsGS.htm doc/GS9_Color_Management.pdf doc/gs-vms.hlp doc/Ps2ps2.htm +for D in LICENSE do test -e $DOCDIR/$( basename $D ) && exit 99 install -m 644 $D $DOCDIR done @@ -224,7 +224,6 @@ exit 0 %files %defattr(-, root, root) -%{_bindir}/dumphint %{_bindir}/dvipdf %{_bindir}/eps2eps %{_bindir}/font2c diff --git a/ghostscript.changes b/ghostscript.changes index f6b9a27..e361a42 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 27 12:02:51 UTC 2012 - mmeister@suse.com + +- Version upgrade to 9.06. Mainly a bugfix release. + * pdfwrite announcements: + pdfwrite now supports the creation of PDF/A-2 files. + for further details see the NEWS file. + * remove moribund dumphint tool. + http://bugs.ghostscript.com/show_bug.cgi?id=693223 + see ./doc/History9.htm + ------------------------------------------------------------------- Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com diff --git a/ghostscript.spec b/ghostscript.spec index c4144e9..aad13c8 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -35,12 +35,12 @@ Summary: The Ghostscript interpreter for PostScript and PDF License: GPL-3.0 Group: System/Libraries Url: http://www.ghostscript.com/ -Version: 9.05 +Version: 9.06 Release: 0 # Source0...Source9 is for sources from upstream: -# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.05.tar.gz +# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS -# MD5 checksum for Source0: f7c6f0431ca8d44ee132a55d583212c1 +# MD5 checksum for Source0: 153ddb0622cb155d2f600146f1e28d84 Source0: ghostscript-%{version}.tar.gz # Patch0...Patch9 is for patches from upstream: # @@ -302,7 +302,7 @@ make soinstall DESTDIR=%{buildroot} # see http://bugs.ghostscript.com/show_bug.cgi?id=693002 # and fail intentionally as notification if something changed: DOCDIR=%{buildroot}%{_datadir}/ghostscript/%{version}/doc -for D in LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm doc/WhatIsGS.htm doc/GS9_Color_Management.pdf doc/gs-vms.hlp doc/Ps2ps2.htm +for D in LICENSE do test -e $DOCDIR/$( basename $D ) && exit 99 install -m 644 $D $DOCDIR done @@ -340,7 +340,6 @@ exit 0 %files %defattr(-, root, root) %config %{_sysconfdir}/cups/gstoraster.convs -%{_bindir}/dumphint %{_bindir}/dvipdf %{_bindir}/eps2eps %{_bindir}/font2c