Hello community,

here is the log from the commit of package gutenprint for openSUSE:Factory 
checked in at 2012-10-03 07:43:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gutenprint (Old)
 and      /work/SRC/openSUSE:Factory/.gutenprint.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gutenprint", Maintainer is "jsm...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gutenprint/gutenprint.changes    2011-10-14 
09:51:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gutenprint.new/gutenprint.changes       
2012-10-03 07:43:12.000000000 +0200
@@ -1,0 +2,23 @@
+Wed Sep 26 12:27:50 UTC 2012 - mmeis...@suse.com
+
+- Version upgrade to 5.2.9:
+  Revert an inappropriate change to the internal library version 
+  number that was introduced in the 5.2.8 release.
+- Version upgrade to 5.2.8:
+  The Canon driver has been significantly overhauled. Its output
+  and functionality may be significantly different from previous
+  releases. Further work in future releases is expected.
+  Several Canon PIXMA and SELPHY printers were removed, as they
+  are not supported.
+  Several Canon printers do not offer a grayscale printing mode.
+  CD printing support for some Canon PIXMA printers was added.
+  Added borderless functionality to most Canon printers
+  (except S series and BJC series).
+  Many new Canon printers are now EXPERIMENTAL supported.
+  A few new Epson printers are now supported.
+  For details see the NEWS file.
+- escputil-send_nulls-void.patch is obsolete because its fixed
+  in the sources.
+- compile-fix.patch is obsolete because its fixed in the sources.
+
+-------------------------------------------------------------------
@@ -4 +27 @@
-- Fix missing include.
+- compile-fix.patch adds missing includes.

Old:
----
  compile-fix.patch
  escputil-send_nulls-void.patch
  gutenprint-5.2.7.tar.bz2

New:
----
  gutenprint-5.2.9.tar.bz2

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

Other differences:
------------------
++++++ gutenprint.spec ++++++
--- /var/tmp/diff_new_pack.xTvMNr/_old  2012-10-03 07:43:14.000000000 +0200
+++ /var/tmp/diff_new_pack.xTvMNr/_new  2012-10-03 07:43:14.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gutenprint
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,46 +15,48 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           gutenprint
 Url:            http://gutenprint.sourceforge.net
-Version:        5.2.7
-Release:        10
+Version:        5.2.9
+Release:        0
 %define gutenprintmajor 5.2
-BuildRequires:  cairo-devel cups-ddk cups-devel
-BuildRequires:  gimp-devel glib2-devel gtk2-devel
-BuildRequires:  libpng-devel libtiff-devel
-BuildRequires:  pango-devel python-cups
+BuildRequires:  cairo-devel
+BuildRequires:  cups-ddk
+BuildRequires:  cups-devel
+BuildRequires:  gimp-devel
+BuildRequires:  glib2-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pango-devel
+BuildRequires:  python-cups
+Summary:        Printer drivers for CUPS from the Gutenprint project
 License:        GPL-2.0+
 Group:          Hardware/Printing
-Summary:        Printer drivers for CUPS from the Gutenprint project
 Requires:       cups >= 1.2.2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # URL for Source0:
-# 
http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.7/gutenprint-5.2.7.tar.bz2
+# 
http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.9/gutenprint-5.2.9.tar.bz2
 Source0:        gutenprint-%{version}.tar.bz2 
 # Patch0...Patch9 is for patches from upstream:
 # Patch10...Patch99 is for openSUSE patches which which are intended for 
upstream:
 # Patch10 escputil-send_nulls-void.patch makes send_nulls a void function
 # because nowhere is a return value of send_nulls used in escputil.c
 # to fix a "no-return-in-nonvoid-function escputil.c:683" compiler error:
-Patch10:        escputil-send_nulls-void.patch
-# Patch11: Fix missing include
-Patch11:        compile-fix.patch
-# Patch100... is for openSUSE patches which which are not intended for 
upstream:
 
 %description
 The Gutenprint (formerly Gimp-Print) printer drivers for CUPS.
 See the user's manual at /usr/share/gutenprint/doc/gutenprint-users-manual.pdf
 
 %package devel
-License:        GPL-2.0+
 Summary:        Development environment for Gutenprint
 Group:          Development/Libraries/C and C++
-Requires:       ghostscript-library >= 7.05, cups >= 1.2.2, gutenprint = 
%{version}
-Requires:       gtk2-devel, glibc-devel
+Requires:       cups >= 1.2.2
+Requires:       ghostscript-library >= 7.05
+Requires:       glibc-devel
+Requires:       gtk2-devel
+Requires:       gutenprint = %{version}
 
 %description devel
 The development environment for the Gutenprint printer drivers.
@@ -62,7 +64,6 @@
 
 
 %package gimpplugin
-License:        GPL-2.0+
 Summary:        Alternative GIMP print plug-in from the Gutenprint project
 Group:          Hardware/Printing
 
@@ -75,11 +76,6 @@
 %prep
 # Be quiet when unpacking:
 %setup -q
-# Patch10 escputil-send_nulls-void.patch makes send_nulls a void function
-# because nowhere is a return value of send_nulls used in escputil.c
-# to fix a "no-return-in-nonvoid-function escputil.c:683" compiler error:
-%patch10
-%patch11 -p1
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fstack-protector -fno-strict-aliasing 
-I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/glib-2.0 
-I%{_libdir}/gtk-2.0/include -I%{_libdir}/glib-2.0/include 
-I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gimp-2.0" 
./configure \

++++++ gutenprint-5.2.7.tar.bz2 -> gutenprint-5.2.9.tar.bz2 ++++++
++++ 458198 lines of diff (skipped)

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

Reply via email to