Accepting request 29392 from home:MBoman:branches:GNOME:Factory
Copy from home:MBoman:branches:GNOME:Factory/eog via accept of submit request 29392 revision 2. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/29392 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/eog?expand=0&rev=62
This commit is contained in:
parent
7943a1b444
commit
bcd2e06ff3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bd6f22a4f2fe0dc0bd68c8a1217a61277d5d43ff8d45a4f3aec32b87e0ab1d33
|
|
||||||
size 2654667
|
|
3
eog-2.29.5.tar.bz2
Normal file
3
eog-2.29.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2d270e543bcc96585be5e009c30f1a006766166f42c8a076c3dcc95aa16cfbb1
|
||||||
|
size 2698560
|
41
eog.changes
41
eog.changes
@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 13 02:26:25 CET 2010 - captain.magnus@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.5:
|
||||||
|
+ Remember last save location during session
|
||||||
|
+ String fixes / improvements
|
||||||
|
+ Improve GSEAL-compatibility
|
||||||
|
+ Use GtkInfoBar widget for the error message area
|
||||||
|
+ bgo#604230, Don't remaind the last save location (directory)
|
||||||
|
+ bgo#605851, Miscellaneous string fixes
|
||||||
|
+ bgo#605852, Use Pango markup attributes in GtkBuilder file
|
||||||
|
+ Translation updates
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 2 16:53:28 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.3:
|
||||||
|
+ Code fixes / improvements
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.29.2:
|
||||||
|
+ Add dialog asking to save changes on exit
|
||||||
|
+ Build system fixes
|
||||||
|
+ bgo#322243, eog doesn't ask whether to save changes
|
||||||
|
+ bgo#600893, don't use LOCALMODLIBS in the configure
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 14 21:16:15 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.1:
|
||||||
|
+ Support for animated GIFs
|
||||||
|
+ Enhance statusbar translatability
|
||||||
|
+ Code fixes/improvements
|
||||||
|
+ Bug fixes:
|
||||||
|
- bgo#335093, Support for animated images
|
||||||
|
- bgo#566104, Reverse Left/Right arrows action in RTL mode
|
||||||
|
- bgo#597059, Make statusbar info string translatable
|
||||||
|
- bgo#597754, Incorrect behavior when slideshow delay is set to
|
||||||
|
0 seconds
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 22 18:14:18 CEST 2009 - dimstar@opensuse.org
|
Tue Sep 22 18:14:18 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
11
eog.spec
11
eog.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package eog (Version 2.28.0)
|
# spec file for package eog (Version 2.29.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: eog
|
Name: eog
|
||||||
Version: 2.28.0
|
Version: 2.29.5
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
||||||
Url: http://www.gnome.org/
|
Url: http://www.gnome.org/
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
@ -51,7 +51,7 @@ for Nautilus or as a stand-alone application. This version of EOG is
|
|||||||
compiled for the GNOME 2.x Desktop.
|
compiled for the GNOME 2.x Desktop.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
License: GPL v2 or later ; LGPL v2.1 or later
|
License: GPLv2+ ; LGPLv2.1+
|
||||||
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
Summary: Eye of GNOME for the GNOME 2.x Desktop
|
||||||
Group: Productivity/Graphics/Viewers
|
Group: Productivity/Graphics/Viewers
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
@ -75,6 +75,9 @@ make %{?jobs:-j%jobs}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
%if 0%{?suse_version} <= 1120
|
||||||
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
|
%endif
|
||||||
%suse_update_desktop_file -r -N "Eye of Gnome" -G "Image Viewer" eog GNOME Graphics Viewer
|
%suse_update_desktop_file -r -N "Eye of Gnome" -G "Image Viewer" eog GNOME Graphics Viewer
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user