r52393 - in /desktop/experimental/clutter-1.0/debian: changelog patches/git-conform-actor-graph-Add-missing-null-termination.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Fri May 5 14:11:11 UTC 2017


Author: jbicha-guest
Date: Fri May  5 14:11:11 2017
New Revision: 52393

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52393
Log:
Fix actor-graph test on some architectures

Added:
    desktop/experimental/clutter-1.0/debian/patches/git-conform-actor-graph-Add-missing-null-termination.patch
Modified:
    desktop/experimental/clutter-1.0/debian/changelog
    desktop/experimental/clutter-1.0/debian/patches/series

Modified: desktop/experimental/clutter-1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/changelog?rev=52393&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/changelog	[utf-8] Fri May  5 14:11:11 2017
@@ -9,6 +9,8 @@
     - Build-depend on dbus for build tests
   * Add debian/patches/skip-failing-tests.patch:
     - Skip failing test so that we can run all the other tests
+  * Add git-conform-actor-graph-Add-missing-null-termination.patch:
+    - Fix actor-graph test on some architectures
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Thu, 04 May 2017 17:27:12 -0400
 

Added: desktop/experimental/clutter-1.0/debian/patches/git-conform-actor-graph-Add-missing-null-termination.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/patches/git-conform-actor-graph-Add-missing-null-termination.patch?rev=52393&op=file
==============================================================================
--- desktop/experimental/clutter-1.0/debian/patches/git-conform-actor-graph-Add-missing-null-termination.patch	(added)
+++ desktop/experimental/clutter-1.0/debian/patches/git-conform-actor-graph-Add-missing-null-termination.patch	[utf-8] Fri May  5 14:11:11 2017
@@ -0,0 +1,27 @@
+From 9196768696abcaabcbf38dd94b91e5be34a55d6d Mon Sep 17 00:00:00 2001
+From: Nigel Taylor <nigel at openbsd.org>
+Date: Fri, 5 May 2017 08:42:47 -0400
+Subject: [PATCH] conform/actor-graph: Add missing null-termination
+
+https://bugzilla.gnome.org/show_bug.cgi?id=759085
+---
+ tests/conform/actor-graph.c | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/tests/conform/actor-graph.c b/tests/conform/actor-graph.c
+index 0dad49bec..8fbf4bcb7 100644
+--- a/tests/conform/actor-graph.c
++++ b/tests/conform/actor-graph.c
+@@ -350,7 +350,8 @@ actor_replace_child (void)
+   g_assert_cmpstr (clutter_actor_get_name (iter), ==, "qux");
+ 
+   clutter_actor_add_child (actor, g_object_new (CLUTTER_TYPE_ACTOR,
+-                                                "name", "foo"));
++                                                "name", "foo",
++                                                NULL));
+ 
+   clutter_actor_replace_child (actor, iter,
+                                g_object_new (CLUTTER_TYPE_ACTOR,
+-- 
+2.11.0
+

Modified: desktop/experimental/clutter-1.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/clutter-1.0/debian/patches/series?rev=52393&op=diff
==============================================================================
--- desktop/experimental/clutter-1.0/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/clutter-1.0/debian/patches/series	[utf-8] Fri May  5 14:11:11 2017
@@ -2,4 +2,5 @@
 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
+git-conform-actor-graph-Add-missing-null-termination.patch
 skip-failing-tests.patch




More information about the pkg-gnome-commits mailing list