diff --git a/evince.spec b/evince.spec index acab6c9..9d907ae 100644 --- a/evince.spec +++ b/evince.spec @@ -6,7 +6,7 @@ Name: evince Version: 2.21.90 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Document viewer License: GPLv2+ and GFDL+ @@ -219,6 +219,9 @@ fi %{_libdir}/evince/backends/djvudocument.evince-backend %changelog +* Wed Jan 30 2008 Matthias Clasen - 2.21.90-3 +- Don't link the thumbnailer against djvu + * Mon Jan 28 2008 Matthias Clasen - 2.21.90-2 - Rebuild against split poppler diff --git a/property-deps.patch b/property-deps.patch index 186b33e..e1716e2 100644 --- a/property-deps.patch +++ b/property-deps.patch @@ -1,6 +1,19 @@ +diff -up evince-2.21.90/thumbnailer/Makefile.am.property-deps evince-2.21.90/thumbnailer/Makefile.am +--- evince-2.21.90/thumbnailer/Makefile.am.property-deps 2008-01-30 12:40:35.000000000 -0500 ++++ evince-2.21.90/thumbnailer/Makefile.am 2008-01-30 12:40:56.000000000 -0500 +@@ -16,8 +16,7 @@ evince_thumbnailer_SOURCES= \ + + evince_thumbnailer_LDADD= \ + $(top_builddir)/libdocument/libevbackend.la \ +- $(FRONTEND_LIBS) \ +- $(DJVU_LIBS) ++ $(FRONTEND_LIBS) + + schema_files = \ + evince-thumbnailer-dvi.schemas.in \ diff -up evince-2.21.90/properties/Makefile.am.property-deps evince-2.21.90/properties/Makefile.am --- evince-2.21.90/properties/Makefile.am.property-deps 2008-01-28 15:53:04.000000000 -0500 -+++ evince-2.21.90/properties/Makefile.am 2008-01-28 23:56:16.000000000 -0500 ++++ evince-2.21.90/properties/Makefile.am 2008-01-30 12:36:45.000000000 -0500 @@ -32,16 +32,4 @@ libevince_properties_page_la_LIBADD = $(FRONTEND_LIBS) \ $(NAUTILUS_LIBS)