Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 33ec0392bb | |||
| b1033ed0dd | |||
| 7deb02c272 | |||
| 22bf61c912 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/eog.git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="revision">49.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c42e17a2509e7fb393e26513e5badff0427ef6eccd48441889c80a2201f2e85
|
||||
size 16263181
|
||||
3
eog-49.1.obscpio
Normal file
3
eog-49.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75cdc4a4e3600b391f009dfa1bba775e30149b2996ef5d3ae2666b4addc16f1a
|
||||
size 16264205
|
||||
20
eog.changes
20
eog.changes
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 10 07:41:38 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ Fix frequent crashes when with gdk-pixbuf 2.44
|
||||
+ Bug fixes and improvements:
|
||||
- Add image/avif to the MimeType list in the .desktop
|
||||
- appdata: Add missing developer name
|
||||
- Set prgname to application ID
|
||||
- data: Rename appdata to metainfo and use rDNS app id
|
||||
- metadata: Hide unreachable help URL
|
||||
- desktop: Add more keywords
|
||||
- content type to mime type conversion
|
||||
- Official website has been retired
|
||||
- org.gnome.eog.desktop should list image/heic as MimeType
|
||||
- Segfault SIGSEGV when switching images
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 9 15:34:53 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@@ -2246,7 +2264,7 @@ Tue Oct 21 21:17:13 EST 2008 - mboman@suse.de
|
||||
+ Translation updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 07:52:50 WST 2008 - mboman@suse.de
|
||||
Wed Oct 1 07:52:50 EST 2008 - mboman@suse.de
|
||||
|
||||
- Update to version 2.24.0:
|
||||
+ bgo#552109, won't set wallpaper
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: eog
|
||||
version: 47.0
|
||||
mtime: 1725746771
|
||||
commit: a6e4d95e9e7ba9c27eaad5ce7e3a838c80517e5b
|
||||
version: 49.1
|
||||
mtime: 1767983685
|
||||
commit: 1a47d20c90953f4755db91ea84c708bcdc60645b
|
||||
|
||||
9
eog.spec
9
eog.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eog
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: eog
|
||||
Version: 47.0
|
||||
Version: 49.1
|
||||
Release: 0
|
||||
Summary: Image Viewer for GNOME
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/Graphics/Viewers
|
||||
URL: https://wiki.gnome.org/Apps/EyeOfGnome
|
||||
URL: https://gitlab.gnome.org/GNOME/eog
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
@@ -97,8 +97,7 @@ developing eog plugins.
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{name}/
|
||||
%{_datadir}/applications/org.gnome.eog.desktop
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/%{name}.appdata.xml
|
||||
%{_datadir}/metainfo/org.gnome.eog.metainfo.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/org.gnome.%{name}*.svg
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/GConf/gsettings/%{name}.convert
|
||||
|
||||
Reference in New Issue
Block a user