From f469200d18ffc7b19c6a0dacecb60adfe6412e97 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Nov 13 2008 03:07:25 +0000 Subject: add patch --- diff --git a/eog.spec b/eog.spec index ece4db9..3b90ed8 100644 --- a/eog.spec +++ b/eog.spec @@ -14,7 +14,7 @@ Summary: Eye of GNOME image viewer Name: eog Version: 2.25.1 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnome.org Source: http://download.gnome.org/sources/eog/2.25/%{name}-%{version}.tar.bz2 Patch0: libxml.patch @@ -178,7 +178,7 @@ fi %{_datadir}/gtk-doc/html/eog %changelog -* Wed Nov 12 2008 Matthias Clasen - 2.25.1-2 +* Wed Nov 12 2008 Matthias Clasen - 2.25.1-3 - Update to 2.25.1 * Mon Oct 20 2008 Matthias Clasen - 2.24.1-1 diff --git a/libxml.patch b/libxml.patch new file mode 100644 index 0000000..1ceb43a --- /dev/null +++ b/libxml.patch @@ -0,0 +1,11 @@ +diff -up eog-2.25.1/configure.ac.libxml eog-2.25.1/configure.ac +--- eog-2.25.1/configure.ac.libxml 2008-11-12 21:44:11.000000000 -0500 ++++ eog-2.25.1/configure.ac 2008-11-12 21:44:30.000000000 -0500 +@@ -96,6 +96,7 @@ EXEMPI_REQUIRED=1.99.5 + EOG_MODULES="gtk+-2.0 >= $GTK_REQUIRED \ + glib-2.0 >= $GLIB_REQUIRED \ + gio-2.0 >= $GLIB_REQUIRED \ ++ libxml-2.0 \ + libgnomeui-2.0 >= $LIBGNOMEUI_REQUIRED \ + gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED \ + gconf-2.0 >= $GCONF_REQUIRED \