diff --git a/librsvg-2.40.18.tar.xz b/librsvg-2.40.18.tar.xz deleted file mode 100644 index 79ae401..0000000 --- a/librsvg-2.40.18.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfc8c488c89c1e7212c478beb95c41b44701636125a3e6dab41187f1485b564c -size 574384 diff --git a/librsvg-2.40.19.tar.xz b/librsvg-2.40.19.tar.xz new file mode 100644 index 0000000..f1cca82 --- /dev/null +++ b/librsvg-2.40.19.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612b4d8b8609036f5d899be3fe70d9866b5f6ac5c971154c1c0ef7242216c1f7 +size 1792716 diff --git a/librsvg.changes b/librsvg.changes index 51800f1..05c5421 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 5 10:10:19 UTC 2017 - dimstar@opensuse.org + +- Update to version 2.40.19: + + Fix the 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 diff --git a/librsvg.spec b/librsvg.spec index 7f7501b..ec128b7 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -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