From eb221ff3c86e44f7be491cb0ce4d00494ae34737 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 16 Apr 2012 23:47:21 +0300 Subject: [PATCH] Update to 2.36.1 - Removed unrecognized configure options - Include the man page in the rpm --- .gitignore | 1 + librsvg2.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 2763258..1395efa 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ librsvg-2.31.0.tar.bz2 /librsvg-2.35.1.tar.xz /librsvg-2.35.2.tar.xz /librsvg-2.36.0.tar.xz +/librsvg-2.36.1.tar.xz diff --git a/librsvg2.spec b/librsvg2.spec index c2d23d3..2500315 100644 --- a/librsvg2.spec +++ b/librsvg2.spec @@ -1,6 +1,6 @@ Name: librsvg2 Summary: An SVG library based on cairo -Version: 2.36.0 +Version: 2.36.1 Release: 1%{?dist} License: LGPLv2+ @@ -58,10 +58,8 @@ export GDK_PIXBUF_QUERYLOADERS enable_pixbuf_loader=yes export enable_pixbuf_loader %configure --disable-static \ - --with-svgz \ --disable-gtk-doc \ --disable-gtk-theme \ - --with-croco \ --enable-introspection make %{?_smp_mflags} @@ -89,6 +87,7 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : %{_libdir}/girepository-1.0/* %{_bindir}/rsvg-view-3 %{_bindir}/rsvg-convert +%{_mandir}/man1/rsvg-convert.1* %files devel %{_libdir}/librsvg-2.so @@ -99,6 +98,11 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : %changelog +* Tue Apr 17 2012 Kalev Lember - 2.36.1-1 +- Update to 2.36.1 +- Removed unrecognized configure options +- Include the man page in the rpm + * Tue Mar 27 2012 Kalev Lember - 2.36.0-1 - Update to 2.36.0 diff --git a/sources b/sources index 019914d..a01daa4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1dbd07bbc870433ce6c5edcfba13a102 librsvg-2.36.0.tar.xz +89d483f30a7c77245b7ee02faaea5a5a librsvg-2.36.1.tar.xz