From a108211f059eaec562753b0c70cb4ec8fb446550 Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Jan 31 2006 04:51:17 +0000 Subject: - Don't explicitly set the invisible char to '*' --- diff --git a/evince.spec b/evince.spec index cc92417..8e4a7b7 100644 --- a/evince.spec +++ b/evince.spec @@ -4,7 +4,7 @@ Name: evince Version: 0.5.0 -Release: 2 +Release: 3 Summary: Document viewer License: GPL @@ -34,6 +34,7 @@ Requires(preun): GConf2 Requires(postun): scrollkeeper Requires(postun): desktop-file-utils +Patch1: evince-0.5-invisible-char.patch %description evince is a GNOME-based document viewer. @@ -41,7 +42,7 @@ evince is a GNOME-based document viewer. %prep %setup -q - +%patch1 -p1 -b .invisible-char %build %configure --disable-scrollkeeper @@ -121,6 +122,9 @@ scrollkeeper-update -q || : %changelog +* Mon Jan 30 2006 Christopher Aillon 0.5.0-3 +- Don't explicitly set the invisible char to '*' + * Mon Jan 23 2006 Kristian Høgsberg 0.5.0-2 - Spec file update from Brian Pepple (#123527): - Drop Requires for gtk2 & poppler, devel soname pulls these in.