2.35.1
This commit is contained in:
parent
2ba98b2530
commit
a2239353c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ librsvg-2.31.0.tar.bz2
|
|||||||
/librsvg-2.34.0.tar.bz2
|
/librsvg-2.34.0.tar.bz2
|
||||||
/librsvg-2.34.1.tar.xz
|
/librsvg-2.34.1.tar.xz
|
||||||
/librsvg-2.35.0.tar.xz
|
/librsvg-2.35.0.tar.xz
|
||||||
|
/librsvg-2.35.1.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: librsvg2
|
Name: librsvg2
|
||||||
Summary: An SVG library based on cairo
|
Summary: An SVG library based on cairo
|
||||||
Version: 2.35.0
|
Version: 2.35.1
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,8 +9,6 @@ Group: System Environment/Libraries
|
|||||||
Source: http://download.gnome.org/sources/librsvg/2.35/librsvg-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/librsvg/2.35/librsvg-%{version}.tar.xz
|
||||||
|
|
||||||
Patch0: librsvg2-build-gir.patch
|
Patch0: librsvg2-build-gir.patch
|
||||||
# filed upstream as: https://bugzilla.gnome.org/show_bug.cgi?id=665905
|
|
||||||
Patch1: librsvg-2.35.0-fix-depcr-warning.patch
|
|
||||||
|
|
||||||
|
|
||||||
Requires(post): gdk-pixbuf2
|
Requires(post): gdk-pixbuf2
|
||||||
@ -55,7 +53,6 @@ files to allow you to develop with librsvg.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n librsvg-%{version}
|
%setup -q -n librsvg-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
autoreconf -i -f
|
autoreconf -i -f
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -108,6 +105,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 2.35.1-1
|
||||||
|
- Update to 2.35.1
|
||||||
|
|
||||||
* Sat Dec 10 2011 Hans de Goede <hdegoede@redhat.com> - 2.35.0-3
|
* Sat Dec 10 2011 Hans de Goede <hdegoede@redhat.com> - 2.35.0-3
|
||||||
- Fix including rsvg.h always causing a deprecated warning, as this breaks
|
- Fix including rsvg.h always causing a deprecated warning, as this breaks
|
||||||
apps compiling with -Werror
|
apps compiling with -Werror
|
||||||
|
Loading…
Reference in New Issue
Block a user