r50528 - in /desktop/unstable/gtk+3.0/debian: ./ patches/

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Wed Sep 14 02:21:00 UTC 2016


Author: biebl
Date: Wed Sep 14 02:21:00 2016
New Revision: 50528

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

Modified:
    desktop/unstable/gtk+3.0/debian/changelog
    desktop/unstable/gtk+3.0/debian/patches/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch
    desktop/unstable/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch
    desktop/unstable/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch
    desktop/unstable/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch
    desktop/unstable/gtk+3.0/debian/patches/no-accessibility-dump.patch
    desktop/unstable/gtk+3.0/debian/patches/reftest-known-fail.patch

Modified: desktop/unstable/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/changelog?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/changelog	[utf-8] Wed Sep 14 02:21:00 2016
@@ -8,6 +8,9 @@
   [ Jeremy Bicha ]
   * Drop linux-any tag from libegl1-mesa-dev dependency since it's available
     on non-linux too
+
+  [ Michael Biebl ]
+  * Refresh patches.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 13 Sep 2016 15:00:53 +0200
 

Modified: desktop/unstable/gtk+3.0/debian/patches/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/0001-Fix-division-by-zero-when-calculating-the-refresh-ra.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -7,11 +7,11 @@
  gdk/x11/gdkscreen-x11.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c
-index 34dfccc..1916bb6 100644
---- a/gdk/x11/gdkscreen-x11.c
-+++ b/gdk/x11/gdkscreen-x11.c
-@@ -474,7 +474,8 @@ init_randr15 (GdkScreen *screen, gboolean *changed)
+Index: gtk+-3.21.6/gdk/x11/gdkscreen-x11.c
+===================================================================
+--- gtk+-3.21.6.orig/gdk/x11/gdkscreen-x11.c	2016-09-14 04:20:01.880668212 +0200
++++ gtk+-3.21.6/gdk/x11/gdkscreen-x11.c	2016-09-14 04:20:01.876668150 +0200
+@@ -636,7 +636,8 @@
                XRRModeInfo *xmode = &resources->modes[j];
                if (xmode->id == crtc->mode)
                  {
@@ -21,6 +21,3 @@
                    break;
                  }
              }
--- 
-2.8.1
-

Modified: desktop/unstable/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/016_no_offscreen_widgets_grabbing.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -3,11 +3,11 @@
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=607668
 Bug-Ubuntu: https://bugs.launchpad.net/bugs/512427
 
-Index: gtk+-3.20.5/gtk/gtkmain.c
+Index: gtk+-3.21.6/gtk/gtkmain.c
 ===================================================================
