diff --git a/eog.spec b/eog.spec index 08aea90..2b60377 100644 --- a/eog.spec +++ b/eog.spec @@ -5,11 +5,12 @@ %define libgnomeprint_version 1.115.0 %define desktop_file_utils_version 0.2.90 %define gail_version 0.17-2 +%define eel2_version 2.0.0 Summary: Eye of GNOME image viewer Name: eog Version: 1.0.2 -Release: 3 +Release: 5 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2 License: GPL @@ -25,6 +26,9 @@ BuildRequires: Xft BuildRequires: fontconfig BuildRequires: desktop-file-utils >= %{desktop_file_utils_version} BuildRequires: gail-devel >= %{gail_version} +BuildRequires: eel2-devel >= %{eel2_version} + +Patch0: eog-1.0.2-arg-escaping.patch %description @@ -33,8 +37,12 @@ Eye of GNOME (EOG) is an image viewer component used by Nautilus. %prep %setup -q +%patch0 -p1 -b .arg-escaping + %build +### for arg-escaping patch that modifies configure.in +autoconf %configure make @@ -84,6 +92,13 @@ done %{_sysconfdir}/gconf/schemas/*.schemas %changelog +* Wed Apr 2 2003 Havoc Pennington 1.0.2-5 +- extend arg-escaping patch to fix a second printf bug in displaying + error dialog + +* Tue Apr 1 2003 Havoc Pennington 1.0.2-3 +- backport patch from 2.2.0 for filename escaping + * Tue Aug 6 2002 Havoc Pennington - 1.0.2 - remove --copy-generic-name-to-name because there's no GenericName