From 6a7f3ad3b8625a9d2a07891d4fea0337affb6b5308506e3d6c70b329493c6044 Mon Sep 17 00:00:00 2001 From: Johannes Meixner Date: Fri, 20 Mar 2015 16:52:02 +0000 Subject: [PATCH] Accepting request 292076 from home:jsmeix:branches:Printing Version upgrade to 9.16rc2 (second release candidate for 9.16) for testing if it works. OBS-URL: https://build.opensuse.org/request/show/292076 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=49 --- ghostscript-9.15.tar.gz | 3 --- ghostscript-9.16rc2.tar.gz | 3 +++ ghostscript-mini.changes | 9 +++++++++ ghostscript-mini.spec | 26 ++++++++++++++------------ ghostscript.changes | 9 +++++++++ ghostscript.spec | 26 ++++++++++++++------------ 6 files changed, 49 insertions(+), 27 deletions(-) delete mode 100644 ghostscript-9.15.tar.gz create mode 100644 ghostscript-9.16rc2.tar.gz diff --git a/ghostscript-9.15.tar.gz b/ghostscript-9.15.tar.gz deleted file mode 100644 index 37a16b0..0000000 --- a/ghostscript-9.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a -size 33426033 diff --git a/ghostscript-9.16rc2.tar.gz b/ghostscript-9.16rc2.tar.gz new file mode 100644 index 0000000..9feb9b1 --- /dev/null +++ b/ghostscript-9.16rc2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75aa9c197cbb1814c147ffe328043f1032cfb0a8726ef6a029921ada70c771ed +size 33621830 diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 7d35da6..d88b736 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 20 17:12:34 CET 2015 - jsmeix@suse.de + +- Version upgrade to 9.16rc2 (second release candidate for 9.16). + 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 + ------------------------------------------------------------------- Sun Sep 28 18:00:37 CEST 2014 - ro@suse.de diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index 7b8bb17..43ecf77 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -35,31 +35,32 @@ 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.14pre15rc2 -# Normal version for Ghostscript releases is the upstream version: -Version: 9.15 +Version: 9.15pre16rc2 Release: 0 +# Normal version for Ghostscript releases is the upstream version: +#Version: 9.15 # 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.15rc2 +#define tarball_version %{version} +%define tarball_version 9.16rc2 # 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.15 +#define built_version %{version} +%define built_version 9.16 # Source0...Source9 is for sources from upstream: # Special URLs for Ghostscript release candidates: -# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz +# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.16rc2.tar.gz # URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM -# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68 -#Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz +# or http://downloads.ghostscript.com/public/.release_candidate/MD5SUMS +# MD5 checksum for Source0: 17983ee93d97596ffa72fd32be2426a4 +Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.16rc2.tar.gz # Normal URLs for Ghostscript releases: # URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.15.tar.gz # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS # 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: # # Source10...Source99 is for sources from SUSE which are intended for upstream: @@ -144,7 +145,8 @@ This package contains the development files for Minimal Ghostscript. # Patch11 ppc64le-support.patch is a remainder of the previous patch # lcms2 has been fixed upstream not working and lcms has not been fixed # see http://bugs.ghostscript.com/show_bug.cgi?id=695544 -%patch11 -p1 +# Patch11 does no longer apply for 9.16rc2 so that it is simply skipped for now: +#patch11 -p1 %build # Set our preferred architecture-specific flags for the compiler and linker: diff --git a/ghostscript.changes b/ghostscript.changes index c6f6176..9b9bffc 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 20 17:12:34 CET 2015 - jsmeix@suse.de + +- Version upgrade to 9.16rc2 (second release candidate for 9.16). + 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 + ------------------------------------------------------------------- Fri Mar 20 10:52:47 CET 2015 - jsmeix@suse.de diff --git a/ghostscript.spec b/ghostscript.spec index a6e01a6..ec9bf93 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -55,31 +55,32 @@ 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.14pre15rc2 -# Normal version for Ghostscript releases is the upstream version: -Version: 9.15 +Version: 9.15pre16rc2 Release: 0 +# Normal version for Ghostscript releases is the upstream version: +#Version: 9.15 # 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.15rc2 +#define tarball_version %{version} +%define tarball_version 9.16rc2 # 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.15 +#define built_version %{version} +%define built_version 9.16 # Source0...Source9 is for sources from upstream: # Special URLs for Ghostscript release candidates: -# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz +# URL for Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.16rc2.tar.gz # URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM -# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68 -#Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz +# or http://downloads.ghostscript.com/public/.release_candidate/MD5SUMS +# MD5 checksum for Source0: 17983ee93d97596ffa72fd32be2426a4 +Source0: http://downloads.ghostscript.com/public/.release_candidate/ghostscript-9.16rc2.tar.gz # Normal URLs for Ghostscript releases: # URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.15.tar.gz # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS # 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: # # Source10...Source99 is for sources from SUSE which are intended for upstream: @@ -281,7 +282,8 @@ This package contains the development files for Ghostscript. # Patch11 ppc64le-support.patch is a remainder of the previous patch # lcms2 has been fixed upstream not working and lcms has not been fixed # see http://bugs.ghostscript.com/show_bug.cgi?id=695544 -%patch11 -p1 +# Patch11 does no longer apply for 9.16rc2 so that it is simply skipped for now: +#patch11 -p1 %build # Set our preferred architecture-specific flags for the compiler and linker: