- Update to version 47.3:
+ Backwards compatible fix for supporting glib-macros >= 0.20.3 (#278 Fails to build with newer glib-macros) + Libadwaita dep relaxed from >=1.6.beta to >=1.6 + Requirement for cargo-fmt dropped for build type release + Fix libview header paths + Disable validate URL availability of appstream metadata (no net) + Other bugs fixed in main and picked for 47.2: - Crash with documents dragged and dropped onto Papers - Crash clicking "Expand all under this element" - Text marker in page number entry disappearing - Excessive zooming with continously scrolling mice - Text selection does not copy content for middle mouse button - Miscalculated pointer location - Fetching attachments leaked memory - Potential crash due to race condition in search context and attachment context - Critical on close due to ongoing timeout while scrolling - Annotation windows erroneously made transparent based on annotation's opacity - Help window not shown inside Flatpak's sandbox + Updated translations. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/papers?expand=0&rev=5
This commit is contained in:
parent
18a4a21b2b
commit
fb742c8744
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">47.0</param>
|
||||
<param name="revision">47.3</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:407e7811b7c48e43214ae376ebf97399ce06ca18574558f3241f2cce92ea5353
|
||||
size 21567501
|
3
papers-47.3.obscpio
Normal file
3
papers-47.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:93f73831e783b0ab87d0cbaec38520b1ed6a06eb3d985253f0039961a7dd43c9
|
||||
size 21582861
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 17:25:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 47.3:
|
||||
+ Backwards compatible fix for supporting glib-macros >= 0.20.3
|
||||
(#278 Fails to build with newer glib-macros)
|
||||
+ Libadwaita dep relaxed from >=1.6.beta to >=1.6
|
||||
+ Requirement for cargo-fmt dropped for build type release
|
||||
+ Fix libview header paths
|
||||
+ Disable validate URL availability of appstream metadata (no
|
||||
net)
|
||||
+ Other bugs fixed in main and picked for 47.2:
|
||||
- Crash with documents dragged and dropped onto Papers
|
||||
- Crash clicking "Expand all under this element"
|
||||
- Text marker in page number entry disappearing
|
||||
- Excessive zooming with continously scrolling mice
|
||||
- Text selection does not copy content for middle mouse button
|
||||
- Miscalculated pointer location
|
||||
- Fetching attachments leaked memory
|
||||
- Potential crash due to race condition in search context and
|
||||
attachment context
|
||||
- Critical on close due to ongoing timeout while scrolling
|
||||
- Annotation windows erroneously made transparent based on
|
||||
annotation's opacity
|
||||
- Help window not shown inside Flatpak's sandbox
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 18:15:51 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: papers
|
||||
version: 47.0
|
||||
mtime: 1726350433
|
||||
commit: 9e3835083645832a80313a41468d76ebdbab59a9
|
||||
version: 47.3
|
||||
mtime: 1738255862
|
||||
commit: 5a7dcb739069d2aa91a367f0953ad77cdbe555b7
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package papers
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2024 mantarimay
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -23,7 +23,7 @@
|
||||
%define plugin_ver 5
|
||||
%define appid org.gnome.Papers
|
||||
Name: papers
|
||||
Version: 47.0
|
||||
Version: 47.3
|
||||
Release: 0
|
||||
Summary: GNOME Document Viewer
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3758d573729d7ca56881abe2ccf4a98dad381a6cae8da8ee23a54e200c444ef0
|
||||
size 25025345
|
||||
oid sha256:72cd1eb8b4ee1ba38f5d7ed924346d07f203af4fe14616fe5a6ba4763cc68738
|
||||
size 25012868
|
||||
|
Loading…
Reference in New Issue
Block a user