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
This commit is contained in:
Johannes Meixner 2015-03-20 16:52:02 +00:00 committed by Git OBS Bridge
parent cb1a52951f
commit 6a7f3ad3b8
6 changed files with 49 additions and 27 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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