Accepting request 111172 from home:vuntz:branches:GNOME:Factory

Update to 2.36.0

OBS-URL: https://build.opensuse.org/request/show/111172
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=52
This commit is contained in:
Vincent Untz 2012-03-28 06:21:35 +00:00 committed by Git OBS Bridge
parent 0cd8c055e4
commit d578bddd08
4 changed files with 18 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84bf2a293d374711654c4472d7e1ca9e152f6b0f0def050c09b77d9d8dd2354c
size 504780

3
librsvg-2.36.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e6475e08c73e92c8bc58824e215551bd64ac5e9a492ff8c520b89c01a7ea510a
size 505372

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Mar 26 14:37:31 UTC 2012 - vuntz@opensuse.org
- Update to version 2.36.0:
+ Bugs fixed: bgo#669563, bgo#672414, bgo#672792, bgo#672725.
- Drop librsvg-gdk-pixbuf-query-loaders-64.patch: fixed upstream,
by checking for both gdk-pixbuf-query-loaders-64 and
gdk-pixbuf-query-loaders.
- Remove automake BuildRequires: it was only needed for above
patch.
- Remove hack in %install to not install data files for an old
non-working GTK+ 3 theme: fixed upstream.
-------------------------------------------------------------------
Sat Feb 25 10:23:05 UTC 2012 - vuntz@opensuse.org

View File

@ -17,17 +17,14 @@
Name: librsvg
Version: 2.35.2
Version: 2.36.0
Release: 0
Summary: A Library for Rendering SVG Data
License: LGPL-2.0+ ; GPL-2.0+
Group: System/Libraries
Url: http://librsvg.sourceforge.net/
Source: http://download.gnome.org/sources/librsvg/2.35/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/librsvg/2.36/%{name}-%{version}.tar.xz
Source99: baselibs.conf
# PATCH-FIX-OPENSUSE librsvg-gdk-pixbuf-query-loaders-64.patch vuntz@opensuse.org -- Fix check for gdk-pixbuf-query-loaders on 64bit systems
Patch0: librsvg-gdk-pixbuf-query-loaders-64.patch
BuildRequires: automake
BuildRequires: gobject-introspection-devel
BuildRequires: pkgconfig(cairo) >= 1.2.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
@ -128,11 +125,6 @@ http://www.w3c.org).
%prep
%setup -q
%if "%_lib" == "lib64"
%patch0 -p1
# don't have configure auto-regenerated
touch aclocal.m4
%endif
%build
%configure\
@ -143,8 +135,6 @@ make %{?jobs:-j%jobs}
%install
%makeinstall
find %{buildroot} -type f -name "*.la" -delete -print
# Do not install data files for GTK+ 3 theme that we don't have (bgo#669563)
rm -r %{buildroot}%{_datadir}/themes/bubble/gtk-3.0
%clean
rm -rf $RPM_BUILD_ROOT