From a40d8b9139c5aee66031106c3f02b97f1e40bbf7c34d90f3920e7b2523787fa0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Oct 2021 09:00:02 +0000 Subject: [PATCH] Accepting request 925691 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/925691 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=196 --- librsvg-2.52.1.tar.xz | 3 --- librsvg-2.52.2.tar.xz | 3 +++ librsvg.changes | 34 ++++++++++++++++++++++++++++++++++ librsvg.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 librsvg-2.52.1.tar.xz create mode 100644 librsvg-2.52.2.tar.xz diff --git a/librsvg-2.52.1.tar.xz b/librsvg-2.52.1.tar.xz deleted file mode 100644 index 939cbf6..0000000 --- a/librsvg-2.52.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:949dffcb0414865409e17a6c89ae30bc8bb014a51fba5186f73d1a46c6c5ccde -size 23159536 diff --git a/librsvg-2.52.2.tar.xz b/librsvg-2.52.2.tar.xz new file mode 100644 index 0000000..6f1b6e5 --- /dev/null +++ b/librsvg-2.52.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d2887c18ffb906e1a60f97fe46a7169f69aa28d6db5d285748f3618b093427 +size 23262064 diff --git a/librsvg.changes b/librsvg.changes index 202dd52..b9f2662 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Oct 16 11:42:43 UTC 2021 - Bjørn Lie + +- Update to version 2.52.2: + + New features: + - rsvg-convert now supports generating multi-page PDFs in a + sensible way. + - With one SVG document per page, each page with the SVG's + natural size: + - rsvg-convert --format=pdf -o out.pdf a.svg b.svg c.svg + - With all pages sized as portrait US Letter, and each SVG + scaled to fit so that there is a 1in margin around each page: + rsvg-convert --format=pdf -o out.pdf \ + --page-width=8.5in --page-height=11in \ + --width=6.5in --height=8.5in --keep-aspect-ratio \ + --top=1in --left=1in a.svg b.svg c.svg + Please see the man page for details. + - Support elements inside . Also, support the CSS + :link pseudo-class for matching against links. + - Support the CSS :lang() pseudo-class for matching against an + element's xml:lang attribute. + - Support the mask-type property from SVG2. + + Bugs fixed: + - Don't panic when a shorthand property is set to inherit. + - Fix regression with the viewport size of interior + elements. + - Allow length units to be case-insensitive, per SVG2. + + Documentation: + - There is now a FEATURES.md in the repository, where you can + see all the elements, attributes, and properties that librsvg + supports. We will be adding detail to this gradually. + - For developers, there is now devel-docs/adding-a-property.md + with a tutorial on how to add support for new CSS properties. + ------------------------------------------------------------------- Wed Oct 6 19:41:53 UTC 2021 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index 6b4e175..1b5d260 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.52.1 +Version: 2.52.2 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