From 8745661bc0a6a18be2554fc9b54470f4c5db54e5d4655470a8032ac3debf637e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Fri, 17 Dec 2021 22:41:14 +0000 Subject: [PATCH] Accepting request 941339 from GNOME:Next - Update to version 2.52.5: + Fix mangled output in rsvg-convert when redirecting output to a pipe on Windows. + When outputting to SVG, rsvg-convert now uses the width/height units specified in the command line; it always used pixels before. + Fix incorrect top/left margins for SVG/PS/EPS/PDF output. + Fix incorrect placement of glyphs when text has non-uniform scaling in the X/Y axes. This is not a librsvg bug, but is fixed by Pango 1.49.3 and later. Hopefully Pango 1.48.11 will be released soon with this fix as well. Note that this release of librsvg cannot increase the minimum Pango version to 1.48.11 because it is not released yet. + Miscellaneous: Updated crate dependencies: assert_cmd, cast, clap cssparser, float-cmp, itertools, nalgebra, png, proptest, rctree, selectors, system-deps. OBS-URL: https://build.opensuse.org/request/show/941339 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=201 --- librsvg-2.52.4.tar.xz | 3 --- librsvg-2.52.5.tar.xz | 3 +++ librsvg.changes | 20 ++++++++++++++++++++ librsvg.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 librsvg-2.52.4.tar.xz create mode 100644 librsvg-2.52.5.tar.xz diff --git a/librsvg-2.52.4.tar.xz b/librsvg-2.52.4.tar.xz deleted file mode 100644 index 3f75b7d..0000000 --- a/librsvg-2.52.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:660ec8836a3a91587bc9384920132d4c38d1d1718c67fe160c5213fe4dec2928 -size 23287420 diff --git a/librsvg-2.52.5.tar.xz b/librsvg-2.52.5.tar.xz new file mode 100644 index 0000000..475895c --- /dev/null +++ b/librsvg-2.52.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407cbbab518137ea18a3f3220bea180fbee75f3e5bd6ba10a7a862c1a6f74d82 +size 23273740 diff --git a/librsvg.changes b/librsvg.changes index b118c31..4f21531 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Dec 17 20:14:40 UTC 2021 - Bjørn Lie + +- Update to version 2.52.5: + + Fix mangled output in rsvg-convert when redirecting output to + a pipe on Windows. + + When outputting to SVG, rsvg-convert now uses the width/height + units specified in the command line; it always used pixels + before. + + Fix incorrect top/left margins for SVG/PS/EPS/PDF output. + + Fix incorrect placement of glyphs when text has non-uniform + scaling in the X/Y axes. This is not a librsvg bug, but is + fixed by Pango 1.49.3 and later. Hopefully Pango 1.48.11 will + be released soon with this fix as well. Note that this release + of librsvg cannot increase the minimum Pango version to 1.48.11 + because it is not released yet. + + Miscellaneous: Updated crate dependencies: assert_cmd, cast, + clap cssparser, float-cmp, itertools, nalgebra, png, proptest, + rctree, selectors, system-deps. + ------------------------------------------------------------------- Thu Nov 18 22:05:16 UTC 2021 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index 8882f50..523ebad 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.52.4 +Version: 2.52.5 Release: 0 Summary: A Library for Rendering SVG Data License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT