Hello community, here is the log from the commit of package inkscape for openSUSE:Factory checked in at 2012-09-14 12:26:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/inkscape (Old) and /work/SRC/openSUSE:Factory/.inkscape.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "inkscape", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes 2012-07-22 15:15:59.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.inkscape.new/inkscape.changes 2012-09-14 12:26:43.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 12 15:40:36 UTC 2012 - [email protected] + +- Add inkscape-apply-invert-transform.patch: Apply invert + transform to all image tags (bnc#779560 lp#840625). + +------------------------------------------------------------------- New: ---- inkscape-apply-invert-transform.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ inkscape.spec ++++++ --- /var/tmp/diff_new_pack.m3ClGt/_old 2012-09-14 12:26:44.000000000 +0200 +++ /var/tmp/diff_new_pack.m3ClGt/_new 2012-09-14 12:26:44.000000000 +0200 @@ -35,6 +35,8 @@ Patch2: inkscape-return-on-exit.patch # PATCH-FIX-UPSTREAM inkscape-poppler20.patch rh#822413 lp#1005565 [email protected] -- Fix building with poppler 0.20.0 Patch3: inkscape-poppler20.patch +# PATCH-FIX-UPSTREAM inkscape-apply-invert-transform.patch bnc#779560 lp#840625 [email protected] -- Apply invert transform to all image tags. +Patch4: inkscape-apply-invert-transform.patch BuildRequires: boost-devel BuildRequires: docbook-toys BuildRequires: fdupes @@ -160,6 +162,7 @@ %if 0%{?suse_version} > 1210 %patch3 -p1 %endif +%patch4 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" ++++++ inkscape-apply-invert-transform.patch ++++++ diff -Naur a/src/extension/internal/pdfinput/svg-builder.cpp b/src/extension/internal/pdfinput/svg-builder.cpp --- a/src/extension/internal/pdfinput/svg-builder.cpp 2011-07-08 13:25:09.468790000 -0500 +++ b/src/extension/internal/pdfinput/svg-builder.cpp 2012-09-12 09:10:28.477790373 -0500 @@ -1600,9 +1600,7 @@ sp_repr_set_svg_double(image_node, "width", 1); sp_repr_set_svg_double(image_node, "height", 1); // Set transformation - if (_is_top_level) { - svgSetTransform(image_node, 1.0, 0.0, 0.0, -1.0, 0.0, 1.0); - } + svgSetTransform(image_node, 1.0, 0.0, 0.0, -1.0, 0.0, 1.0); // Create href if (embed_image) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
