[pygobject3/f18] fix patch fuzziness

Ray Strode rstrode at fedoraproject.org
Wed Dec 19 20:07:56 UTC 2012


commit 112281f73ea8ed8b7cceade712b06f290fcaae1e
Author: Ray Strode <rstrode at redhat.com>
Date:   Wed Dec 19 15:07:25 2012 -0500

    fix patch fuzziness

 fix-rhythmbox.patch |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/fix-rhythmbox.patch b/fix-rhythmbox.patch
index b91f674..53448a7 100644
--- a/fix-rhythmbox.patch
+++ b/fix-rhythmbox.patch
@@ -1,4 +1,4 @@
-From 3bfdd4ac80d3eaccdf2b3ae4c4386bf953c58507 Mon Sep 17 00:00:00 2001
+From 1c9c7f1a3c31f2f384af5a45795dc79424406c38 Mon Sep 17 00:00:00 2001
 From: Ray Strode <rstrode at redhat.com>
 Date: Wed, 19 Dec 2012 13:04:32 -0500
 Subject: [PATCH] pyg_value_from_pyobject: support GArray
@@ -20,7 +20,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=690514
  1 file changed, 63 insertions(+), 3 deletions(-)
 
 diff --git a/gi/_gobject/pygtype.c b/gi/_gobject/pygtype.c
-index 79c8387..89b1ace 100644
+index c803db3..c283bcc 100644
 --- a/gi/_gobject/pygtype.c
 +++ b/gi/_gobject/pygtype.c
 @@ -727,6 +727,63 @@ pyg_value_array_from_pyobject(GValue *value,
@@ -84,10 +84,10 @@ index 79c8387..89b1ace 100644
 +    return 0;
 +}
 +
- /**
-  * pyg_value_from_pyobject:
-  * @value: the GValue object to store the converted value in.
-@@ -956,9 +1013,12 @@ pyg_value_from_pyobject(GValue *value, PyObject *obj)
+ static
+ PyObject *
+ pyg_get_gvariant_type()
+@@ -976,9 +1033,12 @@ pyg_value_from_pyobject(GValue *value, PyObject *obj)
              g_value_take_boxed (value, n_value);
              return pyg_value_from_pyobject (n_value, obj);
          }


More information about the scm-commits mailing list