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
This commit is contained in:
parent
77c12adcd5
commit
0a14318d2b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42f0f6983f710c403cf0da1f3f1c9f7d81f87451161b9e70bc55b6348d262ae2
|
||||
size 33750873
|
3
ghostscript-9.20rc1.tar.gz
Normal file
3
ghostscript-9.20rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:43039d8700800fa08bce265c3fe7807f20767f62b1ab60a5427d5109c0c8ff18
|
||||
size 36545884
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user