r46377 - in /desktop/unstable/librsvg/debian: changelog patches/20_rsvg_compat.patch
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 8 11:00:40 UTC 2015
Author: biebl
Date: Thu Oct 8 11:00:40 2015
New Revision: 46377
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46377
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=46377&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/changelog [utf-8] (original)
+++ desktop/unstable/librsvg/debian/changelog [utf-8] Thu Oct 8 11:00:40 2015
@@ -1,6 +1,7 @@
librsvg (2.40.11-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Refresh patches.
-- Michael Biebl <biebl at debian.org> Thu, 08 Oct 2015 12:36:18 +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=46377&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] Thu Oct 8 11:00:40 2015
@@ -1,17 +1,17 @@
-Index: librsvg-2.40.10/rsvg-convert.c
+Index: librsvg-2.40.11/rsvg-convert.c
===================================================================
---- librsvg-2.40.10.orig/rsvg-convert.c 2015-08-08 12:41:58.515377589 +0200
-+++ librsvg-2.40.10/rsvg-convert.c 2015-08-08 12:41:58.515377589 +0200
-@@ -126,6 +126,8 @@
- RsvgHandleFlags flags = RSVG_HANDLE_FLAGS_NONE;
+--- librsvg-2.40.11.orig/rsvg-convert.c 2015-10-08 12:52:09.876413251 +0200
++++ librsvg-2.40.11/rsvg-convert.c 2015-10-08 12:57:14.541733808 +0200
+@@ -140,6 +140,8 @@
RsvgDimensionData dimensions;
FILE *output_file = stdout;
+ char *export_lookup_id;
+ char *basename;
+ gboolean rsvg_compat = FALSE;
#ifdef G_OS_WIN32
HANDLE handle;
-@@ -183,6 +185,27 @@
+@@ -199,6 +201,27 @@
return 0;
}
@@ -39,7 +39,7 @@
if (output != NULL) {
output_file = fopen (output, "wb");
if (!output_file) {
-@@ -194,10 +217,6 @@
+@@ -210,10 +233,6 @@
g_free (output);
}
More information about the pkg-gnome-commits
mailing list