r32851 - in /desktop/experimental/librsvg/debian: changelog patches/10_rsvg-gz.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Mar 8 08:00:04 UTC 2012


Author: biebl
Date: Thu Mar  8 08:00:04 2012
New Revision: 32851

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=32851
Log:
debian/patches/10_rsvg-gz.patch: Refresh for the new release and add a
DEP-5 patch header.

Modified:
    desktop/experimental/librsvg/debian/changelog
    desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch

Modified: desktop/experimental/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/changelog?rev=32851&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/changelog [utf-8] (original)
+++ desktop/experimental/librsvg/debian/changelog [utf-8] Thu Mar  8 08:00:04 2012
@@ -9,8 +9,10 @@
   * debian/watch: Track .xz tarballs.
   * debian/librsvg2-bin.install: Remove the /usr/share/pixmap directory.
     Upstream no longer installs a svg icon.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 08:54:51 +0100
+  * debian/patches/10_rsvg-gz.patch: Refresh for the new release and add a
+    DEP-5 patch header.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 08 Mar 2012 08:59:25 +0100
 
 librsvg (2.34.2-3) unstable; urgency=low
 

Modified: desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch?rev=32851&op=diff
==============================================================================
--- desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch [utf-8] (original)
+++ desktop/experimental/librsvg/debian/patches/10_rsvg-gz.patch [utf-8] Thu Mar  8 08:00:04 2012
@@ -1,8 +1,16 @@
---- a/rsvg-gobject.c
-+++ b/rsvg-gobject.c
-@@ -369,3 +369,9 @@
- {
-     return RSVG_HANDLE (g_object_new (RSVG_TYPE_HANDLE, NULL));
+Description: Revert ABI breakage
+ Provide the rsvg_handle_new_gz function.
+ Do not provide the C prototype to force
+ applications using it to use rsvg_handle_new instead.
+Author: Josselin Mouette <joss at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=348920
+Index: librsvg-2.35.2/rsvg-gobject.c
+===================================================================
+--- librsvg-2.35.2.orig/rsvg-gobject.c	2012-02-06 20:44:12.000000000 +0100
++++ librsvg-2.35.2/rsvg-gobject.c	2012-03-08 07:15:20.325930529 +0100
+@@ -356,3 +356,9 @@
+                          "flags", flags,
+                          NULL);
  }
 +
 +RsvgHandle *
@@ -10,13 +18,15 @@
 +{
 +    return rsvg_handle_new ();
 +}
---- a/librsvg.def
-+++ b/librsvg.def
-@@ -7,6 +7,7 @@
- rsvg_handle_set_dpi
- rsvg_handle_set_dpi_x_y
- rsvg_handle_new
+Index: librsvg-2.35.2/librsvg.def
+===================================================================
+--- librsvg-2.35.2.orig/librsvg.def	2012-02-06 20:44:12.000000000 +0100
++++ librsvg-2.35.2/librsvg.def	2012-03-08 07:15:59.117929157 +0100
+@@ -23,6 +23,7 @@
+ rsvg_handle_new_from_file
+ rsvg_handle_new_from_gfile_sync
+ rsvg_handle_new_from_stream_sync
 +rsvg_handle_new_gz
- rsvg_handle_write
- rsvg_handle_close
- rsvg_handle_get_pixbuf
+ rsvg_handle_new_with_flags
+ rsvg_handle_read_stream_sync
+ rsvg_handle_render_cairo




More information about the pkg-gnome-commits mailing list