add patch

This commit is contained in:
Matthias Clasen 2008-11-13 03:07:25 +00:00
parent ce912206e8
commit f469200d18
2 changed files with 13 additions and 2 deletions

View File

@ -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 <mclasen@redhat.com> - 2.25.1-2
* Wed Nov 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-3
- Update to 2.25.1
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1

11
libxml.patch Normal file
View File

@ -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 \