r41868 - in /desktop/unstable/gtk+2.0/debian: changelog patches/099_format_security_fixes.patch patches/series update-icon-caches

laney at users.alioth.debian.org laney at users.alioth.debian.org
Tue Jun 24 10:43:07 UTC 2014


Author: laney
Date: Tue Jun 24 10:43:07 2014
New Revision: 41868

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=41868
Log:
New upstream release


Removed:
    desktop/unstable/gtk+2.0/debian/patches/099_format_security_fixes.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/series
    desktop/unstable/gtk+2.0/debian/update-icon-caches

Modified: desktop/unstable/gtk+2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/changelog?rev=41868&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Tue Jun 24 10:43:07 2014
@@ -1,3 +1,13 @@
+gtk+2.0 (2.24.24-1) UNRELEASED; urgency=medium
+
+  * New upstream release 2.24.24.
+  * debian/patches/099_format_security_fixes.patch: Drop, included in this
+    upstream release.
+  * update-icon-caches: Pass the new --include-image-data flag to preserve
+    compatibility.
+
+ -- Iain Lane <laney at debian.org>  Tue, 24 Jun 2014 10:18:33 +0100
+
 gtk+2.0 (2.24.23-1) unstable; urgency=medium
 
   * New upstream release.

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=41868&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series	[utf-8] Tue Jun 24 10:43:07 2014
@@ -11,4 +11,3 @@
 061_use_pdf_as_default_printing_standard.patch
 065_gir_set_packages.patch
 098_multiarch_module_path.patch
-099_format_security_fixes.patch

Modified: desktop/unstable/gtk+2.0/debian/update-icon-caches
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/update-icon-caches?rev=41868&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/update-icon-caches	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/update-icon-caches	[utf-8] Tue Jun 24 10:43:07 2014
@@ -13,7 +13,7 @@
     fi
     if [ -f "$dir"/index.theme ]; then
         # Generate or regenerate the cache    
-        if ! gtk-update-icon-cache --force --quiet "$dir"; then
+        if ! gtk-update-icon-cache --force --quiet --include-image-data "$dir"; then
             echo "WARNING: icon cache generation failed for $dir"
         fi
     else




More information about the pkg-gnome-commits mailing list