---- gtk+-3.20.5.orig/gtk/gtkmain.c	2016-05-20 16:25:43.631519834 +0200
-+++ gtk+-3.20.5/gtk/gtkmain.c	2016-05-20 16:25:43.627519856 +0200
-@@ -2191,9 +2191,14 @@
+--- gtk+-3.21.6.orig/gtk/gtkmain.c	2016-09-14 04:19:40.516339805 +0200
++++ gtk+-3.21.6/gtk/gtkmain.c	2016-09-14 04:19:40.512339745 +0200
+@@ -2197,9 +2197,14 @@
  {
    GtkWindowGroup *group;
    GtkWidget *old_grab_widget;

Modified: desktop/unstable/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/017_no_offscreen_device_grabbing.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/017_no_offscreen_device_grabbing.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -3,11 +3,11 @@
 Bug: https://bugzilla.gnome.org/show_bug.cgi?id=658563
 Bug-Ubuntu: https://launchpad.net/bugs/804009
 
-Index: gtk+-3.20.5/gtk/gtkmain.c
+Index: gtk+-3.21.6/gtk/gtkmain.c
 ===================================================================
---- gtk+-3.20.5.orig/gtk/gtkmain.c	2016-05-20 16:26:01.851409723 +0200
-+++ gtk+-3.20.5/gtk/gtkmain.c	2016-05-20 16:26:01.847409748 +0200
-@@ -2284,9 +2284,14 @@
+--- gtk+-3.21.6.orig/gtk/gtkmain.c	2016-09-14 04:19:46.192426998 +0200
++++ gtk+-3.21.6/gtk/gtkmain.c	2016-09-14 04:19:46.192426998 +0200
+@@ -2290,9 +2290,14 @@
  {
    GtkWindowGroup *group;
    GtkWidget *old_grab_widget;

Modified: desktop/unstable/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/018_gdkenumtypes.c_location.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/018_gdkenumtypes.c_location.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -18,11 +18,11 @@
  gdk/Makefile.am |   17 +++++++----------
  1 files changed, 7 insertions(+), 10 deletions(-)
 
-Index: gtk+-3.20.3/gdk/Makefile.am
+Index: gtk+-3.21.6/gdk/Makefile.am
 ===================================================================
---- gtk+-3.20.3.orig/gdk/Makefile.am	2016-04-16 20:12:22.574432906 +0200
-+++ gtk+-3.20.3/gdk/Makefile.am	2016-04-16 20:12:22.570432846 +0200
-@@ -222,8 +222,8 @@
+--- gtk+-3.21.6.orig/gdk/Makefile.am	2016-09-14 04:19:48.808467198 +0200
++++ gtk+-3.21.6/gdk/Makefile.am	2016-09-14 04:19:48.804467138 +0200
+@@ -243,8 +243,8 @@
  introspection_files = 		\
  	$(filter-out gdkkeysyms-compat.h, $(gdk_h_sources))	\
  	$(gdk_c_sources)	\
@@ -33,7 +33,7 @@
  
  Gdk-3.0.gir: libgdk-3.la Makefile
  Gdk_3_0_gir_SCANNERFLAGS = 	\
-@@ -388,7 +388,7 @@
+@@ -408,7 +408,7 @@
  
  lib_LTLIBRARIES = libgdk-3.la
  
@@ -42,7 +42,7 @@
  EXTRA_DIST += \
  	$(gdk_built_sources)	\
  	fallback-c89.c
-@@ -402,18 +402,15 @@
+@@ -422,18 +422,15 @@
  	$(gdk_built_sources)			\
  	gdkconfig.h
  

Modified: desktop/unstable/gtk+3.0/debian/patches/no-accessibility-dump.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/no-accessibility-dump.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/no-accessibility-dump.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/no-accessibility-dump.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -6,9 +6,11 @@
 matching the expected test data in all cases, not just
 for installed-tests.
 
---- a/testsuite/a11y/Makefile.am
-+++ b/testsuite/a11y/Makefile.am
-@@ -29,7 +29,7 @@
+Index: gtk+-3.21.6/testsuite/a11y/Makefile.am
+===================================================================
+--- gtk+-3.21.6.orig/testsuite/a11y/Makefile.am	2016-09-14 04:19:54.932561342 +0200
++++ gtk+-3.21.6/testsuite/a11y/Makefile.am	2016-09-14 04:19:54.928561280 +0200
+@@ -28,7 +28,7 @@
  	GTK_CSD=1			\
  	G_ENABLE_DIAGNOSTIC=0
  

Modified: desktop/unstable/gtk+3.0/debian/patches/reftest-known-fail.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk%2B3.0/debian/patches/reftest-known-fail.patch?rev=50528&op=diff
==============================================================================
--- desktop/unstable/gtk+3.0/debian/patches/reftest-known-fail.patch	[utf-8] (original)
+++ desktop/unstable/gtk+3.0/debian/patches/reftest-known-fail.patch	[utf-8] Wed Sep 14 02:21:00 2016
@@ -1,6 +1,8 @@
---- a/testsuite/reftests/gtk-reftest.c
-+++ b/testsuite/reftests/gtk-reftest.c
-@@ -247,6 +247,20 @@
+Index: gtk+-3.21.6/testsuite/reftests/gtk-reftest.c
+===================================================================
+--- gtk+-3.21.6.orig/testsuite/reftests/gtk-reftest.c	2016-09-14 04:19:58.524616584 +0200
++++ gtk+-3.21.6/testsuite/reftests/gtk-reftest.c	2016-09-14 04:19:58.524616584 +0200
+@@ -253,6 +253,20 @@
    g_free (filename);
  }
  
@@ -21,7 +23,7 @@
  static void
  test_ui_file (GFile *file)
  {
-@@ -279,7 +293,13 @@
+@@ -285,7 +299,13 @@
    if (diff_image)
      {
        save_image (diff_image, ui_file, ".diff.png");




More information about the pkg-gnome-commits mailing list