Accepting request 251627 from home:jsmeix:branches:Printing
Ghostscript version upgrade to 9.15 (primarily a maintenance release, as of this writing there are no recorded incompatible changes). OBS-URL: https://build.opensuse.org/request/show/251627 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=43
This commit is contained in:
parent
a7af5ec2ef
commit
e82f1f5be4
3
ghostscript-9.15.tar.gz
Normal file
3
ghostscript-9.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a
|
||||||
|
size 33426033
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:280297d71519cb43c1c18ba7ae6c1330766f8f91b68c1b5890139301c1dc046c
|
|
||||||
size 33424103
|
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 10:14:28 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Version upgrade to 9.15. Primarily a maintenance release.
|
||||||
|
There are no recorded incompatible changes (as of this writing).
|
||||||
|
Highlights in this release include:
|
||||||
|
* Ghostscript now supports the PDF security handler revision 6.
|
||||||
|
* The pdfwrite and ps2write (and related) devices can now be
|
||||||
|
forced to "flatten" glyphs into "basic" marking operations
|
||||||
|
(rather than writing fonts to the output), by giving
|
||||||
|
the -dNoOutputFonts command line option (defaults to "false").
|
||||||
|
* PostScript programs can now use get_params or get_param to
|
||||||
|
determine if a page contains color markings by reading the
|
||||||
|
pageneutralcolor state from the device (so whether the page
|
||||||
|
is "color" or "mono"). Note that this is only accurate when in
|
||||||
|
clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should
|
||||||
|
both be used.
|
||||||
|
* The pdfwrite device now supports Link annotations with GoTo
|
||||||
|
and GoToR actions.
|
||||||
|
* The pdfwrite device now supports BMC/BDC/EMC pdfmarks
|
||||||
|
* Regarding the new color management for the pdfwrite device
|
||||||
|
introduced in the previous release, the proscription on using
|
||||||
|
the new color management when producing PDF/A-1 compliant files
|
||||||
|
is now lifted. To reiterate, also, with the new color
|
||||||
|
management implementation, using the UseCIEColor option is
|
||||||
|
strongly discouraged. For further information on the new
|
||||||
|
pdfwrite color management, see in Ps2pdf.htm the
|
||||||
|
"Color Conversion and Management" section.
|
||||||
|
* Plus the usual round of bug fixes, compatibility changes,
|
||||||
|
and incremental improvements.
|
||||||
|
For details see the News.htm and History9.htm files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -35,31 +35,31 @@ Url: http://www.ghostscript.com/
|
|||||||
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
||||||
# because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers
|
# because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers
|
||||||
# so that we keep additionally the previous version number to upgrade from the previous version:
|
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||||
Version: 9.14pre15rc2
|
#Version: 9.14pre15rc2
|
||||||
Release: 0
|
|
||||||
# Normal version for Ghostscript releases is the upstream version:
|
# Normal version for Ghostscript releases is the upstream version:
|
||||||
#Version: 9.14
|
Version: 9.15
|
||||||
|
Release: 0
|
||||||
# tarball_version is used below to specify the directory via "setup -n":
|
# tarball_version is used below to specify the directory via "setup -n":
|
||||||
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
||||||
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||||
#define tarball_version %{version}
|
%define tarball_version %{version}
|
||||||
%define tarball_version 9.15rc2
|
#define tarball_version 9.15rc2
|
||||||
# built_version is used below in the install and files sections:
|
# built_version is used below in the install and files sections:
|
||||||
# Separated built_version needed in case of Ghostscript release candidates e.g. "define built_version 9.15".
|
# Separated built_version needed in case of Ghostscript release candidates e.g. "define built_version 9.15".
|
||||||
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||||
#define built_version %{version}
|
%define built_version %{version}
|
||||||
%define built_version 9.15
|
#define built_version 9.15
|
||||||
# Source0...Source9 is for sources from upstream:
|
# Source0...Source9 is for sources from upstream:
|
||||||
# Special URLs for Ghostscript release candidates:
|
# Special URLs for Ghostscript release candidates:
|
||||||
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||||
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
||||||
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
#Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# Normal URLs for Ghostscript releases:
|
# Normal URLs for Ghostscript releases:
|
||||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.15.tar.gz
|
||||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||||
# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
|
# MD5 checksum for Source0: 5a78ab0990ff6ec3a103576bc8777c46
|
||||||
#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||||
# Patch0...Patch9 is for patches from upstream:
|
# Patch0...Patch9 is for patches from upstream:
|
||||||
#
|
#
|
||||||
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
||||||
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 23 10:14:28 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Version upgrade to 9.15. Primarily a maintenance release.
|
||||||
|
There are no recorded incompatible changes (as of this writing).
|
||||||
|
Highlights in this release include:
|
||||||
|
* Ghostscript now supports the PDF security handler revision 6.
|
||||||
|
* The pdfwrite and ps2write (and related) devices can now be
|
||||||
|
forced to "flatten" glyphs into "basic" marking operations
|
||||||
|
(rather than writing fonts to the output), by giving
|
||||||
|
the -dNoOutputFonts command line option (defaults to "false").
|
||||||
|
* PostScript programs can now use get_params or get_param to
|
||||||
|
determine if a page contains color markings by reading the
|
||||||
|
pageneutralcolor state from the device (so whether the page
|
||||||
|
is "color" or "mono"). Note that this is only accurate when in
|
||||||
|
clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should
|
||||||
|
both be used.
|
||||||
|
* The pdfwrite device now supports Link annotations with GoTo
|
||||||
|
and GoToR actions.
|
||||||
|
* The pdfwrite device now supports BMC/BDC/EMC pdfmarks
|
||||||
|
* Regarding the new color management for the pdfwrite device
|
||||||
|
introduced in the previous release, the proscription on using
|
||||||
|
the new color management when producing PDF/A-1 compliant files
|
||||||
|
is now lifted. To reiterate, also, with the new color
|
||||||
|
management implementation, using the UseCIEColor option is
|
||||||
|
strongly discouraged. For further information on the new
|
||||||
|
pdfwrite color management, see in Ps2pdf.htm the
|
||||||
|
"Color Conversion and Management" section.
|
||||||
|
* Plus the usual round of bug fixes, compatibility changes,
|
||||||
|
and incremental improvements.
|
||||||
|
For details see the News.htm and History9.htm files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
@ -41,31 +41,31 @@ Url: http://www.ghostscript.com/
|
|||||||
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
||||||
# because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers
|
# because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers
|
||||||
# so that we keep additionally the previous version number to upgrade from the previous version:
|
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||||
Version: 9.14pre15rc2
|
#Version: 9.14pre15rc2
|
||||||
Release: 0
|
|
||||||
# Normal version for Ghostscript releases is the upstream version:
|
# Normal version for Ghostscript releases is the upstream version:
|
||||||
#Version: 9.14
|
Version: 9.15
|
||||||
|
Release: 0
|
||||||
# tarball_version is used below to specify the directory via "setup -n":
|
# tarball_version is used below to specify the directory via "setup -n":
|
||||||
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
||||||
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||||
#define tarball_version %{version}
|
%define tarball_version %{version}
|
||||||
%define tarball_version 9.15rc2
|
#define tarball_version 9.15rc2
|
||||||
# built_version is used below in the install and files sections:
|
# built_version is used below in the install and files sections:
|
||||||
# Separated built_version needed in case of Ghostscript release candidates e.g. "define built_version 9.15".
|
# Separated built_version needed in case of Ghostscript release candidates e.g. "define built_version 9.15".
|
||||||
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||||
#define built_version %{version}
|
%define built_version %{version}
|
||||||
%define built_version 9.15
|
#define built_version 9.15
|
||||||
# Source0...Source9 is for sources from upstream:
|
# Source0...Source9 is for sources from upstream:
|
||||||
# Special URLs for Ghostscript release candidates:
|
# Special URLs for Ghostscript release candidates:
|
||||||
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||||
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
||||||
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
#Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# Normal URLs for Ghostscript releases:
|
# Normal URLs for Ghostscript releases:
|
||||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.15.tar.gz
|
||||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||||
# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
|
# MD5 checksum for Source0: 5a78ab0990ff6ec3a103576bc8777c46
|
||||||
#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||||
# Patch0...Patch9 is for patches from upstream:
|
# Patch0...Patch9 is for patches from upstream:
|
||||||
#
|
#
|
||||||
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
||||||
|
Loading…
Reference in New Issue
Block a user