r44118 - in /desktop/experimental/gdk-pixbuf/debian: changelog patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Wed Feb 25 19:51:00 UTC 2015


Author: laney
Date: Wed Feb 25 19:51:00 2015
New Revision: 44118

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44118
Log:
revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch: Revert upstream commit which breaks API which applications actually use.

Upstream will probably end up doing something similar before there's a stable release.

Added:
    desktop/experimental/gdk-pixbuf/debian/patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch
Modified:
    desktop/experimental/gdk-pixbuf/debian/changelog
    desktop/experimental/gdk-pixbuf/debian/patches/series

Modified: desktop/experimental/gdk-pixbuf/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/changelog?rev=44118&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/changelog	[utf-8] Wed Feb 25 19:51:00 2015
@@ -1,3 +1,10 @@
+gdk-pixbuf (2.31.2-2) UNRELEASED; urgency=medium
+
+  * revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch: Revert upstream
+    commit which breaks API which applications actually use.
+
+ -- Iain Lane <laney at debian.org>  Wed, 25 Feb 2015 11:16:45 +0000
+
 gdk-pixbuf (2.31.2-1) experimental; urgency=medium
 
   * debian/watch: Update to find unstable versions too.

Added: desktop/experimental/gdk-pixbuf/debian/patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch?rev=44118&op=file
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch	(added)
+++ desktop/experimental/gdk-pixbuf/debian/patches/revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch	[utf-8] Wed Feb 25 19:51:00 2015
@@ -0,0 +1,30 @@
+reverted:
+--- b/gdk-pixbuf/gdk-pixbuf-io.c
++++ a/gdk-pixbuf/gdk-pixbuf-io.c
+@@ -2463,7 +2463,7 @@
+ #endif
+ 
+ /**
++ * gdk_pixbuf_savev:
+- * gdk_pixbuf_savev: (rename-to gdk_pixbuf_save)
+  * @pixbuf: a #GdkPixbuf.
+  * @filename: name of file to save.
+  * @type: name of file format.
+@@ -2624,7 +2624,7 @@
+ }
+ 
+ /**
++ * gdk_pixbuf_save_to_callbackv:
+- * gdk_pixbuf_save_to_callbackv: (rename-to gdk_pixbuf_save_to_callback)
+  * @pixbuf: a #GdkPixbuf.
+  * @save_func: (scope call): a function that is called to save each block of data that
+  *   the save routine generates.
+@@ -2760,7 +2760,7 @@
+ }
+ 
+ /**
++ * gdk_pixbuf_save_to_bufferv:
+- * gdk_pixbuf_save_to_bufferv: (rename-to gdk_pixbuf_save_to_buffer)
+  * @pixbuf: a #GdkPixbuf.
+  * @buffer: (array length=buffer_size) (out) (element-type guint8):
+  *   location to receive a pointer to the new buffer.

Modified: desktop/experimental/gdk-pixbuf/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gdk-pixbuf/debian/patches/series?rev=44118&op=diff
==============================================================================
--- desktop/experimental/gdk-pixbuf/debian/patches/series	[utf-8] (original)
+++ desktop/experimental/gdk-pixbuf/debian/patches/series	[utf-8] Wed Feb 25 19:51:00 2015
@@ -0,0 +1 @@
+revert-0001-lib-Annotate-var-arg-gdk_pixbuf_save.patch




More information about the pkg-gnome-commits mailing list