Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2013-02-22 16:51:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostscript (Old)
 and      /work/SRC/openSUSE:Factory/.ghostscript.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghostscript", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript-mini.changes     
2013-01-10 11:16:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-mini.changes        
2013-02-22 16:51:11.000000000 +0100
@@ -1,0 +2,18 @@
+Tue Feb 19 13:51:06 CET 2013 - jsm...@suse.de
+
+- Version upgrade to 9.07.
+  * As of this release (9.07), Ghostscript is distributed
+    under the GNU Affero General Public License (AGPL).
+  * Ghostscript has been extended to support file sizes >4Gb
+    in particular reading and writing PDF files.
+  * Color management enhancements. Full details of the color
+    management features can be found in: GS9_Color_Management.pdf
+  * The pdfwrite devices now supports linearized (or optimized
+    for fast web view) output directly ("-dFastWebView").
+  * With the addition of linearisation to pdfwrite, pdfopt.ps
+    has become redundant. Since it is difficult to maintain,
+    has a number of bugs, and is believed not to work properly
+    anyway, it is removed. Accordingly the pdfopt shell script
+    that used pdfopt.ps is also removed.
+
+-------------------------------------------------------------------
ghostscript.changes: same change

Old:
----
  ghostscript-9.06.tar.gz

New:
----
  ghostscript-9.07.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghostscript-mini.spec ++++++
--- /var/tmp/diff_new_pack.BC4Ifg/_old  2013-02-22 16:51:17.000000000 +0100
+++ /var/tmp/diff_new_pack.BC4Ifg/_new  2013-02-22 16:51:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript-mini
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -25,15 +25,15 @@
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 Summary:        Minimal Ghostscript for minimal build requirements
-License:        GPL-3.0
+License:        AGPL-3.0
 Group:          System/Libraries
 Url:            http://www.ghostscript.com/
-Version:        9.06
+Version:        9.07
 Release:        0
 # Source0...Source9 is for sources from upstream:
-# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz
+# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: 153ddb0622cb155d2f600146f1e28d84
+# MD5 checksum for Source0: 57ebf17c5abcf0fc95a386bfff08c1a4
 Source0:        ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #
@@ -159,11 +159,11 @@
             --with-libiconv=maybe \
             %{with_or_without_system_libtiff} \
             --enable-freetype \
-            --without-ijs \
             --with-jbig2dec \
             --without-jasper \
             --enable-openjpeg \
             --enable-dynamic \
+            --without-ijs \
             --disable-cups \
             --disable-dbus \
             --without-pdftoraster \
@@ -179,7 +179,7 @@
 make
 # Make libgs.so and two programs which use it, gsx and gsc:
 make so
-# Configure and make libijs (that is not done regardless --with-ijs above):
+# Configure and make libijs (that is not done regardless whether or not 
--with-ijs is used above):
 pushd ijs
 ./autogen.sh
 ./configure --prefix=%{_prefix} \
@@ -205,6 +205,10 @@
 rm %{buildroot}%{_bindir}/ijs_client_example
 rm %{buildroot}%{_bindir}/ijs_server_example
 rm %{buildroot}%{_libdir}/libijs.la
+# Remove installed but obsolete pdfopt man pages because pdfopt is removed 
since version 9.07
+# and fail intentionally as notification when this is fixed upstream:
+rm %{buildroot}%{_mandir}/man1/pdfopt.1 || exit 99
+rm %{buildroot}%{_mandir}/de/man1/pdfopt.1 || exit 99
 # Install documentation which is not installed by default
 # see http://bugs.ghostscript.com/show_bug.cgi?id=693002
 # and fail intentionally as notification if something changed:
@@ -261,7 +265,6 @@
 %{_bindir}/lprsetup.sh
 %{_bindir}/pdf2dsc
 %{_bindir}/pdf2ps
-%{_bindir}/pdfopt
 %{_bindir}/pf2afm
 %{_bindir}/pfbtopfa
 %{_bindir}/pphs
@@ -289,7 +292,6 @@
 %doc %{_mandir}/man1/gsnd.1.gz
 %doc %{_mandir}/man1/pdf2dsc.1.gz
 %doc %{_mandir}/man1/pdf2ps.1.gz
-%doc %{_mandir}/man1/pdfopt.1.gz
 %doc %{_mandir}/man1/pf2afm.1.gz
 %doc %{_mandir}/man1/pfbtopfa.1.gz
 %doc %{_mandir}/man1/printafm.1.gz
