diff --git a/librsvg-2.42.3.tar.xz b/librsvg-2.42.3.tar.xz deleted file mode 100644 index 2ffd52b..0000000 --- a/librsvg-2.42.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:704f2c44b9b170fc5498de36a161d01ca8f584ba9c42654b98565a7b7bcbe657 -size 9486024 diff --git a/librsvg-2.42.4.tar.xz b/librsvg-2.42.4.tar.xz new file mode 100644 index 0000000..c82c0d3 --- /dev/null +++ b/librsvg-2.42.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225280a2a69ee4cce6452a1a92d9297cc1b34a8faface2bf2b4b9da48f044de3 +size 9915784 diff --git a/librsvg.changes b/librsvg.changes index 969a8b6..9db029f 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 7 22:47:07 UTC 2018 - luc14n0@linuxmail.org + +- Update to version 2.42.4: + + Fixes: + - Elements with systemLanguage attributes without variants now + work better. + - Possible crash on invalid gradient references. + - Negative values are catched in stroke-dasharray properties + instead of leaving the cairo_t in an error state + (glgo#GNOME/librsvg#227). + - Empty transform attribute now correctly yields an identity + transform (glgo#GNOME/librsvg#228). + + Make robust against patterns and gradients with no children. + + Lots of code cleanups and refactorings. + + Code moved to Rust: low-level path and PangoLayout drawing, + "switch" element. + ------------------------------------------------------------------- Mon Mar 5 18:13:07 UTC 2018 - dimstar@opensuse.org diff --git a/librsvg.spec b/librsvg.spec index 08162b4..194bc7d 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -17,12 +17,12 @@ Name: librsvg -Version: 2.42.3 +Version: 2.42.4 Release: 0 Summary: A Library for Rendering SVG Data License: LGPL-2.0-or-later AND GPL-2.0-or-later Group: Development/Libraries/C and C++ -Url: https://wiki.gnome.org/Projects/LibRsvg +URL: https://wiki.gnome.org/Projects/LibRsvg Source: http://download.gnome.org/sources/librsvg/2.42/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: cargo