forked from pool/ghostscript
osc copypac from project:home:jsmeix:branches:SUSE:SLE-12:GA package:ghostscript revision:10, using expand, using client side copy
OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=41
This commit is contained in:
parent
b0a79c8bdb
commit
4c731fb697
3
ghostscript-9.15rc2.tar.gz
Normal file
3
ghostscript-9.15rc2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:280297d71519cb43c1c18ba7ae6c1330766f8f91b68c1b5890139301c1dc046c
|
||||||
|
size 33424103
|
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Version upgrade to 9.15rc2 (second release candidate for 9.15).
|
||||||
|
Ghostscript upstream QA highlighted a couple of issues
|
||||||
|
that they felt warranted a fresh release candidate.
|
||||||
|
For details see the History9.htm file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 9 16:06:31 CEST 2014 - jsmeix@suse.de
|
Tue Sep 9 16:06:31 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
- Version upgrade to 9.15rc1 (release candidate for the 9.15 version).
|
- Version upgrade to 9.15rc1 (first release candidate for 9.15).
|
||||||
For details see the News.htm and History9.htm files.
|
For details see the News.htm and History9.htm files.
|
||||||
- ppc64le-support.patch is no longer needed because
|
- ppc64le-support.patch is no longer needed because
|
||||||
it is fixed in the upstream sources.
|
it is fixed in the upstream sources.
|
||||||
|
@ -35,7 +35,7 @@ Url: http://www.ghostscript.com/
|
|||||||
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
# 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
|
# 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:
|
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||||
Version: 9.14pre15rc1
|
Version: 9.14pre15rc2
|
||||||
Release: 0
|
Release: 0
|
||||||
# Normal version for Ghostscript releases is the upstream version:
|
# Normal version for Ghostscript releases is the upstream version:
|
||||||
#Version: 9.14
|
#Version: 9.14
|
||||||
@ -43,7 +43,7 @@ Release: 0
|
|||||||
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
# 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):
|
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||||
#define tarball_version %{version}
|
#define tarball_version %{version}
|
||||||
%define tarball_version 9.15rc1
|
%define tarball_version 9.15rc2
|
||||||
# built_version is used below in the install and files sections:
|
# 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".
|
# 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):
|
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||||
@ -51,10 +51,10 @@ Release: 0
|
|||||||
%define built_version 9.15
|
%define built_version 9.15
|
||||||
# Source0...Source9 is for sources from upstream:
|
# Source0...Source9 is for sources from upstream:
|
||||||
# Special URLs for Ghostscript release candidates:
|
# Special URLs for Ghostscript release candidates:
|
||||||
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc1.tar.gz
|
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||||
# MD5 checksum for Source0: 619e5a1fdfd3f1098f1a37f7f9772b5c
|
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
||||||
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc1.tar.gz
|
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# Normal URLs for Ghostscript releases:
|
# Normal URLs for Ghostscript releases:
|
||||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
||||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||||
|
@ -1,7 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
|
- Version upgrade to 9.15rc2 (second release candidate for 9.15).
|
||||||
|
Ghostscript upstream QA highlighted a couple of issues
|
||||||
|
that they felt warranted a fresh release candidate.
|
||||||
|
For details see the History9.htm file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 9 16:06:31 CEST 2014 - jsmeix@suse.de
|
Tue Sep 9 16:06:31 CEST 2014 - jsmeix@suse.de
|
||||||
|
|
||||||
- Version upgrade to 9.15rc1 (release candidate for the 9.15 version).
|
- Version upgrade to 9.15rc1 (first release candidate for 9.15).
|
||||||
For details see the News.htm and History9.htm files.
|
For details see the News.htm and History9.htm files.
|
||||||
- ppc64le-support.patch is no longer needed because
|
- ppc64le-support.patch is no longer needed because
|
||||||
it is fixed in the upstream sources.
|
it is fixed in the upstream sources.
|
||||||
|
@ -41,7 +41,7 @@ Url: http://www.ghostscript.com/
|
|||||||
# But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14"
|
# 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
|
# 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:
|
# so that we keep additionally the previous version number to upgrade from the previous version:
|
||||||
Version: 9.14pre15rc1
|
Version: 9.14pre15rc2
|
||||||
Release: 0
|
Release: 0
|
||||||
# Normal version for Ghostscript releases is the upstream version:
|
# Normal version for Ghostscript releases is the upstream version:
|
||||||
#Version: 9.14
|
#Version: 9.14
|
||||||
@ -49,7 +49,7 @@ Release: 0
|
|||||||
# Special tarball_version needed for Ghostscript release candidates e.g. "define tarball_version 9.15rc1".
|
# 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):
|
# For Ghostscript releases tarball_version and version are the same (i.e. the upstream version):
|
||||||
#define tarball_version %{version}
|
#define tarball_version %{version}
|
||||||
%define tarball_version 9.15rc1
|
%define tarball_version 9.15rc2
|
||||||
# built_version is used below in the install and files sections:
|
# 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".
|
# 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):
|
# For Ghostscript releases built_version and version are the same (i.e. the upstream version):
|
||||||
@ -57,10 +57,10 @@ Release: 0
|
|||||||
%define built_version 9.15
|
%define built_version 9.15
|
||||||
# Source0...Source9 is for sources from upstream:
|
# Source0...Source9 is for sources from upstream:
|
||||||
# Special URLs for Ghostscript release candidates:
|
# Special URLs for Ghostscript release candidates:
|
||||||
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc1.tar.gz
|
# URL for Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
# URL for MD5 checksums: http://www.ghostscript.com/~chrisl/MD5SUMS or http://www.ghostscript.com/~chrisl/MD5SUM
|
||||||
# MD5 checksum for Source0: 619e5a1fdfd3f1098f1a37f7f9772b5c
|
# MD5 checksum for Source0: 20bffacff52552aa1c430fe64403fb68
|
||||||
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc1.tar.gz
|
Source0: http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
|
||||||
# Normal URLs for Ghostscript releases:
|
# Normal URLs for Ghostscript releases:
|
||||||
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.14.tar.gz
|
||||||
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
# URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user