Accepting request 648873 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/648873
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=140
This commit is contained in:
Dominique Leuenberger 2018-11-14 09:55:28 +00:00 committed by Git OBS Bridge
parent 0b354fdcec
commit 6537c2fd92
4 changed files with 50 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93925c4c1798dc9a5082dbb5f5e051e82396549e5d31ebdf9e981fefc6c21d17
size 11607352

3
librsvg-2.44.9.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92bf288cbee6ab21907fb71228ab001f64940919e29fbbbb85d2d17f3e3b6fc7
size 12515816

View File

@ -1,11 +1,53 @@
-------------------------------------------------------------------
Wed Nov 14 09:37:23 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.44.9:
+ rsvg-convert was positioning extracted elements incorrectly
when using the -w/-h options together with --export-id.
+ Mis-rendering in small arc segments.
+ Rendering of gradients for horizontal/vertical stroked lines
with gradientUnits="userSpaceOnUse".
+ Fix a couple of memory leaks in the error paths of the
GdkPixbuf loader.
-------------------------------------------------------------------
Thu Oct 25 09:52:00 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.44.8:
+ Don't drop spaces around <tspan> elements.
+ rsvg-convert now uses pixel units for SVG output, instead of
points.
+ Tweaks to have the test suite pass on i386 and non-x86_64
platforms.
+ With RSVG_LOG=1, librsvg will now report when SVGs have
references to nonexistent elements, to aid debugging (for
example, in an xlink:href attribute).
+ Allow reference tests with a small difference to pass without
breaking the build.
-------------------------------------------------------------------
Tue Oct 9 20:59:02 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.44.7:
+ Correctly match the systemLanguage attribute with the user's
locale.
+ Parse xml:lang correctly.
+ Don't modify the caller's cairo_t state during rendering.
+ Don't panic if we get a "data:" URI with empty data.
+ Don't panic on getting a very large "order" for
feConvolveMatrix.
+ Bugs fixed: glgo#GNOME/librsvg#256, glgo#GNOME/librsvg#320,
glgo#GNOME/librsvg#334, glgo#GNOME/librsvg#349,
glgo#GNOME/librsvg#352.
-------------------------------------------------------------------
Fri Sep 28 09:33:19 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.44.6:
+ Fix 32-bit builds.
- Changes from version 2.44.5:
+ Fix - rsvg_handle_get_dimensions_sub() no longer panics if
passed a nonexistent fragment identifier.
+ Fix rsvg_handle_get_dimensions_sub() no longer panics if passed
a nonexistent fragment identifier.
+ CSS processing code is now in Rust, although it still calls
libcroco to do the parsing.
+ Bugs fixed: glgo#GNOME/librsvg#343, glgo#GNOME/librsvg#346,

View File

@ -17,7 +17,7 @@
Name: librsvg
Version: 2.44.6
Version: 2.44.9
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
@ -29,10 +29,10 @@ Source99: baselibs.conf
BuildRequires: cargo
BuildRequires: gobject-introspection-devel
BuildRequires: pkgconfig
BuildRequires: rust >= 1.26
BuildRequires: rust >= 1.27
BuildRequires: rust-std
BuildRequires: vala
BuildRequires: pkgconfig(cairo) >= 1.15.4
BuildRequires: pkgconfig(cairo) >= 1.15.12
BuildRequires: pkgconfig(cairo-png) >= 1.2.0
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2) >= 20.0.14