diff --git a/eom-1.12.2.tar.xz b/eom-1.12.2.tar.xz deleted file mode 100644 index bbf1cfc..0000000 --- a/eom-1.12.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38ad10a6794e02e9e319a293393a36532e86572010442ba2f1d3773313c0a1da -size 2213260 diff --git a/eom-1.14.0.tar.xz b/eom-1.14.0.tar.xz new file mode 100644 index 0000000..0fadfb6 --- /dev/null +++ b/eom-1.14.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42091cd981505c626e13f67478cf73f6cfb5d570fb7998eefc8ec6f091c1b9a0 +size 2231224 diff --git a/eom.changes b/eom.changes index fedcd60..a928dd0 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Sat Apr 9 11:24:53 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 1.14.0: + * Auto-reload unmodified images when their file is changed. + * GTK+3: Add CSS name EggToolbarEditor for Gtk 3.20. + * GTK+3: Fix SVG rendering. + * Some more fixes and cleanups. + * Update translations. + * Fix Changelog generation. + +------------------------------------------------------------------- +Sun Feb 21 14:46:29 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 1.13.1: + * Avoid integer overflow when allocating a large block of memory. + * Use org.gnome.SessionManager DBus name to inhibit screensaver. + * totem-screensaver: Don't use old API and add ref to TotemScrsaver. + * totem-screensaver: Fix assertions on entry to TotemScrsaver + methods. + * GTK+3: Add eom-window style class at top level. + * Fix build warnings and remove useless nested #if. + +------------------------------------------------------------------- +Thu Feb 19 12:35:17 UTC 2016 - sor.alexei@meowr.ru + +- Update to version 1.13.0: + * Fix compilation with enabled GObject Introspection. + * Fix GTK+3 build when --without-cms is set. + * Gtk3: Fix several deprecations. + * Drop MateConf migration script. + * Use _XOPEN_SOURCE_EXTENDED as OpenBSD needs it for strptime. +- Remove Python bindings: imcompatible with Gtk3. + ------------------------------------------------------------------- Thu Feb 18 17:54:13 UTC 2016 - sor.alexei@meowr.ru diff --git a/eom.spec b/eom.spec index cb592f5..2066d6e 100644 --- a/eom.spec +++ b/eom.spec @@ -17,9 +17,9 @@ %define typelib typelib-1_0-Eom-1_0 -%define _version 1.12 +%define _version 1.14 Name: eom -Version: 1.12.2 +Version: 1.14.0 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0+ and LGPL-2.1+ @@ -77,7 +77,7 @@ simplicity and standards compliance. %package -n %{typelib} Summary: MATE Desktop graphics viewer typelib -Group: SSystem/Libraries +Group: System/Libraries %description -n %{typelib} The Eye of MATE is a simple graphics viewer for the MATE Desktop @@ -91,7 +91,8 @@ simplicity and standards compliance. %build NOCONFIGURE=1 mate-autogen %configure \ - --libexecdir=%{_libexecdir}/%{name} + --libexecdir=%{_libexecdir}/%{name} \ + --with-gtk=2.0 make %{?_smp_mflags} %install @@ -100,10 +101,6 @@ make %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %suse_update_desktop_file %{name} -if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then - rm -rf %{buildroot}%{_datadir}/MateConf/ -fi - %post %desktop_database_post %icon_theme_cache_post