diff --git a/librsvg-2.36.4.tar.xz b/librsvg-2.36.4.tar.xz deleted file mode 100644 index 212df13..0000000 --- a/librsvg-2.36.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1021935204798f4f0ad3004a09b583668ea94a48593461b147fdcff68a18e6c2 -size 513028 diff --git a/librsvg-2.37.0.tar.xz b/librsvg-2.37.0.tar.xz new file mode 100644 index 0000000..70f6b0d --- /dev/null +++ b/librsvg-2.37.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c57dbcb29369d147b4e6ff4257c42ae5120c504c30fb567a27034ee30fd835 +size 515416 diff --git a/librsvg.changes b/librsvg.changes index f7b5e2d..592029d 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jan 10 19:13:40 UTC 2013 - dimstar@opensuse.org + +- Update to version 2.37.0: + + Bump pango requirement to 1.32.6. + + Mark pixbuf loader as threadsafe. + ------------------------------------------------------------------- Tue Oct 16 07:15:43 UTC 2012 - dimstar@opensuse.org diff --git a/librsvg.spec b/librsvg.spec index e6a0878..a72f4eb 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -1,7 +1,7 @@ # # spec file for package librsvg # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: librsvg -Version: 2.36.4 +Version: 2.37.0 Release: 0 Summary: A Library for Rendering SVG Data License: LGPL-2.0+ and GPL-2.0+ Group: System/Libraries Url: http://librsvg.sourceforge.net/ -Source: http://download.gnome.org/sources/librsvg/2.36/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/librsvg/2.37/%{name}-%{version}.tar.xz Source99: baselibs.conf BuildRequires: gobject-introspection-devel BuildRequires: vala @@ -36,7 +36,7 @@ BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libcroco-0.6) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0 -BuildRequires: pkgconfig(pangocairo) >= 1.16.0 +BuildRequires: pkgconfig(pangocairo) >= 1.32.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description