Hello community,

here is the log from the commit of package libgnomeprint for openSUSE:Factory
checked in at Thu Oct 13 12:24:03 CEST 2011.



--------
--- openSUSE:Factory/libgnomeprint/libgnomeprint.changes        2011-09-23 
02:08:23.000000000 +0200
+++ libgnomeprint/libgnomeprint.changes 2011-10-12 17:16:13.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct 12 15:10:26 UTC 2011 - [email protected]
+
+- Add libgnomeprint-missing-include.patch: add missing include to
+  fix build.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  libgnomeprint-missing-include.patch

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

Other differences:
------------------
++++++ libgnomeprint.spec ++++++
--- /var/tmp/diff_new_pack.mSK6Lw/_old  2011-10-13 12:23:56.000000000 +0200
+++ /var/tmp/diff_new_pack.mSK6Lw/_new  2011-10-13 12:23:56.000000000 +0200
@@ -50,22 +50,14 @@
 Patch:          libgnomeprint-suseconfig.dif
 Patch1:         libgnomeprint.patch
 Patch3:         libgnomeprint-pdf-invalid-path-176712.patch
+# PATCH-FIX-UPSTREAM libgnomeprint-missing-include.patch bgo#653388 
[email protected] -- Add missing include to fix build
+Patch4:         libgnomeprint-missing-include.patch
 Recommends:     %{name}-lang
 
 %description
 This package contains the GNOME 2.x printing library, which provides a
 simple and clean API for GNOME programs that have to print documents.
 
-
-
-Authors:
---------
-    Lauris Kaplinski <[email protected]>
-    Chema Celorio <[email protected]>
-    Chris Lahey <[email protected]>
-    Raph Levien <[email protected]>
-    Miguel de Icaza <[email protected]>
-
 %package devel
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Include files and libraries mandatory for development with 
libgnomeprint
@@ -81,16 +73,6 @@
 This package contains all necessary include files and libraries needed
 to compile and link applications that use libgnomeprint.
 
-
-
-Authors:
---------
-    Lauris Kaplinski <[email protected]>
-    Chema Celorio <[email protected]>
-    Chris Lahey <[email protected]>
-    Raph Levien <[email protected]>
-    Miguel de Icaza <[email protected]>
-
 %package doc
 License:        GPLv2+ ; LGPLv2.1+
 Summary:        Documentation for libgnomeprint
@@ -104,16 +86,6 @@
 which provide a simple and clean API for GNOME programs that have to
 print documents.
 
-
-
-Authors:
---------
-    Lauris Kaplinski <[email protected]>
-    Chema Celorio <[email protected]>
-    Chris Lahey <[email protected]>
-    Raph Levien <[email protected]>
-    Miguel de Icaza <[email protected]>
-
 %lang_package
 %prep
 %setup -q
@@ -122,6 +94,7 @@
 %patch -p1
 %patch1 
 %patch3
+%patch4 -p1
 
 %build
 autoreconf -f -i

++++++ libgnomeprint-missing-include.patch ++++++
commit 9b82b7e75b83395e7c5692085e1934202cf7f65f
Author: Jeremy Huddleston <[email protected]>
Date:   Wed Oct 12 17:08:59 2011 +0200

    Add missing include
    
    https://bugzilla.gnome.org/show_bug.cgi?id=653388

diff --git a/libgnomeprint/modules/cups/gnome-print-cups-transport.c 
b/libgnomeprint/modules/cups/gnome-print-cups-transport.c
index aeb7111..85de91b 100644
--- a/libgnomeprint/modules/cups/gnome-print-cups-transport.c
+++ b/libgnomeprint/modules/cups/gnome-print-cups-transport.c
@@ -34,6 +34,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdio.h>
 #include <unistd.h>
 #include <locale.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