Accepting request 98993 from GNOME:Factory

Pushing G:F

OBS-URL: https://build.opensuse.org/request/show/98993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eog?expand=0&rev=76
This commit is contained in:
Stephan Kulow 2012-01-09 11:03:19 +00:00 committed by Git OBS Bridge
commit 29f64836bd
4 changed files with 46 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad81199fba9d190672bbe5f7bb22d74be742b33f4b9eb49e6a332bfb4255857c
size 3722121

3
eog-3.3.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5c1ca6fb2631cc311c714ddd1bd5b26fa7c3fabd2d9f5c045aabcdd3e4825ba
size 3204196

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Tue Dec 20 10:06:36 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Extend "Open containing folder" to use Nautilus' new DBus API
(bgo#650402)
+ Make metadata summaries available as sidebar again
(bgo#616438)
+ Replace lots of deprecated APIs
+ Various fixes/improvements (including bgo#607287)
+ Updated translations.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Tue Nov 22 09:40:01 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.2:
+ Fix deadlock with recently changed GApplication-behaviour
(bgo#662630)
+ Automatically reload unmodified images when the file changes
(bgo#555370)
+ Try to preserve file attributes when saving (bgo#653065)
+ Allow reusing a window from the commandline (bgo#617735)
+ Improved help docs
+ Other bug fixes: bgo#614869, bgo#655205, bgo#661325.
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 15 10:07:58 UTC 2011 - vuntz@opensuse.org
- Update to version 3.2.2:
+ Updated translations.
-------------------------------------------------------------------
Mon Oct 17 20:45:29 UTC 2011 - dimstar@opensuse.org

View File

@ -15,17 +15,15 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: eog
Version: 3.2.1
Release: 1
Version: 3.3.3
Release: 0
# FIXME: replace libexempi-devel BuildRequires with pkgconfig(exempi-2.0) once fixed exempi is in
License: GPLv2+ ; LGPLv2.1+
Summary: Image Viewer for GNOME
Url: http://www.gnome.org/
License: GPL-2.0+ ; LGPL-2.1+
Group: Productivity/Graphics/Viewers
Source: http://download.gnome.org/sources/eog/3.2/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org/
Source: http://download.gnome.org/sources/eog/3.3/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
@ -34,8 +32,10 @@ BuildRequires: libjpeg-devel
BuildRequires: libtool
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(gnome-icon-theme)
BuildRequires: pkgconfig(gobject-introspection-1.0)
@ -57,9 +57,7 @@ Eye of GNOME is an image viewer program. It is meant to be a fast and
functional image viewer.
%package devel
License: GPLv2+ ; LGPLv2.1+
Summary: Image Viewer for GNOME
Group: Productivity/Graphics/Viewers
Requires: %{name} = %{version}
%description devel