commit eom for openSUSE:Factory
Hello community, here is the log from the commit of package eom for openSUSE:Factory checked in at 2019-05-22 15:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eom (Old) and /work/SRC/openSUSE:Factory/.eom.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "eom" Wed May 22 15:39:44 2019 rev:25 rq:704384 version:1.22.1 Changes: -------- --- /work/SRC/openSUSE:Factory/eom/eom.changes 2019-05-16 22:04:24.426602354 +0200 +++ /work/SRC/openSUSE:Factory/.eom.new.5148/eom.changes 2019-05-22 15:39:49.470471553 +0200 @@ -1,0 +2,11 @@ +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <sor.alexei@meowr.ru> + +- 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. + +------------------------------------------------------------------- Old: ---- eom-1.22.0.tar.xz New: ---- eom-1.22.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eom.spec ++++++ --- /var/tmp/diff_new_pack.Vq7PzA/_old 2019-05-22 15:39:51.602466401 +0200 +++ /var/tmp/diff_new_pack.Vq7PzA/_new 2019-05-22 15:39:51.606466391 +0200 @@ -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 ++++++ eom-1.22.0.tar.xz -> eom-1.22.1.tar.xz ++++++ ++++ 263921 lines of diff (skipped) ++++++ eom-gtk-3.20.patch ++++++ --- /var/tmp/diff_new_pack.Vq7PzA/_old 2019-05-22 15:39:52.906463250 +0200 +++ /var/tmp/diff_new_pack.Vq7PzA/_new 2019-05-22 15:39:52.906463250 +0200 @@ -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
participants (1)
-
root