From 0a14318d2b999540f13038d073b37cf1d394ee68f717b6f647c6b9b2ff620f65 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Thu, 15 Sep 2016 10:00:01 +0000 Subject: [PATCH 1/2] Accepting request 427903 from home:jsmeix:branches:Printing Version upgrade to 9.20rc1 (first release candidate for 9.20) OBS-URL: https://build.opensuse.org/request/show/427903 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=69 --- ghostscript-9.19.tar.gz | 3 --- ghostscript-9.20rc1.tar.gz | 3 +++ ghostscript-mini.changes | 9 +++++++++ ghostscript-mini.spec | 28 ++++++++++++---------------- ghostscript.changes | 9 +++++++++ ghostscript.spec | 28 ++++++++++++---------------- 6 files changed, 45 insertions(+), 35 deletions(-) delete mode 100644 ghostscript-9.19.tar.gz create mode 100644 ghostscript-9.20rc1.tar.gz diff --git a/ghostscript-9.19.tar.gz b/ghostscript-9.19.tar.gz deleted file mode 100644 index fc5da0c..0000000 --- a/ghostscript-9.19.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42f0f6983f710c403cf0da1f3f1c9f7d81f87451161b9e70bc55b6348d262ae2 -size 33750873 diff --git a/ghostscript-9.20rc1.tar.gz b/ghostscript-9.20rc1.tar.gz new file mode 100644 index 0000000..5d9cbe4 --- /dev/null +++ b/ghostscript-9.20rc1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43039d8700800fa08bce265c3fe7807f20767f62b1ab60a5427d5109c0c8ff18 +size 36545884 diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 4ce69b0..38ac699 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 15 10:12:03 CEST 2016 - jsmeix@suse.de + +- Version upgrade to 9.20rc1 (first release candidate for 9.20). + For details see the News.htm and History9.htm files. + Regarding installing packages (in particular release candidates) + from the openSUSE build service development project "Printing" + see https://build.opensuse.org/project/show/Printing + ------------------------------------------------------------------- Wed Mar 23 15:43:27 CET 2016 - jsmeix@suse.de diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index cf60496..ba3abb3 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -36,35 +36,31 @@ 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.18pre19rc1 -# Normal version for Ghostscript releases is the upstream version: -Version: 9.19 +Version: 9.19pre20rc1 Release: 0 +# Normal version for Ghostscript releases is the upstream version: +#Version: 9.19 # 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.19rc1 +#define tarball_version %{version} +%define tarball_version 9.20rc1 # 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.19 +#define built_version %{version} +%define built_version 9.20 # 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.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 -# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs919rc1 +# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz +# How to download it: +# wget -O ghostscript-9.20rc1.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz +Source0: ghostscript-%{tarball_version}.tar.gz # Normal URLs for Ghostscript releases: # 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: 33a47567d7a591c00a253caddd12a88a -#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz -Source0: ghostscript-%{tarball_version}.tar.gz +#Source0: 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: diff --git a/ghostscript.changes b/ghostscript.changes index 9421f05..8d0437e 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Sep 15 10:12:03 CEST 2016 - jsmeix@suse.de + +- Version upgrade to 9.20rc1 (first release candidate for 9.20). + For details see the News.htm and History9.htm files. + Regarding installing packages (in particular release candidates) + from the openSUSE build service development project "Printing" + see https://build.opensuse.org/project/show/Printing + ------------------------------------------------------------------- Wed Mar 23 15:43:27 CET 2016 - jsmeix@suse.de diff --git a/ghostscript.spec b/ghostscript.spec index a59f69d..53624cd 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -56,35 +56,31 @@ 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.18pre19rc1 -# Normal version for Ghostscript releases is the upstream version: -Version: 9.19 +Version: 9.19pre20rc1 Release: 0 +# Normal version for Ghostscript releases is the upstream version: +#Version: 9.19 # 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.19rc1 +#define tarball_version %{version} +%define tarball_version 9.20rc1 # 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.19 +#define built_version %{version} +%define built_version 9.20 # 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.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 -# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/tag/gs919rc1 +# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz +# How to download it: +# wget -O ghostscript-9.20rc1.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz +Source0: ghostscript-%{tarball_version}.tar.gz # Normal URLs for Ghostscript releases: # 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: 33a47567d7a591c00a253caddd12a88a -#Source0: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz -Source0: ghostscript-%{tarball_version}.tar.gz +#Source0: 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: From 7572456c4d18815e317d1c7855a0391ea8b8e22afd2ff00ce1a485d4ce6026be Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Fri, 30 Sep 2016 11:42:02 +0000 Subject: [PATCH 2/2] Accepting request 431513 from home:jsmeix:branches:Printing Version upgrade to 9.20 OBS-URL: https://build.opensuse.org/request/show/431513 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=70 --- ghostscript-9.20.tar.gz | 3 +++ ghostscript-9.20rc1.tar.gz | 3 --- ghostscript-mini.changes | 22 ++++++++++++++++++++++ ghostscript-mini.spec | 26 ++++++++++++++------------ ghostscript.changes | 22 ++++++++++++++++++++++ ghostscript.spec | 26 ++++++++++++++------------ 6 files changed, 75 insertions(+), 27 deletions(-) create mode 100644 ghostscript-9.20.tar.gz delete mode 100644 ghostscript-9.20rc1.tar.gz diff --git a/ghostscript-9.20.tar.gz b/ghostscript-9.20.tar.gz new file mode 100644 index 0000000..5a49859 --- /dev/null +++ b/ghostscript-9.20.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949b64b46ecf8906db54a94ecf83ab97534ebf946f770d3c3f283cb469cb6e14 +size 36080631 diff --git a/ghostscript-9.20rc1.tar.gz b/ghostscript-9.20rc1.tar.gz deleted file mode 100644 index 5d9cbe4..0000000 --- a/ghostscript-9.20rc1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43039d8700800fa08bce265c3fe7807f20767f62b1ab60a5427d5109c0c8ff18 -size 36545884 diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 38ac699..78c8c14 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 29 14:40:38 CEST 2016 - jsmeix@suse.de + +- Version upgrade to 9.20. Purely a maintenance release. + For details see the News.htm and History9.htm files. + Highlights in this release include: + * The usual round of bug fixes, compatibility changes, + and incremental improvements. + Incompatible changes: + * The planned device API tidy did not happen for this release, + due to time pressures, but we still intend to undertake the + following: We plan to somewhat tidy up the device API. + We intend to remove deprecated device procs + (methods/function pointers) and change the device API + so every device proc takes a graphics state parameter (rather + than the current scheme where only a very few procs take an + imager state parameter). This should serve as notice to anyone + maintaining a Ghostscript device outside the canonical source + tree that you may (probably will) need to update your + device(s) when these changes happen. Devices using only + the non-deprecated procs should be trivial to update. + ------------------------------------------------------------------- Thu Sep 15 10:12:03 CEST 2016 - jsmeix@suse.de diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index ba3abb3..5866110 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -36,31 +36,33 @@ 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.19pre20rc1 -Release: 0 +#Version: 9.19pre20rc1 # Normal version for Ghostscript releases is the upstream version: -#Version: 9.19 +Version: 9.20 +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.20rc1 +%define tarball_version %{version} +#define tarball_version 9.20rc1 # 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.20 +%define built_version %{version} +#%define built_version 9.20 # Source0...Source9 is for sources from upstream: # Special URLs for Ghostscript release candidates: # URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz # How to download it: # wget -O ghostscript-9.20rc1.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz -Source0: ghostscript-%{tarball_version}.tar.gz +#Source0: ghostscript-%{tarball_version}.tar.gz # Normal URLs for Ghostscript releases: -# 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: 33a47567d7a591c00a253caddd12a88a -#Source0: ghostscript-%{version}.tar.gz +# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.gz +# How to download it: +# wget -O ghostscript-9.20.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.gz +# URL for MD5 checksums: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/MD5SUMS +# MD5 checksum for Source0: 93c5987cd3ab341108be1ebbaadc24fe +Source0: 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: diff --git a/ghostscript.changes b/ghostscript.changes index 8d0437e..b0cffc3 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Thu Sep 29 14:40:38 CEST 2016 - jsmeix@suse.de + +- Version upgrade to 9.20. Purely a maintenance release. + For details see the News.htm and History9.htm files. + Highlights in this release include: + * The usual round of bug fixes, compatibility changes, + and incremental improvements. + Incompatible changes: + * The planned device API tidy did not happen for this release, + due to time pressures, but we still intend to undertake the + following: We plan to somewhat tidy up the device API. + We intend to remove deprecated device procs + (methods/function pointers) and change the device API + so every device proc takes a graphics state parameter (rather + than the current scheme where only a very few procs take an + imager state parameter). This should serve as notice to anyone + maintaining a Ghostscript device outside the canonical source + tree that you may (probably will) need to update your + device(s) when these changes happen. Devices using only + the non-deprecated procs should be trivial to update. + ------------------------------------------------------------------- Thu Sep 15 10:12:03 CEST 2016 - jsmeix@suse.de diff --git a/ghostscript.spec b/ghostscript.spec index 53624cd..4925f96 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -56,31 +56,33 @@ 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.19pre20rc1 -Release: 0 +#Version: 9.19pre20rc1 # Normal version for Ghostscript releases is the upstream version: -#Version: 9.19 +Version: 9.20 +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.20rc1 +%define tarball_version %{version} +#define tarball_version 9.20rc1 # 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.20 +%define built_version %{version} +#%define built_version 9.20 # Source0...Source9 is for sources from upstream: # Special URLs for Ghostscript release candidates: # URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz # How to download it: # wget -O ghostscript-9.20rc1.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920rc1/ghostscript-9.20rc1.tar.gz -Source0: ghostscript-%{tarball_version}.tar.gz +#Source0: ghostscript-%{tarball_version}.tar.gz # Normal URLs for Ghostscript releases: -# 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: 33a47567d7a591c00a253caddd12a88a -#Source0: ghostscript-%{version}.tar.gz +# URL for Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.gz +# How to download it: +# wget -O ghostscript-9.20.tar.gz https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/ghostscript-9.20.tar.gz +# URL for MD5 checksums: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/MD5SUMS +# MD5 checksum for Source0: 93c5987cd3ab341108be1ebbaadc24fe +Source0: 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: