Hello community,

here is the log from the commit of package ghostscript for openSUSE:Factory 
checked in at 2012-10-07 18:58:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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     
2012-09-25 14:18:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-mini.changes        
2012-10-07 18:58:54.000000000 +0200
@@ -2 +2,11 @@
-Mon Sep 24 10:46:00 UTC 2012 - idon...@suse.com
+Thu Sep 27 12:02:51 UTC 2012 - mmeis...@suse.com
+
+- Version upgrade to 9.06. Mainly a bugfix release.
+  * pdfwrite announcements:
+    pdfwrite now supports the creation of PDF/A-2 files.
+    For further details see the NEWS file.
+  * remove moribund dumphint tool, ssee History9.htm and
+    http://bugs.ghostscript.com/show_bug.cgi?id=693223
+
+-------------------------------------------------------------------
+Mon Sep 24 10:44:57 UTC 2012 - idon...@suse.com
--- /work/SRC/openSUSE:Factory/ghostscript/ghostscript.changes  2012-09-25 
14:18:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript.changes     
2012-10-07 18:58:54.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Sep 27 12:02:51 UTC 2012 - mmeis...@suse.com
+
+- Version upgrade to 9.06. Mainly a bugfix release.
+  * pdfwrite announcements:
+    pdfwrite now supports the creation of PDF/A-2 files.
+    For further details see the NEWS file.
+  * remove moribund dumphint tool, ssee History9.htm and
+    http://bugs.ghostscript.com/show_bug.cgi?id=693223
+
+-------------------------------------------------------------------

Old:
----
  ghostscript-9.05.tar.gz

New:
----
  ghostscript-9.06.tar.gz

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

Other differences:
------------------
++++++ ghostscript-mini.spec ++++++
--- /var/tmp/diff_new_pack.4GZTPH/_old  2012-10-07 18:58:58.000000000 +0200
+++ /var/tmp/diff_new_pack.4GZTPH/_new  2012-10-07 18:58:59.000000000 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 Name:           ghostscript-mini
 BuildRequires:  freetype2-devel
 BuildRequires:  liblcms-devel
@@ -28,10 +27,10 @@
 License:        GPL-3.0
 Group:          System/Libraries
 Url:            http://www.ghostscript.com/
-Version:        9.05
+Version:        9.06
 Release:        0
 # Source0...Source9 is for sources from upstream:
-# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.05.tar.gz
+# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
 # MD5 checksum for Source0: f7c6f0431ca8d44ee132a55d583212c1
 Source0:        ghostscript-%{version}.tar.gz
@@ -187,7 +186,7 @@
 # see http://bugs.ghostscript.com/show_bug.cgi?id=693002
 # and fail intentionally as notification if something changed:
 DOCDIR=%{buildroot}%{_datadir}/ghostscript/%{version}/doc
-for D in LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm doc/WhatIsGS.htm 
doc/GS9_Color_Management.pdf doc/gs-vms.hlp doc/Ps2ps2.htm
+for D in LICENSE
 do test -e $DOCDIR/$( basename $D ) && exit 99
    install -m 644 $D $DOCDIR
 done
@@ -224,7 +223,6 @@
 
 %files
 %defattr(-, root, root)
-%{_bindir}/dumphint
 %{_bindir}/dvipdf
 %{_bindir}/eps2eps
 %{_bindir}/font2c

++++++ ghostscript.spec ++++++
--- /var/tmp/diff_new_pack.4GZTPH/_old  2012-10-07 18:58:59.000000000 +0200
+++ /var/tmp/diff_new_pack.4GZTPH/_new  2012-10-07 18:58:59.000000000 +0200
@@ -15,7 +15,6 @@
 # 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):
@@ -35,12 +34,12 @@
 License:        GPL-3.0
 Group:          System/Libraries
 Url:            http://www.ghostscript.com/
-Version:        9.05
+Version:        9.06
 Release:        0
 # Source0...Source9 is for sources from upstream:
-# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.05.tar.gz
+# URL for Source0: 
http://downloads.ghostscript.com/public/ghostscript-9.06.tar.gz
 # URL for MD5 checksums: http://downloads.ghostscript.com/public/MD5SUMS
-# MD5 checksum for Source0: f7c6f0431ca8d44ee132a55d583212c1
+# MD5 checksum for Source0: 153ddb0622cb155d2f600146f1e28d84
 Source0:        ghostscript-%{version}.tar.gz
 # Patch0...Patch9 is for patches from upstream:
 #
@@ -302,7 +301,7 @@
 # see http://bugs.ghostscript.com/show_bug.cgi?id=693002
 # and fail intentionally as notification if something changed:
 DOCDIR=%{buildroot}%{_datadir}/ghostscript/%{version}/doc
-for D in LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm doc/WhatIsGS.htm 
doc/GS9_Color_Management.pdf doc/gs-vms.hlp doc/Ps2ps2.htm
+for D in LICENSE
 do test -e $DOCDIR/$( basename $D ) && exit 99
    install -m 644 $D $DOCDIR
 done
@@ -340,7 +339,6 @@
 %files
 %defattr(-, root, root)
 %config %{_sysconfdir}/cups/gstoraster.convs
-%{_bindir}/dumphint
 %{_bindir}/dvipdf
 %{_bindir}/eps2eps
 %{_bindir}/font2c

++++++ ghostscript-9.05.tar.gz -> ghostscript-9.06.tar.gz ++++++
/work/SRC/openSUSE:Factory/ghostscript/ghostscript-9.05.tar.gz 
/work/SRC/openSUSE:Factory/.ghostscript.new/ghostscript-9.06.tar.gz differ: 
char 4, 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