Resolves: rhbz#1202683 thumbnails not created in absence of ImageMagick
This commit is contained in:
parent
09555d0497
commit
f58224d9cd
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.29
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
||||
@ -14,6 +14,7 @@ BuildRequires: glib2-devel
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: gdk-pixbuf2-devel
|
||||
|
||||
Obsoletes: libgsf-gnome < 1.14.22
|
||||
Obsoletes: libgsf-python < 1.14.26
|
||||
@ -81,6 +82,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_mandir}/man1/gsf-vba-dump.1.gz
|
||||
|
||||
%changelog
|
||||
* Thu Mar 19 2015 Caolán McNamara <caolanm@redhat.com> 1.14.29-6
|
||||
- Resolves: rhbz#1202683 thumbnails not created in absence of ImageMagick
|
||||
because gdk-pixbuf2-devel not present at build time
|
||||
|
||||
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 1.14.29-5
|
||||
- Rebuilt for Fedora 23 Change
|
||||
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
||||
|
||||
Loading…
Reference in New Issue
Block a user