@@ -309,7 +311,6 @@
 %doc %{_mandir}/de/man1/gsnd.1.gz
 %doc %{_mandir}/de/man1/pdf2dsc.1.gz
 %doc %{_mandir}/de/man1/pdf2ps.1.gz
-%doc %{_mandir}/de/man1/pdfopt.1.gz
 %doc %{_mandir}/de/man1/printafm.1.gz
 %doc %{_mandir}/de/man1/ps2ascii.1.gz
 %doc %{_mandir}/de/man1/ps2pdf.1.gz

++++++ ghostscript.spec ++++++
--- /var/tmp/diff_new_pack.BC4Ifg/_old  2013-02-22 16:51:17.000000000 +0100
+++ /var/tmp/diff_new_pack.BC4Ifg/_new  2013-02-22 16:51:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -32,15 +32,15 @@
 BuildRequires:  xorg-x11-fonts
 BuildRequires:  zlib-devel
 Summary:        The Ghostscript interpreter for PostScript and PDF
-License:        GPL-3.0
+License:        AGPL-3.0
 Group:          System/Libraries
 Url:            http://www.ghostscript.com/
-Version:        9.06
+Version:        9.07
 Release:        0
 # Source0...Source9 is for sources from upstream:
-# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz
+# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: 153ddb0622cb155d2f600146f1e28d84
+# MD5 checksum for Source0: 57ebf17c5abcf0fc95a386bfff08c1a4
 Source0:        ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #
@@ -274,11 +274,11 @@
             --with-libiconv=maybe \
             %{with_or_without_system_libtiff} \
             --enable-freetype \
-            --with-ijs \
             --with-jbig2dec \
             --without-jasper \
             --enable-openjpeg \
             --enable-dynamic \
+            --with-ijs \
             --enable-cups \
             --enable-dbus \
             --with-pdftoraster \
@@ -294,7 +294,7 @@
 make
 # Make libgs.so and two programs which use it, gsx and gsc:
 make so
-# Configure and make libijs (that is not done regardless --with-ijs above):
+# Configure and make libijs (that is not done regardless whether or not 
--with-ijs is used above):
 pushd ijs
 ./autogen.sh
 ./configure --prefix=%{_prefix} \
@@ -320,6 +320,10 @@
 rm %{buildroot}%{_bindir}/ijs_client_example
 rm %{buildroot}%{_bindir}/ijs_server_example
 rm %{buildroot}%{_libdir}/libijs.la
+# Remove installed but obsolete pdfopt man pages because pdfopt is removed 
since version 9.07
+# and fail intentionally as notification when this is fixed upstream:
+rm %{buildroot}%{_mandir}/man1/pdfopt.1 || exit 99
+rm %{buildroot}%{_mandir}/de/man1/pdfopt.1 || exit 99
 # Install documentation which is not installed by default
 # see http://bugs.ghostscript.com/show_bug.cgi?id=693002
 # and fail intentionally as notification if something changed:
@@ -377,7 +381,6 @@
 %{_bindir}/lprsetup.sh
 %{_bindir}/pdf2dsc
 %{_bindir}/pdf2ps
-%{_bindir}/pdfopt
 %{_bindir}/pf2afm
 %{_bindir}/pfbtopfa
 %{_bindir}/pphs
@@ -413,7 +416,6 @@
 %doc %{_mandir}/man1/gsnd.1.gz
 %doc %{_mandir}/man1/pdf2dsc.1.gz
 %doc %{_mandir}/man1/pdf2ps.1.gz
-%doc %{_mandir}/man1/pdfopt.1.gz
 %doc %{_mandir}/man1/pf2afm.1.gz
 %doc %{_mandir}/man1/pfbtopfa.1.gz
 %doc %{_mandir}/man1/printafm.1.gz
@@ -433,7 +435,6 @@
 %doc %{_mandir}/de/man1/gsnd.1.gz
 %doc %{_mandir}/de/man1/pdf2dsc.1.gz
 %doc %{_mandir}/de/man1/pdf2ps.1.gz
-%doc %{_mandir}/de/man1/pdfopt.1.gz
 %doc %{_mandir}/de/man1/printafm.1.gz
 %doc %{_mandir}/de/man1/ps2ascii.1.gz
 %doc %{_mandir}/de/man1/ps2pdf.1.gz

++++++ ghostscript-9.06.tar.gz -> ghostscript-9.07.tar.gz ++++++
/work/SRC/openSUSE:Factory/ghostscript/ghostscript-9.06.tar.gz 
/work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-9.07.tar.gz differ: 
char 5, line 1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to