[DRE-commits] r3215 - in packages/ruby-gnome2/trunk/debian: . patches

lucas at alioth.debian.org lucas at alioth.debian.org
Sat Feb 21 14:30:25 UTC 2009


Author: lucas
Date: 2009-02-21 14:30:25 +0000 (Sat, 21 Feb 2009)
New Revision: 3215

Added:
   packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch
Modified:
   packages/ruby-gnome2/trunk/debian/changelog
   packages/ruby-gnome2/trunk/debian/patches/series
Log:
added new patch to fix 508272. Arnaud, please take a look.

Modified: packages/ruby-gnome2/trunk/debian/changelog
===================================================================
--- packages/ruby-gnome2/trunk/debian/changelog	2009-02-21 02:20:14 UTC (rev 3214)
+++ packages/ruby-gnome2/trunk/debian/changelog	2009-02-21 14:30:25 UTC (rev 3215)
@@ -1,5 +1,6 @@
 ruby-gnome2 (0.18.1-1) UNRELEASED; urgency=low
 
+  [ Arnaud Cornet ]
   * New upstream release.
   * Drop libgda-ruby dropped by upstream.
   * Remove patches that have gone upstream:
@@ -8,8 +9,15 @@
   -maincontext-value.patch
   -holder-free-memory-leak.diff
 
- -- Arnaud Cornet <acornet at debian.org>  Sat, 20 Sep 2008 11:26:17 +0200
+  [ Lucas Nussbaum ]
+  * New patch: gtk_fs_error. Fixes #508272, #508788.
+    Imported from
+http://ruby-gnome2.svn.sourceforge.net/viewvc/ruby-gnome2/ruby-gnome2/trunk/gtk/src/rbgtkfilechooser.c?r1=3262&r2=3342
 
+FIXME need to s/Fixes/Closes when bugs reassigned.
+
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 21 Feb 2009 15:28:31 +0100
+
 ruby-gnome2 (0.17.0~rc1-6) unstable; urgency=low
 
   * Add patch maincontext-value.patch fixes a crash triggered at least by

Added: packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch
===================================================================
--- packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch	                        (rev 0)
+++ packages/ruby-gnome2/trunk/debian/patches/gtk_fs_error.patch	2009-02-21 14:30:25 UTC (rev 3215)
@@ -0,0 +1,11 @@
+--- a/gtk/src/rbgtkfilechooser.c
++++ b/gtk/src/rbgtkfilechooser.c
+@@ -372,7 +372,7 @@ Init_gtk_file_chooser()
+     G_DEF_ERROR(GTK_FILE_CHOOSER_ERROR, "FileChooserError", mGtk, rb_eRuntimeError, 
+                 GTK_TYPE_FILE_CHOOSER_ERROR);
+ 
+-#ifdef HAVE_GTK_GTKFILESYSTEM_H
++#ifdef GTK_FILE_SYSTEM_ERROR
+     /* GtkFileSystemError */
+     eFileSystemError = G_DEF_ERROR2(GTK_FILE_SYSTEM_ERROR, "FileSystemError",
+ 				    mGtk, rb_eRuntimeError);

Modified: packages/ruby-gnome2/trunk/debian/patches/series
===================================================================
--- packages/ruby-gnome2/trunk/debian/patches/series	2009-02-21 02:20:14 UTC (rev 3214)
+++ packages/ruby-gnome2/trunk/debian/patches/series	2009-02-21 14:30:25 UTC (rev 3215)
@@ -5,3 +5,4 @@
 gtkmozembed-rpath.patch
 xulrunner-1.9.patch
 buildsys-abort-on-error.patch
+gtk_fs_error.patch




More information about the Pkg-ruby-extras-commits mailing list