Accepting request 136239 from home:m_meister:branches:Printing
- 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 - 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 OBS-URL: https://build.opensuse.org/request/show/136239 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=20
This commit is contained in:
parent
cbb707889a
commit
63d3a0e76f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:593f77f7584704bdf9de41598a084a4208c3ad3b940a1de1faaf8f59a15cc207
|
||||
size 32570231
|
3
ghostscript-9.06.tar.gz
Normal file
3
ghostscript-9.06.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c336721c3b691618934f2a8582d19be485f76ac11734a3c40c11605749151efb
|
||||
size 33552015
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user