diff --git a/evince.spec b/evince.spec index 6f36761..cca7139 100644 --- a/evince.spec +++ b/evince.spec @@ -5,7 +5,7 @@ Name: evince Version: 3.14.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Document viewer License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse @@ -36,6 +36,7 @@ BuildRequires: intltool BuildRequires: t1lib-devel BuildRequires: gobject-introspection-devel BuildRequires: adwaita-icon-theme-devel +BuildRequires: gnome-desktop3-devel # For autoconf.sh BuildRequires: gnome-common >= 2.26 @@ -136,6 +137,7 @@ This package contains the evince web browser plugin. --enable-introspection \ --enable-comics=yes \ --enable-dvi=yes \ + --enable-libgnome-desktop \ %if 0%{?fedora} --enable-djvu=yes \ %endif @@ -260,6 +262,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||: %{_libdir}/mozilla/plugins/libevbrowserplugin.so %changelog +* Tue Nov 18 2014 Marek Kasik - 3.14.1-5 +- Use libgnome-desktop to generate and cache thumbnails +- Resolves: #1147270 + * Wed Nov 12 2014 Richard Hughes - 3.14.1-4 - Fix non-Fedora build