From 7b408fbf36fe0ae14503c3a5578430e9b9939383bc34b6f493b8b80d3ce06afa Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 28 May 2021 09:53:06 +0000 Subject: [PATCH] Accepting request 895779 from GNOME:Next - Update to version 2.50.6: + Librsvg now requires at least Pango 1.44. + glgo#GNOME/librsvg#730: Incorrect text spacing when the transform is not 1:1. You can see this when a small font-size is scaled up due to a transform. It is less visible for a large font-size scaled down. + glgo#GNOME/librsvg#704: Fix circle/ellipse in paths when they are made out of a single Arc command. OBS-URL: https://build.opensuse.org/request/show/895779 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=190 --- librsvg-2.50.5.tar.xz | 3 --- librsvg-2.50.6.tar.xz | 3 +++ librsvg.changes | 12 ++++++++++++ librsvg.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 librsvg-2.50.5.tar.xz create mode 100644 librsvg-2.50.6.tar.xz diff --git a/librsvg-2.50.5.tar.xz b/librsvg-2.50.5.tar.xz deleted file mode 100644 index c9b8939..0000000 --- a/librsvg-2.50.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32701574c234fed352520c6d0bd5081f728184bc1a9b9c87d423dd27c32b9272 -size 18958716 diff --git a/librsvg-2.50.6.tar.xz b/librsvg-2.50.6.tar.xz new file mode 100644 index 0000000..6fc4b91 --- /dev/null +++ b/librsvg-2.50.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8807491993a87af560c5d3f523b8d4a4bba0c508a560f1f9371772b51477ac57 +size 22225624 diff --git a/librsvg.changes b/librsvg.changes index 1ae3a55..e966449 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu May 27 14:03:24 UTC 2021 - Bjørn Lie + +- Update to version 2.50.6: + + Librsvg now requires at least Pango 1.44. + + glgo#GNOME/librsvg#730: Incorrect text spacing when the + transform is not 1:1. You can see this when a small font-size + is scaled up due to a transform. It is less visible for a large + font-size scaled down. + + glgo#GNOME/librsvg#704: Fix circle/ellipse in paths when they + are made out of a single Arc command. + ------------------------------------------------------------------- Fri Apr 30 19:11:33 UTC 2021 - Dominique Leuenberger diff --git a/librsvg.spec b/librsvg.spec index 961bdd8..b7493d3 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.50.5 +Version: 2.50.6 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 @@ -45,8 +45,8 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.50.0 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gthread-2.0) >= 2.12.0 BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0 -BuildRequires: pkgconfig(pangocairo) >= 1.38.0 -BuildRequires: pkgconfig(pangoft2) >= 1.38.0 +BuildRequires: pkgconfig(pangocairo) >= 1.44.0 +BuildRequires: pkgconfig(pangoft2) >= 1.44.0 # Avoid cycle: we do not require the adwaita-icon-theme to be present. libgtk-3.0 requires this for end users #!BuildIgnore: adwaita-icon-theme