r15044 - in /desktop/unstable/gtk+2.0/debian: changelog patches/092_implicit-g-fopen.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Mar 12 17:53:58 UTC 2008


Author: slomo
Date: Wed Mar 12 17:53:58 2008
New Revision: 15044

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15044
Log:
* debian/patches/092_implicit-g-fopen.patch:
  + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
    architectures. Thanks to Dann Frazier for the patch (Closes: #470665).

Added:
    desktop/unstable/gtk+2.0/debian/patches/092_implicit-g-fopen.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=15044&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Wed Mar 12 17:53:58 2008
@@ -1,3 +1,11 @@
+gtk+2.0 (2.12.9-2) unstable; urgency=low
+
+  * debian/patches/092_implicit-g-fopen.patch:
+    + Include glib/gstdio.h for g_fopen to prevent crashes on 64 bit
+      architectures. Thanks to Dann Frazier for the patch (Closes: #470665).
+
+ -- Sebastian Dröge <slomo at debian.org>  Wed, 12 Mar 2008 18:52:53 +0100
+
 gtk+2.0 (2.12.9-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Added: desktop/unstable/gtk+2.0/debian/patches/092_implicit-g-fopen.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/092_implicit-g-fopen.patch?rev=15044&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/092_implicit-g-fopen.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/092_implicit-g-fopen.patch Wed Mar 12 17:53:58 2008
@@ -1,0 +1,13 @@
+Index: modules/printbackends/cups/gtkprintbackendcups.c
+===================================================================
+--- gtk+/modules/printbackends/cups/gtkprintbackendcups.c	(Revision 19784)
++++ gtk+/modules/printbackends/cups/gtkprintbackendcups.c	(Arbeitskopie)
+@@ -36,6 +36,7 @@
+ #include <cairo-ps.h>
+ 
+ #include <glib/gi18n-lib.h>
++#include <glib/gstdio.h>
+ #include <gmodule.h>
+ 
+ #include <gtk/gtkprintoperation.h>
+

Modified: desktop/unstable/gtk+2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/series?rev=15044&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series Wed Mar 12 17:53:58 2008
@@ -20,3 +20,4 @@
 070_mandatory-relibtoolize.patch
 091_workaround_no_gtk_init_incorrect_display.patch
 095_gtk-im-module-setting.patch
+092_implicit-g-fopen.patch




More information about the pkg-gnome-commits mailing list