SHA256
1
0
forked from pool/eom

Accepting request 704384 from X11:MATE:Factory

- Update to version 1.22.1.

OBS-URL: https://build.opensuse.org/request/show/704384
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/eom?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2019-05-22 13:39:44 +00:00 committed by Git OBS Bridge
commit b7eb64b6fd
5 changed files with 29 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d4e4014216fd8c5a22fc4755484c45e6b2155e5e5af9018c4f7721826e5c7b24
size 2171992

3
eom-1.22.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:64d73069ba4db8515a6c2c90fadba87e1c5cac67dd1e102b271f62e537ee970e
size 2142132

View File

@ -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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue Mar 5 15:19:33 UTC 2019 - sor.alexei@meowr.ru

View File

@ -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