Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 934ddc83f8 | |||
| 2742bbe857 | |||
| e3e780901e | |||
| b9c8c110f9 | |||
| 57607b960f | |||
| ddfa74d253 | |||
| eeff005ad6 | |||
| 0f739c5541 | |||
| 1dffe560aa | |||
| 47bf3f2408 |
5
_service
5
_service
@@ -3,7 +3,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">48.0</param>
|
||||
<!-- ###FIXME### Set update to true again on next versionbump -->
|
||||
<param name="revision">49.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -18,7 +19,7 @@
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="srcdir">loupe</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
|
||||
BIN
loupe-48.0.obscpio
LFS
BIN
loupe-48.0.obscpio
LFS
Binary file not shown.
3
loupe-49.2.obscpio
Normal file
3
loupe-49.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dcbe20fc451ac080555270c732834a136e5ae1ba04ef2f0d3ab458180a458cf
|
||||
size 3328012
|
||||
@@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 2 13:52:27 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.2:
|
||||
+ Fixed:
|
||||
- Check if the is-hidden property is available before reading
|
||||
it.
|
||||
- Considerably increased speed for listing other images in
|
||||
folders, especially for remote locations. This allows for
|
||||
switiching to other images to become available much quicker.
|
||||
- Fix panics, probably occuring when using an action like
|
||||
'copy', and then closing the window. The crash causes all
|
||||
other windows to close.
|
||||
- Force gufo-exif version 0.3.1 to fix the missing beginning of
|
||||
user comments.
|
||||
- Showing wrong mime type in error message if the file ending
|
||||
for an image is wrong.
|
||||
- The creation date for images that don't provide a timezone
|
||||
was displayed as if the recorded date and time was in UTC.
|
||||
- Zooming in would not work via the zoom menu, if the resulting
|
||||
zoom state would still fit the image inside the window.
|
||||
+ Changed: Track the location in source code of errors trying to
|
||||
get the root window.
|
||||
- Temp disable update of vendor tarball. Updated vendors currently
|
||||
breaks the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 14 07:55:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update vendor tarball (boo#1253488).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 23 07:00:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ Fixed:
|
||||
- The keyboard shortcut for 300 % (Ctrl + 3, 3) now zooms to
|
||||
300% instead of 200 %.
|
||||
- editing: Don't enable option to trash and replace if moving
|
||||
to trash is not supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 18:52:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Replace appstream-glib with AppStream BuildRequires and command
|
||||
called in check section, use the more modern tool.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 06:25:26 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Fixed `F9 <Alt>Return` accel not being parsed correctly
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 11:18:27 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Use glycin loaders with API 2+
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 13:59:55 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.1:
|
||||
+ Fixed:
|
||||
- Crash when closing the window, probably in the exact moment
|
||||
when the animnation for hiding controls starts.
|
||||
- Editing does not work correctly if PNGs or JPEGs are already
|
||||
rotated via an Exif orientation entry before editing.
|
||||
- Printed pages don't contain anything or garbled output. This
|
||||
is a temporary workaround for
|
||||
<https://gitlab.gnome.org/GNOME/gtk/-/issues/7464>, using the
|
||||
cairo renderer for the rotation and scaling of the image in
|
||||
the print preparation.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 14 14:09:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: loupe
|
||||
version: 48.0
|
||||
mtime: 1741958766
|
||||
commit: e0c150a36b7099463b84f0768e785e356ed88f5b
|
||||
version: 49.2
|
||||
mtime: 1767302311
|
||||
commit: 8cdd9988f1a822bf94df2ca29853f6b45c42f864
|
||||
|
||||
10
loupe.spec
10
loupe.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package loupe
|
||||
#
|
||||
# Copyright (c) 2025 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: loupe
|
||||
Version: 48.0
|
||||
Version: 49.2
|
||||
Release: 0
|
||||
Summary: A simple image viewer application
|
||||
License: GPL-3.0-or-later
|
||||
@@ -25,7 +25,7 @@ URL: https://gitlab.gnome.org/GNOME/loupe
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
|
||||
BuildRequires: appstream-glib
|
||||
BuildRequires: AppStream
|
||||
BuildRequires: cargo-packaging >= 1.2.0+3
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: itstool
|
||||
@@ -34,7 +34,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.13.6
|
||||
BuildRequires: pkgconfig(gweather4) >= 4.0.0
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.7.beta
|
||||
BuildRequires: pkgconfig(libadwaita-1) >= 1.7.0
|
||||
BuildRequires: pkgconfig(libheif) >= 1.14.2
|
||||
BuildRequires: pkgconfig(libseccomp) >= 2.5.0
|
||||
Requires: glycin-loaders
|
||||
@@ -62,7 +62,7 @@ export RUSTFLAGS="%{build_rustflags}"
|
||||
export RUSTFLAGS="%{build_rustflags}"
|
||||
%cargo_test
|
||||
# No meson_test exists upstream yet, so run these manually
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/org.gnome.Loupe.metainfo.xml
|
||||
appstreamcli validate --no-net %{buildroot}%{_datadir}/metainfo/org.gnome.Loupe.metainfo.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Loupe.desktop
|
||||
|
||||
%files
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user