From 4a750395a87cda4333894705c0b196d7273bb54142b430a9b8363ee518059332 Mon Sep 17 00:00:00 2001
From: Johannes Meixner <jsmeix@suse.com>
Date: Thu, 27 Mar 2014 13:53:38 +0000
Subject: [PATCH] Accepting request 227763 from home:jsmeix:branches:Printing

Version upgrade to 9.14

OBS-URL: https://build.opensuse.org/request/show/227763
OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=36
---
 ghostscript-9.10.tar.gz  |  3 ---
 ghostscript-9.14.tar.gz  |  3 +++
 ghostscript-mini.changes | 21 +++++++++++++++++++++
 ghostscript-mini.spec    |  9 +++++----
 ghostscript.changes      | 21 +++++++++++++++++++++
 ghostscript.spec         |  9 +++++----
 6 files changed, 55 insertions(+), 11 deletions(-)
 delete mode 100644 ghostscript-9.10.tar.gz
 create mode 100644 ghostscript-9.14.tar.gz

diff --git a/ghostscript-9.10.tar.gz b/ghostscript-9.10.tar.gz
deleted file mode 100644
index 8b3627a..0000000
--- a/ghostscript-9.10.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:913fc974433238ffd4e0549ce11ba2a3360d1d159cf5c3b988d72a77acb74d04
-size 35282727
diff --git a/ghostscript-9.14.tar.gz b/ghostscript-9.14.tar.gz
new file mode 100644
index 0000000..57c5d31
--- /dev/null
+++ b/ghostscript-9.14.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:ab2ba5ce11c8db396c9acf774a497182d7686d04670976cc3e690ada7db9f0d4
+size 35514406
diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes
index d944db7..80daae4 100644
--- a/ghostscript-mini.changes
+++ b/ghostscript-mini.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Thu Mar 27 12:21:55 CET 2014 - jsmeix@suse.de
+
+- Version upgrade to 9.14. Primarily a maintenance release.
+  Highlights in this release include (excerpt):
+  * pdfwrite now uses the same color management engine as
+    Ghostscript rendering devices (by default LCMS2). For
+    the duration of this release a new switch -dPDFUseOldCMS
+    is available which will restore the old color management.
+    See: "Color Conversion and Management" in Ps2pdf.htm
+    Due to constraints of the PDF/A-1 specification, the new color
+    management does not yet apply when producing PDF/A files.
+  * A new device 'eps2write' has been added which allows for the
+    creation of EPS files using the ps2write device instead of
+    the deprecated and removed pswrite device. The epswrite device
+    is now also deprecated and will be removed in a future release.
+  * Ghostscript has a new "pwgraster" output device for PWG Raster
+    output.
+  * The CUPS device now has improved support for PPD-less printing.
+  For details see the News.htm and History9.htm files.
+
 -------------------------------------------------------------------
 Fri Dec 13 19:09:12 UTC 2013 - uweigand@de.ibm.com
 
diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec
index dd9837f..f5ab5b1 100644
--- a/ghostscript-mini.spec
+++ b/ghostscript-mini.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript-mini
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ghostscript-mini
 BuildRequires:  freetype2-devel
 BuildRequires:  libpng-devel
@@ -33,7 +34,7 @@ Url:            http://www.ghostscript.com/
 # so that we use an alphabetic prefix to make it older than 9.10 (numbers are considered newer than letters):
 #Version:        9.pre10rc1
 # Normal version for Ghostscript releases is the upstream version:
-Version:        9.10
+Version:        9.14
 Release:        0
 # 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.10rc1".
@@ -50,9 +51,9 @@ Release:        0
 # MD5 checksum for Source0: 0cdf23c5dff76040983bca74675f88be
 #Source0:        http://www.ghostscript.com/~chrisl/ghostscript-9.10rc1.tar.gz
 # Normal URLs for Ghostscript releases:
-# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.10.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
-# MD5 checksum for Source0: 5f0c0a2670b08466a4050ddbd1f3de63
+# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
 Source0:        http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #
diff --git a/ghostscript.changes b/ghostscript.changes
index c03b7a6..48b1844 100644
--- a/ghostscript.changes
+++ b/ghostscript.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Thu Mar 27 12:21:55 CET 2014 - jsmeix@suse.de
+
+- Version upgrade to 9.14. Primarily a maintenance release.
+  Highlights in this release include (excerpt):
+  * pdfwrite now uses the same color management engine as
+    Ghostscript rendering devices (by default LCMS2). For
+    the duration of this release a new switch -dPDFUseOldCMS
+    is available which will restore the old color management.
+    See: "Color Conversion and Management" in Ps2pdf.htm
+    Due to constraints of the PDF/A-1 specification, the new color
+    management does not yet apply when producing PDF/A files.
+  * A new device 'eps2write' has been added which allows for the
+    creation of EPS files using the ps2write device instead of
+    the deprecated and removed pswrite device. The epswrite device
+    is now also deprecated and will be removed in a future release.
+  * Ghostscript has a new "pwgraster" output device for PWG Raster
+    output.
+  * The CUPS device now has improved support for PPD-less printing.
+  For details see the News.htm and History9.htm files.
+
 -------------------------------------------------------------------
 Fri Dec 13 19:09:12 UTC 2013 - uweigand@de.ibm.com
 
diff --git a/ghostscript.spec b/ghostscript.spec
index a22fbda..94abe14 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ghostscript
 BuildRequires:  cups-devel
 # dbus-1-devel is needed for "configure --enable-dbus" (see below):
@@ -40,7 +41,7 @@ Url:            http://www.ghostscript.com/
 # so that we use an alphabetic prefix to make it older than 9.10 (numbers are considered newer than letters):
 #Version:        9.pre10rc1
 # Normal version for Ghostscript releases is the upstream version:
-Version:        9.10
+Version:        9.14
 Release:        0
 # 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.10rc1".
@@ -57,9 +58,9 @@ Release:        0
 # MD5 checksum for Source0: 0cdf23c5dff76040983bca74675f88be
 #Source0:        http://www.ghostscript.com/~chrisl/ghostscript-9.10rc1.tar.gz
 # Normal URLs for Ghostscript releases:
-# URL for Source0: http://downloads.ghostscript.com/public/ghostscript-9.10.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
-# MD5 checksum for Source0: 5f0c0a2670b08466a4050ddbd1f3de63
+# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
 Source0:        http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #