r13216 - in /desktop/unstable/gtk+2.0/debian: changelog control patches/060_ignore-random-icons.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Sun Oct 21 20:10:35 UTC 2007


Author: lool
Date: Sun Oct 21 20:10:34 2007
New Revision: 13216

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13216
Log:
* New patch, 060_ignore-random-icons, don't list images from unknown
  directories in icon cache; closes: #443571, #443574, #444285, #446188.

Added:
    desktop/unstable/gtk+2.0/debian/patches/060_ignore-random-icons.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/control
    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=13216&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog (original)
+++ desktop/unstable/gtk+2.0/debian/changelog Sun Oct 21 20:10:34 2007
@@ -1,4 +1,4 @@
-gtk+2.0 (2.12.1-1) UNRELEASED; urgency=low
+gtk+2.0 (2.12.1-1) unstable; urgency=low
 
   * New upstream stable release; no API change; bug fixes and translation
     updates.
@@ -11,8 +11,10 @@
       065_gtk-filechooser-locale-time merged upstream.
     - Update relibtoolizing patch, 070_mandatory-relibtoolize.
   * Chech the exit status of close() in dh_gtkmodules; closes: #427654.
-
- -- Loic Minier <lool at dooz.org>  Sun, 21 Oct 2007 18:40:48 +0200
+  * New patch, 060_ignore-random-icons, don't list images from unknown
+    directories in icon cache; closes: #443571, #443574, #444285, #446188.
+
+ -- Loic Minier <lool at dooz.org>  Sun, 21 Oct 2007 22:05:42 +0200
 
 gtk+2.0 (2.12.0-3) unstable; urgency=low
 

Modified: desktop/unstable/gtk+2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/control?rev=13216&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/control (original)
+++ desktop/unstable/gtk+2.0/debian/control Sun Oct 21 20:10:34 2007
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Loic Minier <lool at dooz.org>
 Build-Depends: debhelper (>= 5.0.22),
                gettext,
                pkg-config,

Added: desktop/unstable/gtk+2.0/debian/patches/060_ignore-random-icons.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/060_ignore-random-icons.patch?rev=13216&op=file
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/060_ignore-random-icons.patch (added)
+++ desktop/unstable/gtk+2.0/debian/patches/060_ignore-random-icons.patch Sun Oct 21 20:10:34 2007
@@ -1,0 +1,11 @@
+--- gtk+2.0-2.12.1.orig/gtk/updateiconcache.c	2007-10-21 22:04:11.000000000 +0200
++++ gtk+2.0-2.12.1/gtk/updateiconcache.c	2007-10-21 22:04:23.000000000 +0200
+@@ -654,7 +654,7 @@
+ 		      directories = g_list_append (directories, g_strdup (subdir));
+ 		    }
+ 		  else
+-		    dir_index = 0xffff;
++		    continue;
+ 		}
+ 		
+ 	      image = g_new0 (Image, 1);

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=13216&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series Sun Oct 21 20:10:34 2007
@@ -13,6 +13,7 @@
 033_treeview_resizing.patch
 040_filechooser_single-click.patch
 041_ia32-libs.patch
+060_ignore-random-icons.patch
 070_mandatory-relibtoolize.patch
 071_fix_gdk_window_null_crasher.patch
 091_workaround_no_gtk_init_incorrect_display.patch




More information about the pkg-gnome-commits mailing list