Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/loupe.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">47.3</param>
|
<param name="revision">46.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
3
loupe-46.2.obscpio
Normal file
3
loupe-46.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0947592459f1869da9501fcf8b4a5a1cec636cccc0a0d587c199c55ce951b13e
|
||||||
|
size 1729036
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6534ade27157e94ed5d670b35f5c6de5d8efb6042650847cb45211626edb0af8
|
|
||||||
size 2255372
|
|
@ -1,54 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Jan 13 14:31:36 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 47.3:
|
|
||||||
+ Fixed: Sometimes SVGs are not shown in the print preview.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Nov 23 10:54:15 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 47.2:
|
|
||||||
+ Don't call style manager in application constructor since this
|
|
||||||
is too early. Do it in startup instead. Without this fix, GTK
|
|
||||||
4.17.0 will terminate the app on startup.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Oct 17 07:31:05 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 47.1:
|
|
||||||
+ Add `<branding><color>`s instead of just using
|
|
||||||
`GnomeSoftware::key-colors`. That they weren't set was an
|
|
||||||
oversight.
|
|
||||||
+ Fixed:
|
|
||||||
- Make the string "Error Details" translatable.
|
|
||||||
- Require glycin 2.0.1 crate to detect SVGZ files properly.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 13 11:48:13 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 47.0:
|
|
||||||
+ Flickering while images are reloaded. Instead, keep the old
|
|
||||||
textures around until a new texture is available.
|
|
||||||
+ Forcing the zoom to the center of the image is now working
|
|
||||||
again. This is especially noticable when using the touchpads
|
|
||||||
pinch gesture.
|
|
||||||
+ When disabling animations in the OS and using the buttons to
|
|
||||||
change the image, the wrong image was shown, disabling features
|
|
||||||
like zoom.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Aug 30 09:01:55 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 47.beta.1:
|
|
||||||
+ Don't force Flatpak sandbox SVGs. This fixes SVGs not loading
|
|
||||||
outside of Flatpak.
|
|
||||||
+ Make the window wider when it would open with a bottom-sheet
|
|
||||||
overlay for properties. That way, the properties can be shown
|
|
||||||
in a sidebar.
|
|
||||||
+ Properly detect non-transparent images and down download a
|
|
||||||
thumbnail for background detection for them. For some reason,
|
|
||||||
the thumbnail download is using a lot of VRAM.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Apr 10 07:09:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
Wed Apr 10 07:09:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: loupe
|
name: loupe
|
||||||
version: 47.3
|
version: 46.2
|
||||||
mtime: 1736774259
|
mtime: 1712696222
|
||||||
commit: 40eadce02627a90d91933bcac71996f551ecbc36
|
commit: 1c93e7b81e6688e235aa5e5c5ba3325d4cfa67bd
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package loupe
|
# spec file for package loupe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: loupe
|
Name: loupe
|
||||||
Version: 47.3
|
Version: 46.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A simple image viewer application
|
Summary: A simple image viewer application
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:212c5c4358aaeb48eaf8cfd99690df19adeffbb24a626789ec428fe099fea175
|
oid sha256:29c54b5c859f4a6ec9c7103b2c69d61a1bec3f6de1efa197ff465300af07f8ad
|
||||||
size 26971464
|
size 27626555
|
||||||
|
Loading…
Reference in New Issue
Block a user