From ccb6b7e0a3cb3333a10f4c7c0b7ad5f0ec30a521de49c0cb8797a81c0c120135 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 29 Jan 2021 10:17:22 +0000 Subject: [PATCH] Accepting request 867565 from GNOME:Next - Update to version 2.50.3: + Compute correct bounds for objects with stroke-width=0. + Fix test suite on Rust 1.49. OBS-URL: https://build.opensuse.org/request/show/867565 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=184 --- librsvg-2.50.2.tar.xz | 3 --- librsvg-2.50.3.tar.xz | 3 +++ librsvg.changes | 7 +++++++ librsvg.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 librsvg-2.50.2.tar.xz create mode 100644 librsvg-2.50.3.tar.xz diff --git a/librsvg-2.50.2.tar.xz b/librsvg-2.50.2.tar.xz deleted file mode 100644 index ee2905e..0000000 --- a/librsvg-2.50.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6211f271ce4cd44a7318190d36712e9cea384a933d3e3570004edeb210a056d3 -size 16354004 diff --git a/librsvg-2.50.3.tar.xz b/librsvg-2.50.3.tar.xz new file mode 100644 index 0000000..57026ee --- /dev/null +++ b/librsvg-2.50.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4298a98e3a95fdd73c858c17d4dd018525fb09dbb13bbd668a0c2243989e958 +size 18868408 diff --git a/librsvg.changes b/librsvg.changes index e7ddca0..d5e65c0 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 28 18:58:15 UTC 2021 - Bjørn Lie + +- Update to version 2.50.3: + + Compute correct bounds for objects with stroke-width=0. + + Fix test suite on Rust 1.49. + ------------------------------------------------------------------- Fri Nov 20 19:00:50 UTC 2020 - Bjørn Lie diff --git a/librsvg.spec b/librsvg.spec index 4597bdd..e098284 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -1,7 +1,7 @@ # # spec file for package librsvg # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define librsvg_sover 2 Name: librsvg -Version: 2.50.2 +Version: 2.50.3 Release: 0 Summary: A Library for Rendering SVG Data License: LGPL-2.0-or-later AND GPL-2.0-or-later AND Apache-2.0 AND MIT