10 Commits

Author SHA256 Message Date
934ddc83f8 Accepting request 1325789 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1325789
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=18
2026-01-08 14:25:37 +00:00
2742bbe857 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=46 2026-01-07 13:50:33 +00:00
e3e780901e Accepting request 1317781 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1317781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=17
2025-11-18 14:30:03 +00:00
b9c8c110f9 - Update vendor tarball (boo#1253488).
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=44
2025-11-14 12:17:29 +00:00
57607b960f Accepting request 1314015 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1314015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=16
2025-10-30 16:08:47 +00:00
ddfa74d253 - 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.
- Replace appstream-glib with AppStream BuildRequires and command
  called in check section, use the more modern tool.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=42
2025-10-28 09:17:32 +00:00
eeff005ad6 Accepting request 1305483 from GNOME:Factory
Scripted push from GNOME:Next (forwarded request 1304941 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1305483
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=15
2025-09-24 13:21:44 +00:00
0f739c5541 Scripted push from GNOME:Next
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=40
2025-09-17 15:53:38 +00:00
1dffe560aa Accepting request 1269665 from GNOME:Factory
- 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. (forwarded request 1268640 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1269665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/loupe?expand=0&rev=14
2025-04-16 18:39:57 +00:00
47bf3f2408 - 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.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/loupe?expand=0&rev=38
2025-04-15 15:25:14 +00:00
7 changed files with 91 additions and 15 deletions

View File

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

Binary file not shown.

3
loupe-49.2.obscpio Normal file
View File

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

View File

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

View File

@@ -1,4 +1,4 @@
name: loupe
version: 48.0
mtime: 1741958766
commit: e0c150a36b7099463b84f0768e785e356ed88f5b
version: 49.2
mtime: 1767302311
commit: 8cdd9988f1a822bf94df2ca29853f6b45c42f864

View File

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

Binary file not shown.