diff --git a/.cvsignore b/.cvsignore index 0f5ac71..20e061b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -eog-2.23.5.tar.bz2 +eog-2.23.6.tar.bz2 diff --git a/eog.spec b/eog.spec index b59eac7..aa23e0a 100644 --- a/eog.spec +++ b/eog.spec @@ -13,8 +13,8 @@ Summary: Eye of GNOME image viewer Name: eog -Version: 2.23.5 -Release: 2%{?dist} +Version: 2.23.6 +Release: 1%{?dist} URL: http://www.gnome.org Source: http://download.gnome.org/sources/eog/2.23/%{name}-%{version}.tar.bz2 # needs to be redone @@ -54,9 +54,6 @@ Requires(preun): GConf2 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version} Requires(postun): scrollkeeper -# http://bugzilla.gnome.org/show_bug.cgi?id=545873 -Patch0: icon-names.patch - %description Eye of GNOME (EOG) is an image viewer. @@ -78,7 +75,6 @@ This package allows you to develop plugins to extend EOG. %prep %setup -q -%patch0 -p1 -b .icon-names echo "NoDisplay=true" >> data/eog.desktop.in # just in case @@ -159,6 +155,9 @@ fi %{_datadir}/gtk-doc/html/eog %changelog +* Tue Aug 5 2008 Matthias Clasen - 2.23.6-1 +- Update to 2.23.6 + * Fri Aug 1 2008 Matthias Clasen - 2.23.5-2 - Use standard icon names diff --git a/icon-names.patch b/icon-names.patch deleted file mode 100644 index ed8efe5..0000000 --- a/icon-names.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up eog-2.23.5/src/eog-window.c.icon-names eog-2.23.5/src/eog-window.c ---- eog-2.23.5/src/eog-window.c.icon-names 2008-08-01 11:21:54.000000000 -0400 -+++ eog-2.23.5/src/eog-window.c 2008-08-01 11:22:40.000000000 -0400 -@@ -3543,7 +3543,7 @@ eog_window_update_recent_files_menu (Eog - gtk_recent_info_ref (info), - (GDestroyNotify) gtk_recent_info_unref); - -- g_object_set (G_OBJECT (action), "icon-name", "gnome-mime-image", NULL); -+ g_object_set (G_OBJECT (action), "icon-name", "image-x-generic", NULL); - - g_signal_connect (action, "activate", - G_CALLBACK (eog_window_open_recent_cb), diff --git a/sources b/sources index 5bbaffe..e3b1365 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c66a351e3857868a19bc764fa973b8a eog-2.23.5.tar.bz2 +558aabfe5cf856f5f9095cce0a9960ef eog-2.23.6.tar.bz2