r42369 - in /desktop/experimental/pygobject/debian: changelog patches/01_cairo_region.patch

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Sat Aug 30 15:01:20 UTC 2014


Author: sjoerd
Date: Sat Aug 30 15:01:20 2014
New Revision: 42369

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42369
Log:
New upstream release

Modified:
    desktop/experimental/pygobject/debian/changelog
    desktop/experimental/pygobject/debian/patches/01_cairo_region.patch

Modified: desktop/experimental/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/changelog?rev=42369&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/changelog	[utf-8] (original)
+++ desktop/experimental/pygobject/debian/changelog	[utf-8] Sat Aug 30 15:01:20 2014
@@ -1,3 +1,9 @@
+pygobject (3.13.90-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Sat, 30 Aug 2014 13:43:21 +0200
+
 pygobject (3.12.1-1) unstable; urgency=medium
 
   * New upstream bug fix release.

Modified: desktop/experimental/pygobject/debian/patches/01_cairo_region.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pygobject/debian/patches/01_cairo_region.patch?rev=42369&op=diff
==============================================================================
--- desktop/experimental/pygobject/debian/patches/01_cairo_region.patch	[utf-8] (original)
+++ desktop/experimental/pygobject/debian/patches/01_cairo_region.patch	[utf-8] Sat Aug 30 15:01:20 2014
@@ -12,13 +12,11 @@
  gi/pygi-foreign-cairo.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
  1 file changed, 44 insertions(+)
 
-Index: pygobject-3.7.5.1/gi/pygi-foreign-cairo.c
-===================================================================
---- pygobject-3.7.5.1.orig/gi/pygi-foreign-cairo.c	2013-02-11 08:57:38.694078604 +0100
-+++ pygobject-3.7.5.1/gi/pygi-foreign-cairo.c	2013-02-11 09:08:43.154048264 +0100
-@@ -185,6 +185,46 @@
-     Py_RETURN_NONE;
+--- a/gi/pygi-foreign-cairo.c
++++ b/gi/pygi-foreign-cairo.c
+@@ -368,6 +368,46 @@
  }
+ 
  
 +#if PY_VERSION_HEX >= 0x03000000
 +static PyObject *
@@ -63,11 +61,10 @@
  static PyMethodDef _gi_cairo_functions[] = { {0,} };
  PYGLIB_MODULE_START(_gi_cairo, "_gi_cairo")
  {
-@@ -220,5 +260,13 @@
-                                   cairo_font_options_to_arg,
+@@ -406,6 +446,14 @@
                                    cairo_font_options_from_arg,
                                    cairo_font_options_release);
-+
+ 
 +#if PY_VERSION_HEX >= 0x03000000
 +    pygi_register_foreign_struct ("cairo",
 +                                  "Region",
@@ -75,5 +72,7 @@
 +                                  cairo_region_from_arg,
 +                                  cairo_region_release);
 +#endif
- }
- PYGLIB_MODULE_END;
++
+     pyg_register_gtype_custom (CAIRO_GOBJECT_TYPE_CONTEXT,
+                                cairo_context_from_gvalue,
+                                cairo_context_to_gvalue);




More information about the pkg-gnome-commits mailing list