diff --git a/eom-1.22.0.tar.xz b/eom-1.22.0.tar.xz deleted file mode 100644 index 8ad102e..0000000 --- a/eom-1.22.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4e4014216fd8c5a22fc4755484c45e6b2155e5e5af9018c4f7721826e5c7b24 -size 2171992 diff --git a/eom-1.22.1.tar.xz b/eom-1.22.1.tar.xz new file mode 100644 index 0000000..1f49e23 --- /dev/null +++ b/eom-1.22.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e +size 2142132 diff --git a/eom-gtk-3.20.patch b/eom-gtk-3.20.patch index 670ea2d..c6f9a8f 100644 --- a/eom-gtk-3.20.patch +++ b/eom-gtk-3.20.patch @@ -67,6 +67,20 @@ } static gboolean +--- a/src/eom-list-store.c ++++ b/src/eom-list-store.c +@@ -477,7 +477,11 @@ directory_visit (GFile *directory, + + if (!g_str_has_prefix (name, ".")) { + /* We support opening any image type, so let eom to add any images in the current directory to the store */ ++#if GLIB_CHECK_VERSION (2, 52, 0) + if (g_content_type_is_mime_type (mime_type, "image/*") || eom_image_is_supported_mime_type (mime_type)) { ++#else ++ if (g_content_type_is_a (mime_type, "image/*") || eom_image_is_supported_mime_type (mime_type)) { ++#endif + load_uri = TRUE; + } + } --- a/src/eom-scroll-view.c +++ b/src/eom-scroll-view.c @@ -2241,8 +2241,14 @@ view_on_button_press_event_cb (GtkWidget diff --git a/eom.changes b/eom.changes index 6617113..1e55464 100644 --- a/eom.changes +++ b/eom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin + +- Update to version 1.22.1: + * store: Add any image file in the current directory to the store. + * help: Update copyright. + * Upgrade the manual to docbook 5.0. + * Use persistent page setup. + * Update translations. +- Rebase eom-gtk-3.20.patch. + ------------------------------------------------------------------- Tue Mar 5 15:19:33 UTC 2019 - sor.alexei@meowr.ru diff --git a/eom.spec b/eom.spec index 5f391bc..1a57c6f 100644 --- a/eom.spec +++ b/eom.spec @@ -19,7 +19,7 @@ %define typelib typelib-1_0-Eom-1_0 %define _version 1.22 Name: eom -Version: 1.22.0 +Version: 1.22.1 Release: 0 Summary: MATE Desktop graphics viewer License: GPL-2.0-or-later AND LGPL-2.1-or-later