diff --git a/eog-3.3.2.tar.bz2 b/eog-3.3.2.tar.bz2 deleted file mode 100644 index 75c2f00..0000000 --- a/eog-3.3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9da49eef39fb870d1d2178286140726836698cf59ce0b99091eb82e4fe5ddb2a -size 3727531 diff --git a/eog-3.3.3.tar.xz b/eog-3.3.3.tar.xz new file mode 100644 index 0000000..48ff971 --- /dev/null +++ b/eog-3.3.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c1ca6fb2631cc311c714ddd1bd5b26fa7c3fabd2d9f5c045aabcdd3e4825ba +size 3204196 diff --git a/eog.changes b/eog.changes index 1f3cad3..646386c 100644 --- a/eog.changes +++ b/eog.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +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 diff --git a/eog.spec b/eog.spec index 9b259ca..8f21767 100644 --- a/eog.spec +++ b/eog.spec @@ -15,17 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: eog -Version: 3.3.2 -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.3/%{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,6 +32,8 @@ 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) >= 2.31.0 BuildRequires: pkgconfig(gnome-desktop-3.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