Accepting request 568855 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/568855
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=118
This commit is contained in:
Dominique Leuenberger 2018-01-30 08:17:59 +00:00 committed by Git OBS Bridge
parent 929da68005
commit a564b8c457
4 changed files with 24 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ab0a728b2d9e6edc561bf35d65054480aee28b278c18b6eb6d0a41a1604461a
size 5043764

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8966eadf72be5748f3ca7a9831392d34566c32966271ddc936d53154a24fe3e7
size 5967580

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jan 23 21:41:14 UTC 2018 - bjorn.lie@gmail.com
- Update to version 2.42.1:
+ Parse the transform attribute in a faster/simpler way. We now
use rust-cssparser instead of lalrpop. This is especially
noticeable on SVGs with lots of "transform" attributes
(glgo#librsvg#182).
+ Don't crash when setting a gradient on a zero-sized object
(glgo#librsvg#187).
+ Inherit attributes in the <svg> element properly
(glgo#librsvg#181).
+ rsvg-convert - fix error reporting when reading from stdin
(glgo#librsvg#160).
+ Fix detection of image type in "data:" URIs when they don't
specify a MIME type (glgo#librsvg#152).
+ More stringent parsing of path data; better tests
(glgo#librsvg#133).
+ Fix typos and links in the .md files.
-------------------------------------------------------------------
Tue Jan 9 22:43:13 UTC 2018 - zaitor@opensuse.org

View File

@ -17,7 +17,7 @@
Name: librsvg
Version: 2.42.0
Version: 2.42.1
Release: 0
Summary: A Library for Rendering SVG Data
License: LGPL-2.0+ AND GPL-2.0+
@ -140,9 +140,6 @@ graphics) data.
%autosetup
%build
# Temporary flag until upstream confirm the rpmlint executable-stack warning is
# just a false positive, or further actions is taken, see glgo#GNOME/librsvg#177
export LDFLAGS="-Wl,-z,noexecstack"
%configure\
--disable-static\
--enable-introspection\