Accepting request 336666 from home:jsmeix:branches:Printing
Ghostscript version upgrade to 9.18 OBS-URL: https://build.opensuse.org/request/show/336666 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=57
This commit is contained in:
parent
59c03fa4b8
commit
a1523b6cd0
3
ghostscript-9.18.tar.gz
Normal file
3
ghostscript-9.18.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fc93079749a250be5404c465943850e3ed5ffbc0d5c07e10c7c5ee8afbbdb1b
|
||||
size 33727053
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12e603464f09e0b0b2483286c95129c913ec16b8ecf9272801668058e1479b4b
|
||||
size 33725337
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 10:21:22 CEST 2015 - jsmeix@suse.de
|
||||
|
||||
- Version upgrade to 9.18. A maintenance release.
|
||||
There are no recorded incompatible changes (as of this writing).
|
||||
Highlights in this release include:
|
||||
* A substantial revision of the build system and GhostPDL
|
||||
directory structure. Ghostscript-only users should
|
||||
not be affected by this change.
|
||||
* A new method of internally inserting devices into the device
|
||||
chain has been developed, named "device subclassing".
|
||||
This allows suitably written devices to be more easily and
|
||||
consistently as "filter" devices.
|
||||
The first fruit of this is a new implementation of
|
||||
the "-dFirstPage"/"-dLastPage" feature which functions
|
||||
a device filter in the Ghostscript graphics library, meaning
|
||||
it works consistently with all input languages.
|
||||
* Plus the usual round of bug fixes, compatibility changes,
|
||||
and incremental improvements.
|
||||
See http://www.ghostscript.com/doc/9.18/News.htm
|
||||
For details see the News.htm and History9.htm files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 11:05:48 CEST 2015 - jsmeix@suse.de
|
||||
|
||||
|
@ -35,37 +35,35 @@ Url: http://www.ghostscript.com/
|
||||
# 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
|
||||
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||
Version: 9.16pre18rc2
|
||||
Release: 0
|
||||
#Version: 9.16pre18rc2
|
||||
# Normal version for Ghostscript releases is the upstream version:
|
||||
#Version: 9.16
|
||||
Version: 9.18
|
||||
Release: 0
|
||||
# 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".
|
||||
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||
#define tarball_version %{version}
|
||||
%define tarball_version 9.18rc2
|
||||
%define tarball_version %{version}
|
||||
#define tarball_version 9.18rc2
|
||||
# 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".
|
||||
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||
#define built_version %{version}
|
||||
%define built_version 9.18
|
||||
%define built_version %{version}
|
||||
#define built_version 9.18
|
||||
# Source0...Source9 is for sources from upstream:
|
||||
# Special URLs for Ghostscript release candidates:
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc1.tar.gz
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS
|
||||
# or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||
# or http://downloads.ghostscript.com/public/.release_candidate/MD5SUMS
|
||||
# MD5 checksum for Source0: 7cea0466e845de0a05e60b89225ab0d3
|
||||
Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
#Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
# Normal URLs for Ghostscript releases:
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.16.tar.gz
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.18.tar.gz
|
||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||
# MD5 checksum for Source0: 829319325bbdb83f5c81379a8f86f38f
|
||||
#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||
# MD5 checksum for Source0: 33a47567d7a591c00a253caddd12a88a
|
||||
Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||
# Patch0...Patch9 is for patches from upstream:
|
||||
#
|
||||
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
||||
#
|
||||
# Patch10...Patch99 is for patches from SUSE which are intended for upstream:
|
||||
# Patch11 ppc64le-support.patch is a remainder of the previous patch
|
||||
# now the hunk for LCMS (lcms/include/lcms.h) is removed
|
||||
@ -73,11 +71,8 @@ Source0: http://downloads.ghostscript.com/public/.release_candidate/ghost
|
||||
# but the hunk for LCMS2 (lcms2/include/lcms2.h) is still needed
|
||||
# see http://bugs.ghostscript.com/show_bug.cgi?id=695544
|
||||
Patch11: ppc64le-support.patch
|
||||
#
|
||||
# Source100...Source999 is for sources from SUSE which are not intended for upstream:
|
||||
#
|
||||
# Patch100...Patch999 is for patches from SUSE which are not intended for upstream:
|
||||
#
|
||||
Conflicts: ghostscript
|
||||
Conflicts: ghostscript-x11
|
||||
Conflicts: ghostscript-devel
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 6 10:21:22 CEST 2015 - jsmeix@suse.de
|
||||
|
||||
- Version upgrade to 9.18. A maintenance release.
|
||||
There are no recorded incompatible changes (as of this writing).
|
||||
Highlights in this release include:
|
||||
* A substantial revision of the build system and GhostPDL
|
||||
directory structure. Ghostscript-only users should
|
||||
not be affected by this change.
|
||||
* A new method of internally inserting devices into the device
|
||||
chain has been developed, named "device subclassing".
|
||||
This allows suitably written devices to be more easily and
|
||||
consistently as "filter" devices.
|
||||
The first fruit of this is a new implementation of
|
||||
the "-dFirstPage"/"-dLastPage" feature which functions
|
||||
a device filter in the Ghostscript graphics library, meaning
|
||||
it works consistently with all input languages.
|
||||
* Plus the usual round of bug fixes, compatibility changes,
|
||||
and incremental improvements.
|
||||
See http://www.ghostscript.com/doc/9.18/News.htm
|
||||
For details see the News.htm and History9.htm files.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 29 11:05:48 CEST 2015 - jsmeix@suse.de
|
||||
|
||||
|
@ -55,37 +55,35 @@ Url: http://www.ghostscript.com/
|
||||
# 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
|
||||
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||
Version: 9.16pre18rc2
|
||||
Release: 0
|
||||
#Version: 9.16pre18rc2
|
||||
# Normal version for Ghostscript releases is the upstream version:
|
||||
#Version: 9.16
|
||||
Version: 9.18
|
||||
Release: 0
|
||||
# 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".
|
||||
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||
#define tarball_version %{version}
|
||||
%define tarball_version 9.18rc2
|
||||
%define tarball_version %{version}
|
||||
#define tarball_version 9.18rc2
|
||||
# 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".
|
||||
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||
#define built_version %{version}
|
||||
%define built_version 9.18
|
||||
%define built_version %{version}
|
||||
#define built_version 9.18
|
||||
# Source0...Source9 is for sources from upstream:
|
||||
# Special URLs for Ghostscript release candidates:
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc1.tar.gz
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS
|
||||
# or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||
# or http://downloads.ghostscript.com/public/.release_candidate/MD5SUMS
|
||||
# MD5 checksum for Source0: 7cea0466e845de0a05e60b89225ab0d3
|
||||
Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
#Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.18rc2.tar.gz
|
||||
# Normal URLs for Ghostscript releases:
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.16.tar.gz
|
||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.18.tar.gz
|
||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||
# MD5 checksum for Source0: 829319325bbdb83f5c81379a8f86f38f
|
||||
#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||
# MD5 checksum for Source0: 33a47567d7a591c00a253caddd12a88a
|
||||
Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
|
||||
# Patch0...Patch9 is for patches from upstream:
|
||||
#
|
||||
# Source10...Source99 is for sources from SUSE which are intended for upstream:
|
||||
#
|
||||
# Patch10...Patch99 is for patches from SUSE which are intended for upstream:
|
||||
# Patch11 ppc64le-support.patch is a remainder of the previous patch
|
||||
# now the hunk for LCMS (lcms/include/lcms.h) is removed
|
||||
@ -93,11 +91,8 @@ Source0: http://downloads.ghostscript.com/public/.release_candidate/ghost
|
||||
# but the hunk for LCMS2 (lcms2/include/lcms2.h) is still needed
|
||||
# see http://bugs.ghostscript.com/show_bug.cgi?id=695544
|
||||
Patch11: ppc64le-support.patch
|
||||
#
|
||||
# Source100...Source999 is for sources from SUSE which are not intended for upstream:
|
||||
#
|
||||
# Patch100...Patch999 is for patches from SUSE which are not intended for upstream:
|
||||
#
|
||||
# RPM dependencies:
|
||||
# Additional RPM Provides of the ghostscript-library packages in openSUSE 11.4 from
|
||||
# "rpm -q --provides ghostscript-library" and "rpm -q --provides ghostscript-x11":
|
||||
|
Loading…
Reference in New Issue
Block a user