diff --git a/ghostscript-9.15.tar.gz b/ghostscript-9.15.tar.gz
new file mode 100644
index 0000000..37a16b0
--- /dev/null
+++ b/ghostscript-9.15.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:27f11e4fe5b89857ae745687281d1e4daf9681edc858a3f7e8e77ef09609777a
+size 33426033
diff --git a/ghostscript-9.15rc2.tar.gz b/ghostscript-9.15rc2.tar.gz
deleted file mode 100644
index db10ddb..0000000
--- a/ghostscript-9.15rc2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:280297d71519cb43c1c18ba7ae6c1330766f8f91b68c1b5890139301c1dc046c
-size 33424103
diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes
index 4b1253b..dd47109 100644
--- a/ghostscript-mini.changes
+++ b/ghostscript-mini.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Tue Sep 23 10:14:28 CEST 2014 - jsmeix@suse.de
+
+- Version upgrade to 9.15. Primarily a maintenance release.
+  There are no recorded incompatible changes (as of this writing).
+  Highlights in this release include:
+  * Ghostscript now supports the PDF security handler revision 6.
+  * The pdfwrite and ps2write (and related) devices can now be
+    forced to "flatten" glyphs into "basic" marking operations
+    (rather than writing fonts to the output), by giving
+    the -dNoOutputFonts command line option (defaults to "false").
+  * PostScript programs can now use get_params or get_param to
+    determine if a page contains color markings by reading the
+    pageneutralcolor state from the device (so whether the page
+    is "color" or "mono"). Note that this is only accurate when in
+    clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should
+    both be used.
+  * The pdfwrite device now supports Link annotations with GoTo
+    and GoToR actions.
+  * The pdfwrite device now supports BMC/BDC/EMC pdfmarks
+  * Regarding the new color management for the pdfwrite device
+    introduced in the previous release, the proscription on using
+    the new color management when producing PDF/A-1 compliant files
+    is now lifted. To reiterate, also, with the new color
+    management implementation, using the UseCIEColor option is
+    strongly discouraged. For further information on the new
+    pdfwrite color management, see in Ps2pdf.htm the
+    "Color Conversion and Management" section.
+  * Plus the usual round of bug fixes, compatibility changes,
+    and incremental improvements.
+  For details see the News.htm and History9.htm files.
+
 -------------------------------------------------------------------
 Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
 
diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec
index 1dcd865..0d6235a 100644
--- a/ghostscript-mini.spec
+++ b/ghostscript-mini.spec
@@ -35,31 +35,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.14pre15rc2
-Release:        0
+#Version:        9.14pre15rc2
 # Normal version for Ghostscript releases is the upstream version:
-#Version:        9.14
+Version:        9.15
+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.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.15rc2
 # 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.15
 # 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 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
+#Source0:        http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
 # 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.15.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
-#Source0:        http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
+# MD5 checksum for Source0: 5a78ab0990ff6ec3a103576bc8777c46
+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:
diff --git a/ghostscript.changes b/ghostscript.changes
index 52d2d1d..a427713 100644
--- a/ghostscript.changes
+++ b/ghostscript.changes
@@ -1,3 +1,35 @@
+-------------------------------------------------------------------
+Tue Sep 23 10:14:28 CEST 2014 - jsmeix@suse.de
+
+- Version upgrade to 9.15. Primarily a maintenance release.
+  There are no recorded incompatible changes (as of this writing).
+  Highlights in this release include:
+  * Ghostscript now supports the PDF security handler revision 6.
+  * The pdfwrite and ps2write (and related) devices can now be
+    forced to "flatten" glyphs into "basic" marking operations
+    (rather than writing fonts to the output), by giving
+    the -dNoOutputFonts command line option (defaults to "false").
+  * PostScript programs can now use get_params or get_param to
+    determine if a page contains color markings by reading the
+    pageneutralcolor state from the device (so whether the page
+    is "color" or "mono"). Note that this is only accurate when in
+    clist mode, so -dMaxBitmap=0 and -dGrayDetection=true should
+    both be used.
+  * The pdfwrite device now supports Link annotations with GoTo
+    and GoToR actions.
+  * The pdfwrite device now supports BMC/BDC/EMC pdfmarks
+  * Regarding the new color management for the pdfwrite device
+    introduced in the previous release, the proscription on using
+    the new color management when producing PDF/A-1 compliant files
+    is now lifted. To reiterate, also, with the new color
+    management implementation, using the UseCIEColor option is
+    strongly discouraged. For further information on the new
+    pdfwrite color management, see in Ps2pdf.htm the
+    "Color Conversion and Management" section.
+  * Plus the usual round of bug fixes, compatibility changes,
+    and incremental improvements.
+  For details see the News.htm and History9.htm files.
+
 -------------------------------------------------------------------
 Wed Sep 17 12:17:47 CEST 2014 - jsmeix@suse.de
 
diff --git a/ghostscript.spec b/ghostscript.spec
index 210c878..8571707 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -41,31 +41,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.14pre15rc2
-Release:        0
+#Version:        9.14pre15rc2
 # Normal version for Ghostscript releases is the upstream version:
-#Version:        9.14
+Version:        9.15
+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.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.15rc2
 # 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.15
 # 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 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
+#Source0:        http://www.ghostscript.com/~chrisl/ghostscript-9.15rc2.tar.gz
 # 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.15.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: 586494befb443363338c1b6379f13973
-#Source0:        http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
+# MD5 checksum for Source0: 5a78ab0990ff6ec3a103576bc8777c46
+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: