Hello community,

here is the log from the commit of package gutenprint for openSUSE:Factory
checked in at Fri Oct 14 09:47:27 CEST 2011.



--------
--- openSUSE:Factory/gutenprint/gutenprint.changes      2011-09-23 
02:02:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/gutenprint/gutenprint.changes  2011-10-13 
13:46:39.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Oct 13 11:46:24 UTC 2011 - [email protected]
+
+- Fix missing include.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  compile-fix.patch

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

Other differences:
------------------
++++++ gutenprint.spec ++++++
--- /var/tmp/diff_new_pack.1utL5y/_old  2011-10-14 09:47:23.000000000 +0200
+++ /var/tmp/diff_new_pack.1utL5y/_new  2011-10-14 09:47:23.000000000 +0200
@@ -41,6 +41,8 @@
 # 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
@@ -77,6 +79,7 @@
 # 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 \

++++++ compile-fix.patch ++++++
Index: gutenprint-5.2.7/src/cups/commandtoepson.c
===================================================================
--- gutenprint-5.2.7.orig/src/cups/commandtoepson.c
+++ gutenprint-5.2.7/src/cups/commandtoepson.c
@@ -32,6 +32,7 @@
 #include <ctype.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdio.h>
 
 /*
  * Macros...
Index: gutenprint-5.2.7/src/cups/commandtocanon.c
===================================================================
--- gutenprint-5.2.7.orig/src/cups/commandtocanon.c
+++ gutenprint-5.2.7/src/cups/commandtocanon.c
@@ -14,6 +14,7 @@
 #include <cups/cups.h>
 #include <ctype.h>
 #include <stdlib.h>
+#include <stdio.h>
 
 
 /*
continue with "q"...



Remember to have fun...

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

Reply via email to