Accepting request 531592 from GNOME:Next
Update to 2.40.19 OBS-URL: https://build.opensuse.org/request/show/531592 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=111
This commit is contained in:
parent
0d97dd3fb1
commit
1763c7389f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfc8c488c89c1e7212c478beb95c41b44701636125a3e6dab41187f1485b564c
|
||||
size 574384
|
3
librsvg-2.40.19.tar.xz
Normal file
3
librsvg-2.40.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:612b4d8b8609036f5d899be3fe70d9866b5f6ac5c971154c1c0ef7242216c1f7
|
||||
size 1792716
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 10:10:19 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 2.40.19:
|
||||
+ Fix the <switch> element; it wasn't working at all.
|
||||
+ Fix loading when rsvg_handle_write() is called one byte at a
|
||||
time.
|
||||
+ Backported the test suite machinery from the master branch.
|
||||
+ Bugs fixed: bgo#587721, bgo#621088, bgo#634324, bgo#634514,
|
||||
bgo#777155, bgo#777833, bgo#782098, bgo#785276, bgo#786372,
|
||||
bgo#787895.
|
||||
- Add pkgconfig(fontconfig) and pkgconfig(pangoft2) BuildRequires:
|
||||
new dependencies verified by configure.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 20 09:00:14 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: librsvg
|
||||
Version: 2.40.18
|
||||
Version: 2.40.19
|
||||
Release: 0
|
||||
Summary: A Library for Rendering SVG Data
|
||||
License: LGPL-2.0+ and GPL-2.0+
|
||||
@ -30,14 +30,16 @@ BuildRequires: vala
|
||||
# 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
|
||||
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.20
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.24.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(libcroco-0.6)
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.32.6
|
||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.0
|
||||
BuildRequires: pkgconfig(pangocairo) >= 1.38.0
|
||||
BuildRequires: pkgconfig(pangoft2) >= 1.38.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user