~ubuntu-branches/ubuntu/precise/librsvg/precise

« back to all changes in this revision

Viewing changes to debian/patches/rsvg-gz.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-05 17:50:25 UTC
  • mfrom: (24.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20110505175025-6jc7wew93fh83sc1
Tags: 2.32.1-1ubuntu1
* Resynchronize on Debian, remaining diffs:
* debian/librsvg2-common.postinst: 
  - update the gdkloader list there (lp 719861)
* debian/patches/no_null_crash.patch:
  - don't crash on corrupted images, thanks Bruno Girin (lp 608026)
* debian/patches/90_git_null_crasher.patch: 
  - crasher fix from git

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: librsvg-2.32.1/rsvg-gobject.c
2
 
===================================================================
3
 
--- librsvg-2.32.1.orig/rsvg-gobject.c  2010-09-28 03:18:35.000000000 +1000
4
 
+++ librsvg-2.32.1/rsvg-gobject.c       2010-11-16 09:31:19.861990003 +1100
5
 
@@ -369,3 +369,9 @@
6
 
 {
7
 
     return RSVG_HANDLE (g_object_new (RSVG_TYPE_HANDLE, NULL));
8
 
 }
9
 
+
10
 
+RsvgHandle *
11
 
+rsvg_handle_new_gz (void)
12
 
+{
13
 
+    return rsvg_handle_new ();
14
 
+}
15
 
Index: librsvg-2.32.1/librsvg.def
16
 
===================================================================
17
 
--- librsvg-2.32.1.orig/librsvg.def     2010-09-28 03:18:35.000000000 +1000
18
 
+++ librsvg-2.32.1/librsvg.def  2010-11-16 09:31:19.861990003 +1100
19
 
@@ -7,6 +7,7 @@
20
 
 rsvg_handle_set_dpi
21
 
 rsvg_handle_set_dpi_x_y
22
 
 rsvg_handle_new
23
 
+rsvg_handle_new_gz
24
 
 rsvg_handle_write
25
 
 rsvg_handle_close
26
 
 rsvg_handle_get_pixbuf