Hello community,

here is the log from the commit of package gutenprint for openSUSE:Factory
checked in at Fri May 20 16:17:05 CEST 2011.



--------
--- gutenprint/gutenprint.changes       2011-04-28 17:25:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/gutenprint/gutenprint.changes  2011-05-17 
16:01:55.000000000 +0200
@@ -1,0 +2,13 @@
+Tue May 17 16:00:52 CEST 2011 - [email protected]
+
+- Upgraded to version 5.2.7:
+  This release features support for many additional Canon inkjets,
+  some Epson inkjets, and some dye sublimation printers,
+  greatly upgraded support for many Epson Stylus Pro printers,
+  and numerous bug fixes.
+  For details see the NEWS file.
+- escputil-send_nulls-void.patch makes send_nulls a void function
+  because nowhere is a return value of send_nulls used
+  to fix a "no-return-in-nonvoid-function escputil.c:683" error.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gutenprint-5.2.6.tar.bz2

New:
----
  escputil-send_nulls-void.patch
  gutenprint-5.2.7.tar.bz2

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

Other differences:
------------------
++++++ gutenprint.spec ++++++
--- /var/tmp/diff_new_pack.HiotnN/_old  2011-05-20 16:11:41.000000000 +0200
+++ /var/tmp/diff_new_pack.HiotnN/_new  2011-05-20 16:11:41.000000000 +0200
@@ -20,8 +20,8 @@
 
 Name:           gutenprint
 Url:            http://gutenprint.sourceforge.net
-Version:        5.2.6
-Release:        8
+Version:        5.2.7
+Release:        1
 %define gutenprintmajor 5.2
 BuildRequires:  cairo-devel cups-ddk cups-devel
 BuildRequires:  gimp-devel glib2-devel gtk2-devel
@@ -33,9 +33,15 @@
 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.6/gutenprint-5.2.6.tar.bz2
+# 
http://downloads.sourceforge.net/project/gimp-print/gutenprint-5.2/5.2.7/gutenprint-5.2.7.tar.bz2
 Source0:        gutenprint-%{version}.tar.bz2 
-# Patch100... is for openSUSE/Novell patches which which are not intended for 
upstream:
+# 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
+# Patch100... is for openSUSE patches which which are not intended for 
upstream:
 
 %description
 The Gutenprint (formerly Gimp-Print) printer drivers for CUPS.
@@ -67,6 +73,10 @@
 %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
 
 %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 \

++++++ escputil-send_nulls-void.patch ++++++
--- src/escputil/escputil.c.orig        2010-12-11 23:04:07.000000000 +0100
+++ src/escputil/escputil.c     2011-05-17 15:49:52.000000000 +0200
@@ -674,7 +674,7 @@ add_resets(int count)
     }
 }
 
-static int
+static void
 send_nulls(int fd)
 {
   char buf[16384];
++++++ gutenprint-5.2.6.tar.bz2 -> gutenprint-5.2.7.tar.bz2 ++++++
++++ 493214 lines of diff (skipped)


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



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to