r52543 - in /desktop/unstable/clutter-1.0/debian: changelog patches/Don-t-create-the-Cogl-GLib-source-multiple-times.patch patches/gdk-Ensure-surface-buffer-scale-is-set.patch patches/series

ah at users.alioth.debian.org ah at users.alioth.debian.org
Sun Jul 2 05:40:41 UTC 2017


Author: ah
Date: Sun Jul  2 05:40:40 2017
New Revision: 52543

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52543
Log:
* New upstream release.
* debian/patches/Don-t-create-the-Cogl-GLib-source-multiple-times.patch:
  dropped, merged upstream.
* debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch:
  mangle to apply again.

Removed:
    desktop/unstable/clutter-1.0/debian/patches/Don-t-create-the-Cogl-GLib-source-multiple-times.patch
Modified:
    desktop/unstable/clutter-1.0/debian/changelog
    desktop/unstable/clutter-1.0/debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch
    desktop/unstable/clutter-1.0/debian/patches/series

Modified: desktop/unstable/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/changelog?rev=52543&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/changelog	[utf-8] Sun Jul  2 05:40:40 2017
@@ -1,3 +1,13 @@
+clutter-1.0 (1.26.2+dfsg-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/patches/Don-t-create-the-Cogl-GLib-source-multiple-times.patch:
+    dropped, merged upstream.
+  * debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch:
+    mangle to apply again.
+
+ -- Andreas Henriksson <andreas at fatal.se>  Sun, 02 Jul 2017 07:14:31 +0200
+
 clutter-1.0 (1.26.0+dfsg-3) unstable; urgency=medium
 
   * Remove broken /usr/share/doc/libclutter-1.0-doc/html-cally symlink.

Modified: desktop/unstable/clutter-1.0/debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch?rev=52543&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/patches/gdk-Ensure-surface-buffer-scale-is-set.patch	[utf-8] Sun Jul  2 05:40:40 2017
@@ -16,11 +16,9 @@
  clutter/gdk/clutter-stage-gdk.c | 9 ++++++++-
  1 file changed, 8 insertions(+), 1 deletion(-)
 
-diff --git a/clutter/gdk/clutter-stage-gdk.c b/clutter/gdk/clutter-stage-gdk.c
-index 742de58..b4cc4d4 100644
 --- a/clutter/gdk/clutter-stage-gdk.c
 +++ b/clutter/gdk/clutter-stage-gdk.c
-@@ -227,7 +227,14 @@ clutter_stage_gdk_wayland_surface (ClutterStageGdk *stage_gdk)
+@@ -232,7 +232,14 @@
  
    if (!stage_gdk->foreign_window ||
        gdk_window_get_window_type (stage_gdk->window) != GDK_WINDOW_CHILD)
@@ -34,8 +32,5 @@
 +      return surface;
 +    }
  
-   if (stage_gdk->clutter_surface)
-     return stage_gdk->clutter_surface;
--- 
-2.10.2
-
+   if (stage_gdk->subsurface)
+     goto out;

Modified: desktop/unstable/clutter-1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/clutter-1.0/debian/patches/series?rev=52543&op=diff
==============================================================================
--- desktop/unstable/clutter-1.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/clutter-1.0/debian/patches/series	[utf-8] Sun Jul  2 05:40:40 2017
@@ -1,4 +1,3 @@
 01_do-not-build-cookbook.patch
-Don-t-create-the-Cogl-GLib-source-multiple-times.patch
 Rely-on-gdk-to-dispatch-wayland-events.patch
 gdk-Ensure-surface-buffer-scale-is-set.patch




More information about the pkg-gnome-commits mailing list