r42204 - in /desktop/unstable/librsvg/debian: changelog patches/20_rsvg_compat.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Mon Aug 18 23:59:34 UTC 2014


Author: biebl
Date: Mon Aug 18 23:59:34 2014
New Revision: 42204

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42204
Log:
Refresh patches.

Modified:
    desktop/unstable/librsvg/debian/changelog
    desktop/unstable/librsvg/debian/patches/20_rsvg_compat.patch

Modified: desktop/unstable/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/changelog?rev=42204&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/changelog	[utf-8] (original)
+++ desktop/unstable/librsvg/debian/changelog	[utf-8] Mon Aug 18 23:59:34 2014
@@ -1,6 +1,7 @@
 librsvg (2.40.3-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Refresh patches.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 19 Aug 2014 01:54:52 +0200
 

Modified: desktop/unstable/librsvg/debian/patches/20_rsvg_compat.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/patches/20_rsvg_compat.patch?rev=42204&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/patches/20_rsvg_compat.patch	[utf-8] (original)
+++ desktop/unstable/librsvg/debian/patches/20_rsvg_compat.patch	[utf-8] Mon Aug 18 23:59:34 2014
@@ -1,9 +1,9 @@
-Index: librsvg-2.40.0/rsvg-convert.c
+Index: librsvg-2.40.3/rsvg-convert.c
 ===================================================================
---- librsvg-2.40.0.orig/rsvg-convert.c	2013-10-14 23:15:52.000814272 +0200
-+++ librsvg-2.40.0/rsvg-convert.c	2013-10-14 23:15:52.000814272 +0200
-@@ -148,6 +148,8 @@
-     cairo_t *cr = NULL;
+--- librsvg-2.40.3.orig/rsvg-convert.c	2014-08-19 01:55:20.857179988 +0200
++++ librsvg-2.40.3/rsvg-convert.c	2014-08-19 01:55:20.853179920 +0200
+@@ -115,6 +115,8 @@
+     RsvgHandleFlags flags = RSVG_HANDLE_FLAGS_NONE;
      RsvgDimensionData dimensions;
      FILE *output_file = stdout;
 +    char *basename;
@@ -11,7 +11,7 @@
  
      GOptionEntry options_table[] = {
          {"dpi-x", 'd', 0, G_OPTION_ARG_DOUBLE, &dpi_x,
-@@ -199,6 +201,27 @@
+@@ -168,6 +170,27 @@
          return 0;
      }
  
@@ -39,7 +39,7 @@
      if (output != NULL) {
          output_file = fopen (output, "wb");
          if (!output_file) {
-@@ -210,10 +233,6 @@
+@@ -179,10 +202,6 @@
          g_free (output);
      }
  




More information about the pkg-gnome-commits mailing list