diff --git a/eom-1.16.1.tar.xz b/eom-1.16.1.tar.xz deleted file mode 100644 index 14d8935..0000000 --- a/eom-1.16.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff6b2af557dec88e73e654f3a150f6dbe0123fe5ed28ad552dc83da96cb0d42f -size 2215676 diff --git a/eom-1.18.0.tar.xz b/eom-1.18.0.tar.xz new file mode 100644 index 0000000..58daf30 --- /dev/null +++ b/eom-1.18.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942e2cb5d1e65550a6ea88a1d16aad44b5496f031a10fcaae3c0f68836a7d753 +size 2187284 diff --git a/eom.changes b/eom.changes index 92a5365..2c7f1f9 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Mar 14 10:11:47 UTC 2017 - sor.alexei@meowr.ru + +- Update to version 1.18.0: + * NEWS: Use consistent, project wide, markdown-like formatting to + make generating release announcements easier. + * Build: Require libmate-desktop >= 1.17. + * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and + --with-gtk build option. + * Drop Python bindings and the --enable-python build option. + * Port the plugin system and plugins to libpeas. + * Some code and docs cleanups. + * Update translations. + ------------------------------------------------------------------- Wed Feb 8 14:23:12 UTC 2017 - sor.alexei@meowr.ru diff --git a/eom.spec b/eom.spec index 5e176c5..f7c9913 100644 --- a/eom.spec +++ b/eom.spec @@ -17,9 +17,9 @@ %define typelib typelib-1_0-Eom-1_0 -%define _version 1.16 +%define _version 1.18 Name: eom -Version: 1.16.1 +Version: 1.18.0 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0+ and LGPL-2.1+ @@ -37,15 +37,14 @@ BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(exempi-2.0) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-unix-print-2.0) +BuildRequires: pkgconfig(gtk+-3.0) >= 3.14 +BuildRequires: pkgconfig(gtk+-unix-print-3.0) BuildRequires: pkgconfig(lcms2) BuildRequires: pkgconfig(libexif) +BuildRequires: pkgconfig(libpeas-gtk-1.0) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(mate-desktop-2.0) >= %{_version} -BuildRequires: pkgconfig(pygobject-2.0) -BuildRequires: pkgconfig(pygtk-2.0) Requires: mate-desktop-gsettings-schemas >= %{_version} Recommends: %{name}-lang # mate-image-viewer was last used in openSUSE 13.1. @@ -93,7 +92,7 @@ simplicity and standards compliance. NOCONFIGURE=1 mate-autogen %configure \ --libexecdir=%{_libexecdir}/%{name} \ - --with-gtk=2.0 + --disable-python make %{?_smp_mflags} V=1 %install