SHA256
1
0
forked from pool/ghostscript

Accepting request 137350 from Printing

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/137350
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghostscript?expand=0&rev=6
This commit is contained in:
Stephan Kulow 2012-10-07 16:58:52 +00:00 committed by Git OBS Bridge
commit 579c258043
6 changed files with 37 additions and 21 deletions

@ -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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c336721c3b691618934f2a8582d19be485f76ac11734a3c40c11605749151efb
size 33552015

@ -1,5 +1,15 @@
-------------------------------------------------------------------
Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com
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, ssee History9.htm and
http://bugs.ghostscript.com/show_bug.cgi?id=693223
-------------------------------------------------------------------
Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com
- Disable -Wl,--as-needed, see upstream bug report
http://bugs.ghostscript.com/show_bug.cgi?id=693100
@ -7,14 +17,14 @@ Mon Sep 24 10:46:00 UTC 2012 - idonmez@suse.com
-------------------------------------------------------------------
Thu May 10 15:49:33 CEST 2012 - jsmeix@suse.de
- Require Ghostscript's font packages because the
Ghostscript package provides the "Fontmap" file
- Require Ghostscript's font packages because the
Ghostscript package provides the "Fontmap" file
/usr/share/ghostscript/<version>/Resource/Init/Fontmap.GS
which lists Ghostscript's fonts but the fonts itself
are provided in the separated packages ghostscript-fonts-std
and ghostscript-fonts-other so that a RPM requirement
which lists Ghostscript's fonts but the fonts itself
are provided in the separated packages ghostscript-fonts-std
and ghostscript-fonts-other so that a RPM requirement
is needed to make sure that Ghostscript has its fonts.
- Extract the catalog of devices which are actually built-in
- Extract the catalog of devices which are actually built-in
in exactly this Ghostscript and provide it as catalog.devices
in the Ghostscript package.

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ghostscript-mini
BuildRequires: freetype2-devel
BuildRequires: liblcms-devel
@ -28,10 +27,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 +186,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 +223,6 @@ exit 0
%files
%defattr(-, root, root)
%{_bindir}/dumphint
%{_bindir}/dvipdf
%{_bindir}/eps2eps
%{_bindir}/font2c

@ -1,3 +1,13 @@
-------------------------------------------------------------------
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, ssee History9.htm and
http://bugs.ghostscript.com/show_bug.cgi?id=693223
-------------------------------------------------------------------
Mon Sep 24 10:44:57 UTC 2012 - idonmez@suse.com

@ -15,7 +15,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ghostscript
BuildRequires: cups-devel
# dbus-1-devel is needed for "configure --enable-dbus" (see below):
@ -35,12 +34,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 +301,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 +339,6 @@ exit 0
%files
%defattr(-, root, root)
%config %{_sysconfdir}/cups/gstoraster.convs
%{_bindir}/dumphint
%{_bindir}/dvipdf
%{_bindir}/eps2eps
%{_bindir}/font2c