This commit is contained in:
Matthias Clasen 2009-03-16 18:38:13 +00:00
parent 8bd10d17ef
commit ceb950d763
3 changed files with 10 additions and 13 deletions

View File

@ -1 +1 @@
librsvg-2.22.3.tar.bz2
librsvg-2.26.0.tar.bz2

View File

@ -12,17 +12,13 @@
Name: librsvg2
Summary: An SVG library based on cairo
Version: 2.22.3
Release: 2%{?dist}
Version: 2.26.0
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://download.gnome.org/sources/librsvg/2.22/librsvg-%{version}.tar.bz2
# http://bugzilla.gnome.org/show_bug.cgi?id=475851
Patch1: filter-leak.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=444444
Patch2: rsvg-better-free.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Source: http://download.gnome.org/sources/librsvg/2.26/librsvg-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: gtk2 >= %{gtk2_version}
Requires: libxml2 >= %{libxml2_version}
Requires: freetype >= %{freetype_version}
@ -65,8 +61,6 @@ files to allow you to develop with librsvg.
%prep
%setup -q -n librsvg-%{version}
%patch1 -p1 -b .filter-leak
%patch2 -p0 -b .rsvg-better-free
%build
%configure --with-svgz \
@ -74,7 +68,7 @@ files to allow you to develop with librsvg.
--enable-gtk-theme \
--enable-gnome-vfs \
--with-croco \
make
%install
@ -122,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_datadir}/gtk-doc/html/rsvg
%changelog
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
- Update to 2.26.0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.22.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
c4ec4fdb2b1842e221ca39127e85682d librsvg-2.22.3.tar.bz2
65dbd726a514fe8b797d26254b8efc1e librsvg-2.26.0.tar.bz2