2.23.90
This commit is contained in:
parent
fa59f2f5f7
commit
f2c30b3424
@ -1 +1 @@
|
|||||||
eog-2.23.6.tar.bz2
|
eog-2.23.90.tar.bz2
|
||||||
|
15
eog.spec
15
eog.spec
@ -1,4 +1,4 @@
|
|||||||
%define gtk2_version 2.11.6
|
%define gtk2_version 2.13.1
|
||||||
%define glib2_version 2.15.3
|
%define glib2_version 2.15.3
|
||||||
%define gnome_vfs2_version 2.10.0
|
%define gnome_vfs2_version 2.10.0
|
||||||
%define libgnomeui_version 2.6.0
|
%define libgnomeui_version 2.6.0
|
||||||
@ -13,8 +13,8 @@
|
|||||||
|
|
||||||
Summary: Eye of GNOME image viewer
|
Summary: Eye of GNOME image viewer
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 2.23.6
|
Version: 2.23.90
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/eog/2.23/%{name}-%{version}.tar.bz2
|
Source: http://download.gnome.org/sources/eog/2.23/%{name}-%{version}.tar.bz2
|
||||||
# needs to be redone
|
# needs to be redone
|
||||||
@ -54,9 +54,6 @@ Requires(preun): GConf2
|
|||||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||||
Requires(postun): scrollkeeper
|
Requires(postun): scrollkeeper
|
||||||
|
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=547373
|
|
||||||
Patch0: lockup.patch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Eye of GNOME (EOG) is an image viewer.
|
Eye of GNOME (EOG) is an image viewer.
|
||||||
|
|
||||||
@ -78,7 +75,6 @@ This package allows you to develop plugins to extend EOG.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .lockup
|
|
||||||
|
|
||||||
echo "NoDisplay=true" >> data/eog.desktop.in
|
echo "NoDisplay=true" >> data/eog.desktop.in
|
||||||
# just in case
|
# just in case
|
||||||
@ -86,7 +82,7 @@ echo "NoDisplay=true" >> data/eog.desktop.in.in
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
%configure --disable-scrollkeeper
|
CFLAGS="-O0 -g" %configure --disable-scrollkeeper
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -159,6 +155,9 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/eog
|
%{_datadir}/gtk-doc/html/eog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
|
||||||
|
- Update to 2.23.90
|
||||||
|
|
||||||
* Tue Aug 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
|
* Tue Aug 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
|
||||||
- Add a possible fix for a deadlock
|
- Add a possible fix for a deadlock
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
diff -up eog-2.23.6/src/main.c.lockup eog-2.23.6/src/main.c
|
diff -up eog-2.23.6/src/main.c.lockup eog-2.23.6/src/main.c
|
||||||
--- eog-2.23.6/src/main.c.lockup 2008-08-12 00:55:08.000000000 -0400
|
--- eog-2.23.6/src/main.c.lockup 2008-08-04 19:07:05.000000000 -0400
|
||||||
+++ eog-2.23.6/src/main.c 2008-08-12 00:55:24.000000000 -0400
|
+++ eog-2.23.6/src/main.c 2008-08-12 01:30:44.000000000 -0400
|
||||||
@@ -215,6 +215,8 @@ main (int argc, char **argv)
|
@@ -215,6 +215,8 @@ main (int argc, char **argv)
|
||||||
eog_thumbnail_init ();
|
eog_thumbnail_init ();
|
||||||
eog_plugin_engine_init ();
|
eog_plugin_engine_init ();
|
||||||
|
Loading…
Reference in New Issue
Block a user