Accepting request 209800 from GNOME:Next
- Update to version 2.40.1: + Build fixes. + Crash fixes. - Update to version 2.40.0: + Add support for parsing rgba() colours and improve colour parsing. + Rsvg-filter: Fix memory leak. + Remove support for GTK+2 along with the old theme engine. + Require at least version 3.2 of GTK+. + Remove support for old versions of gdk-pixbuf. + Add eps support to rsvg-convert. - Drop pkgconfig(gtk+-2.0) BuildRequires, no longer needed nor supported. - Remove gtk2-engine-svg subpackage, no longer built. OBS-URL: https://build.opensuse.org/request/show/209800 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=70
This commit is contained in:
parent
165304a381
commit
2216b54fe6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aa47dcde0128eee6e3595d203bc673d9c27389588842f401bf585f31fc65095f
|
|
||||||
size 519088
|
|
3
librsvg-2.40.1.tar.xz
Normal file
3
librsvg-2.40.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8813b4fe776d5e7acbce28bacbaed30ccb0cec3734eb3632c711a16ebe2961d7
|
||||||
|
size 505664
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 20:27:06 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.40.1:
|
||||||
|
+ Build fixes.
|
||||||
|
+ Crash fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 14:56:37 UTC 2013 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.40.0:
|
||||||
|
+ Add support for parsing rgba() colours and improve colour
|
||||||
|
parsing.
|
||||||
|
+ Rsvg-filter: Fix memory leak.
|
||||||
|
+ Remove support for GTK+2 along with the old theme engine.
|
||||||
|
+ Require at least version 3.2 of GTK+.
|
||||||
|
+ Remove support for old versions of gdk-pixbuf.
|
||||||
|
+ Add eps support to rsvg-convert.
|
||||||
|
- Drop pkgconfig(gtk+-2.0) BuildRequires, no longer needed nor
|
||||||
|
supported.
|
||||||
|
- Remove gtk2-engine-svg subpackage, no longer built.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Sep 14 15:51:00 UTC 2013 - dimstar@opensuse.org
|
Sat Sep 14 15:51:00 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
23
librsvg.spec
23
librsvg.spec
@ -17,23 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: librsvg
|
Name: librsvg
|
||||||
Version: 2.39.0
|
Version: 2.40.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Library for Rendering SVG Data
|
Summary: A Library for Rendering SVG Data
|
||||||
License: LGPL-2.0+ and GPL-2.0+
|
License: LGPL-2.0+ and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://librsvg.sourceforge.net/
|
Url: http://librsvg.sourceforge.net/
|
||||||
Source: http://download.gnome.org/sources/librsvg/2.39/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/librsvg/2.40/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
BuildRequires: pkgconfig(cairo) >= 1.2.0
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.20
|
||||||
BuildRequires: pkgconfig(gio-2.0) >= 2.24.0
|
BuildRequires: pkgconfig(gio-2.0) >= 2.24.0
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gmodule-2.0)
|
BuildRequires: pkgconfig(gmodule-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.2.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
|
||||||
BuildRequires: pkgconfig(libcroco-0.6)
|
BuildRequires: pkgconfig(libcroco-0.6)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.7.0
|
||||||
BuildRequires: pkgconfig(pangocairo) >= 1.32.6
|
BuildRequires: pkgconfig(pangocairo) >= 1.32.6
|
||||||
@ -107,14 +106,6 @@ http://www.w3c.org).
|
|||||||
|
|
||||||
This package provides a librsvg-based gdk-pixbuf loader.
|
This package provides a librsvg-based gdk-pixbuf loader.
|
||||||
|
|
||||||
%package -n gtk2-engine-svg
|
|
||||||
Summary: SVG-based GTK+ 2 Theme Engine
|
|
||||||
License: LGPL-2.0+
|
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n gtk2-engine-svg
|
|
||||||
This package provides a librsvg-based GTK+ 2 theme engine.
|
|
||||||
|
|
||||||
%package -n rsvg-view
|
%package -n rsvg-view
|
||||||
Summary: SVG View using the GNOME Render SVG library
|
Summary: SVG View using the GNOME Render SVG library
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
@ -165,12 +156,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
%{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-svg.so
|
||||||
|
|
||||||
%files -n gtk2-engine-svg
|
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_libdir}/gtk-2.0/*/engines/libsvg.so
|
|
||||||
%dir %{_datadir}/themes/bubble
|
|
||||||
%{_datadir}/themes/bubble/gtk-2.0/
|
|
||||||
|
|
||||||
%files -n rsvg-view
|
%files -n rsvg-view
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rsvg-convert
|
%{_bindir}/rsvg-convert
|
||||||
|
Loading…
Reference in New Issue
Block a user