r44332 - in /desktop/unstable/gtk+2.0/debian: ./ patches/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun May 10 19:13:11 UTC 2015


Author: biebl
Date: Sun May 10 19:13:11 2015
New Revision: 44332

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44332
Log:
Refresh patches.

Removed:
    desktop/unstable/gtk+2.0/debian/patches/0001-Make-gdk_event_apply_filters-safe-against-changes-in.patch
    desktop/unstable/gtk+2.0/debian/patches/0002-gdk-Fix-GdkWindowFilter-internal-refcounting.patch
    desktop/unstable/gtk+2.0/debian/patches/0003-gdkwindow-Fix-event-unref-iteration.patch
Modified:
    desktop/unstable/gtk+2.0/debian/changelog
    desktop/unstable/gtk+2.0/debian/patches/003_gdk.pc_privates.patch
    desktop/unstable/gtk+2.0/debian/patches/005_support_disabling_x11_extensions.patch
    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=44332&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/changelog	[utf-8] Sun May 10 19:13:11 2015
@@ -1,6 +1,7 @@
 gtk+2.0 (2.24.27-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Sun, 10 May 2015 21:05:46 +0200
 

Modified: desktop/unstable/gtk+2.0/debian/patches/003_gdk.pc_privates.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/003_gdk.pc_privates.patch?rev=44332&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/003_gdk.pc_privates.patch	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/003_gdk.pc_privates.patch	[utf-8] Sun May 10 19:13:11 2015
@@ -1,8 +1,8 @@
-Index: gtk+-2.24.19/configure.ac
+Index: gtk+-2.24.27/configure.ac
 ===================================================================
---- gtk+-2.24.19.orig/configure.ac	2013-06-28 23:39:54.495262402 +0200
-+++ gtk+-2.24.19/configure.ac	2013-06-28 23:39:54.487262310 +0200
-@@ -1324,23 +1324,27 @@
+--- gtk+-2.24.27.orig/configure.ac	2015-05-10 21:12:17.911660688 +0200
++++ gtk+-2.24.27/configure.ac	2015-05-10 21:12:17.911660688 +0200
+@@ -1322,23 +1322,27 @@
  
  # Pull in gio-unix for GDesktopAppInfo usage, see at least gdkapplaunchcontext-x11.c
  if test "x$gdktarget" = "xx11"; then
@@ -35,10 +35,10 @@
  AC_SUBST(GDK_EXTRA_LIBS)
  AC_SUBST(GDK_EXTRA_CFLAGS)
  AC_SUBST(GDK_DEP_LIBS)
-Index: gtk+-2.24.19/gdk-2.0.pc.in
+Index: gtk+-2.24.27/gdk-2.0.pc.in
 ===================================================================
---- gtk+-2.24.19.orig/gdk-2.0.pc.in	2013-06-28 23:39:54.495262402 +0200
-+++ gtk+-2.24.19/gdk-2.0.pc.in	2013-06-28 23:39:54.487262310 +0200
+--- gtk+-2.24.27.orig/gdk-2.0.pc.in	2015-05-10 21:12:17.911660688 +0200
++++ gtk+-2.24.27/gdk-2.0.pc.in	2015-05-10 21:12:17.911660688 +0200
 @@ -8,5 +8,6 @@
  Description: GTK+ Drawing Kit (${target} target)
  Version: @VERSION@

Modified: desktop/unstable/gtk+2.0/debian/patches/005_support_disabling_x11_extensions.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B2.0/debian/patches/005_support_disabling_x11_extensions.patch?rev=44332&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/005_support_disabling_x11_extensions.patch	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/005_support_disabling_x11_extensions.patch	[utf-8] Sun May 10 19:13:11 2015
@@ -3,10 +3,10 @@
 
 Support disabling X11 extensions
 
-Index: gtk+-2.24.19/configure.ac
+Index: gtk+-2.24.27/configure.ac
 ===================================================================
---- gtk+-2.24.19.orig/configure.ac	2013-06-28 23:39:59.259316868 +0200
-+++ gtk+-2.24.19/configure.ac	2013-06-28 23:39:59.255316823 +0200
+--- gtk+-2.24.27.orig/configure.ac	2015-05-10 21:12:24.060665181 +0200
++++ gtk+-2.24.27/configure.ac	2015-05-10 21:12:24.060665181 +0200
 @@ -241,6 +241,18 @@
                [AC_HELP_STRING([--enable-xinerama],
  	                      [support xinerama extension if available [default=yes]])],,
@@ -26,7 +26,7 @@
  AC_ARG_ENABLE(rebuilds,
                [AC_HELP_STRING([--disable-rebuilds],
                                [disable all source autogeneration rules])],,
-@@ -1192,7 +1204,8 @@
+@@ -1190,7 +1202,8 @@
    AM_CONDITIONAL(XINPUT_XFREE, test x$with_xinput = xxfree || test x$with_xinput = xyes)
  
    # Check for the RANDR extension
@@ -36,7 +36,7 @@
       AC_DEFINE(HAVE_RANDR, 1, [Have the Xrandr extension library])
  
       X_PACKAGES="$X_PACKAGES xrandr"
-@@ -1208,7 +1221,8 @@
+@@ -1206,7 +1219,8 @@
  
    # Checks for XFixes extension
    
@@ -46,7 +46,7 @@
      AC_DEFINE(HAVE_XFIXES, 1, [Have the XFIXES X extension])
      
      X_PACKAGES="$X_PACKAGES xfixes"
-@@ -1217,7 +1231,8 @@
+@@ -1215,7 +1229,8 @@
  
    # Checks for Xcomposite extension
  
@@ -56,7 +56,7 @@
      AC_DEFINE(HAVE_XCOMPOSITE, 1, [Have the XCOMPOSITE X extension])
  
      X_PACKAGES="$X_PACKAGES xcomposite"
-@@ -1226,7 +1241,7 @@
+@@ -1224,7 +1239,7 @@
  
    # Checks for Xdamage extension
  

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=44332&op=diff
==============================================================================
--- desktop/unstable/gtk+2.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gtk+2.0/debian/patches/series	[utf-8] Sun May 10 19:13:11 2015
@@ -1,6 +1,3 @@
-0001-Make-gdk_event_apply_filters-safe-against-changes-in.patch
-0002-gdk-Fix-GdkWindowFilter-internal-refcounting.patch
-0003-gdkwindow-Fix-event-unref-iteration.patch
 001_static-linking-dont-query-immodules.patch
 002_static-linking-dont-build-perf.patch
 003_gdk.pc_privates.patch




More information about the pkg-gnome-commits mailing list