[ghostscript] 9.09rc1.

Tim Waugh twaugh at fedoraproject.org
Sat Aug 17 18:02:11 UTC 2013


commit 5cfddfeb15d650e39bdab7b4bebd94a4af71be3b
Author: Tim Waugh <twaugh at redhat.com>
Date:   Sat Aug 17 19:01:53 2013 +0100

    9.09rc1.

 .gitignore       |    1 +
 ghostscript.spec |   15 ++++++++++-----
 sources          |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fac3273..1c8d1e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ ghostscript-8.71.tar.xz
 /ghostscript-9.07.tar.bz2
 /ghostscript-9.08rc1.tar.gz
 /ghostscript-9.08.tar.bz2
+/ghostscript-9.09rc1.tar.gz
diff --git a/ghostscript.spec b/ghostscript.spec
index 9a61160..b51a215 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -1,18 +1,20 @@
-%define gs_ver 9.08
-%define gs_dot_ver 9.08
+%define gs_ver 9.09
+%define gs_dot_ver 9.09
+%define rcver rc1
+%define dotrcver %{?rcver:.}%{?rcver}
 %{expand: %%define build_with_freetype %{?_with_freetype:1}%{!?_with_freetype:0}}
 Summary: A PostScript interpreter and renderer
 Name: ghostscript
 Version: %{gs_ver}
 
-Release: 1%{?dist}
+Release: 0%{?dotrcver}.1%{?dist}
 
 # Included CMap data is Redistributable, no modification permitted,
 # see http://bugzilla.redhat.com/487510
 License: AGPLv3+ and Redistributable, no modification permitted
 URL: http://www.ghostscript.com/
 Group: Applications/Publishing
-Source0: http://downloads.ghostscript.com/public/ghostscript-%{gs_ver}.tar.bz2
+Source0: http://www.ghostscript.com/~chrisl/%{name}-%{version}%{?rcver}.tar.gz
 Source2: CIDFnmap
 Source4: cidfmap
 
@@ -92,7 +94,7 @@ Group: Applications/Publishing
 A GTK-enabled version of Ghostscript, called 'gsx'.
 
 %prep
-%setup -q -n %{name}-%{gs_ver}
+%setup -q -n %{name}-%{gs_ver}%{?rcver}
 rm -rf expat freetype icclib jasper jpeg lcms lcms2 libpng openjpeg zlib cups/libs
 
 # Fix ijs-config not to have multilib conflicts (bug #192672)
@@ -315,6 +317,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Sat Aug 17 2013 Tim Waugh <twaugh at redhat.com> 9.09-0.rc1.1
+- 9.09rc1.
+
 * Thu Aug 15 2013 Tim Waugh <twaugh at redhat.com> 9.08-1
 - 9.08.
 
diff --git a/sources b/sources
index 5e121ef..ae19c1a 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
 2fbae60417d42779f6488ab897dcaaf6  acro5-cmaps-2001.tar.gz
 dfc93dd2aaaf2b86d2fd55f654c13261  adobe-cmaps-200406.tar.gz
-22d5c66e32ea2a4a62ce43fbf01281f2  ghostscript-9.08.tar.bz2
+5fc762d0afdb2c2c3bc90824e681900b  ghostscript-9.09rc1.tar.gz


More information about the scm-commits mailing list