Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 533dac8343 | |||
| 37f8d3c439 | |||
| 2d35f7a3cf | |||
| d320f44127 | |||
| 74aa09978b | |||
| 1b28f8ac93 | |||
| fee70e325d | |||
| 6f7e405c7a | |||
| 5607cbed79 | |||
| d30599ce63 | |||
| a5fbbfe196 | |||
| 5785f817f8 | |||
| b167bd32bd | |||
| a9f72b9e58 |
6
_service
6
_service
@@ -2,7 +2,8 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/Incubator/papers.git</param>
|
||||
<param name="revision">48.2</param>
|
||||
<!-- ###FIXME### - set vendor update back to true on next version update -->
|
||||
<param name="revision">49.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
@@ -18,6 +19,7 @@
|
||||
<service name="cargo_vendor" mode="manual">
|
||||
<param name="src">papers</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
<!-- ###FIXME### - set vendor update back to true on next version update -->
|
||||
<param name="update">false</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
BIN
papers-48.2.obscpio
LFS
BIN
papers-48.2.obscpio
LFS
Binary file not shown.
3
papers-49.3.obscpio
Normal file
3
papers-49.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:973de176f525541785bc9450a01bc7eea1b32e3b4a9c3ad8844b765bef52ee5a
|
||||
size 19724813
|
||||
124
papers.changes
124
papers.changes
@@ -1,3 +1,127 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 4 13:21:40 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.3:
|
||||
+ Bug fixes:
|
||||
- help: Update icon
|
||||
- Page number is not in the center of the number box
|
||||
- Keyboard input unresponsive in presentation mode, unable to
|
||||
exit with Esc
|
||||
- Segmentation fault in papers-thumbnailer for archive files
|
||||
+ Updated translations.
|
||||
- Temp disable update of vendors tarball, go with upstream defined
|
||||
versions, as updating them currently breaks the build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 21 19:06:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.2:
|
||||
+ Bug fixes:
|
||||
- Fixes for the nautilus plugin
|
||||
- papers-thumbnailer fails for comic book archives with unusual
|
||||
filename encodings
|
||||
- shell: Fix signing when the rectangle is too small
|
||||
- libdocument: fix weak page references
|
||||
- shell: Fix opening PDFs from GVFS mounts like Google Drive
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 19:16:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 49.1:
|
||||
+ Bug fixes:
|
||||
- Fix a crash in the previewer
|
||||
- Remove several memory leaks
|
||||
- Remove trailing new lines from section names
|
||||
- Fix a selection issue in the search box
|
||||
- Several appstream fixes
|
||||
- Several focus fixes
|
||||
- Fix keyboard annotation shortcuts only work once
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 06:26:28 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.0:
|
||||
+ Two use-after-free issues in libview
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 1 14:08:01 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.rc:
|
||||
+ Various memory leak fix
|
||||
+ Simplify section names in shortcuts dialog
|
||||
+ Switch to image-rs in thumbnailer due to sandbox limitation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 29 11:30:53 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 49.beta:
|
||||
+ Switch to use AdwShortcutDialog
|
||||
+ Screen reader support
|
||||
+ UI rework of annotation properties dialog
|
||||
+ Renamed to Document Viewer
|
||||
+ Save on CTRL+SHIFT+S as well
|
||||
- Changes from version 49.alpha:
|
||||
+ Improved annotation UI logic
|
||||
+ Better support for fractional
|
||||
+ Performance optimizations for selection
|
||||
+ Migrate to Blueprint
|
||||
+ Port thumbnailer to Rust
|
||||
+ Move document mutex locks to the backend
|
||||
+ PpsDocumentPoint refactor
|
||||
+ Add spell checking support for multiline form fields
|
||||
+ Various search improvements
|
||||
+ Add troubleshooting page to the About dialog
|
||||
- Add blueprint-compiler BuildRequires: new dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 07:05:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.5:
|
||||
+ Bugs fixed:
|
||||
- Preview for a link doesn't work more than once
|
||||
- Link preview triggers even after the cursor leaves the link
|
||||
- shell: fix a translation issue in printing
|
||||
- libview/pps-view: Ignore the scroll offset when drawing the
|
||||
sign area
|
||||
- Selection performance
|
||||
- libview: deal with large pages
|
||||
- shell: Make sure that all child widgets of PpsView are
|
||||
removed when closing document
|
||||
- Caret selection doesn't cover more than one character
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 21 13:16:27 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.4:
|
||||
+ Bugs fixed:
|
||||
- shell: Enable digital signing action when document supports
|
||||
- Documentation still mentions possibility of saving the
|
||||
settings
|
||||
- Launch target file
|
||||
- shell: Fix signature banner title
|
||||
- Slideshow presentation is blurry
|
||||
- libview/pps-view: Do not replace the sign cursor on drag-less
|
||||
movements
|
||||
- Saved annotation timestamps tooltips are shown using UTC time
|
||||
in 12-hours format
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 21 08:12:18 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 48.3:
|
||||
+ Bugs fixed:
|
||||
- shell: disable dual-odd-left action when dual mode is
|
||||
disabled.
|
||||
- libview: Rerender annotation when the icon property is
|
||||
updated
|
||||
- shell: Display the filename if the document title is only
|
||||
whitespace
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 24 06:52:17 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: papers
|
||||
version: 48.2
|
||||
mtime: 1745379068
|
||||
commit: 3a66ba15243b1f868566627a1c894268755eb271
|
||||
version: 49.3
|
||||
mtime: 1767495388
|
||||
commit: 294a1a84b82ae38356ba9e823b5376032c86199b
|
||||
|
||||
35
papers.spec
35
papers.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package papers
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2024 mantarimay
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -20,16 +20,17 @@
|
||||
%bcond_without test
|
||||
%define major_ver 4
|
||||
%define api_ver %{major_ver}_0
|
||||
%define plugin_ver 5
|
||||
%define plugin_ver 6
|
||||
%define appid org.gnome.Papers
|
||||
Name: papers
|
||||
Version: 48.2
|
||||
Version: 49.3
|
||||
Release: 0
|
||||
Summary: GNOME Document Viewer
|
||||
License: GPL-2.0-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/Incubator/papers
|
||||
URL: https://gitlab.gnome.org/GNOME/papers
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: blueprint-compiler
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
@@ -67,10 +68,10 @@ Summary: GNOME Document Viewer System Library
|
||||
Papers is a document viewer capable of displaying single-page and multi-page
|
||||
document formats like PDF and PostScript.
|
||||
|
||||
%package -n libppsview%{api_ver}-%{major_ver}
|
||||
%package -n libppsview%{api_ver}-5
|
||||
Summary: GNOME Document Viewer System Library
|
||||
|
||||
%description -n libppsview%{api_ver}-%{major_ver}
|
||||
%description -n libppsview%{api_ver}-5
|
||||
Papers is a document viewer capable of displaying single-page and multi-page
|
||||
document formats like PDF and PostScript.
|
||||
|
||||
@@ -157,7 +158,7 @@ A extension for support document on nautilus.
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets -n libppsdocument%{api_ver}-%{plugin_ver}
|
||||
%ldconfig_scriptlets -n libppsview%{api_ver}-%{major_ver}
|
||||
%ldconfig_scriptlets -n libppsview%{api_ver}-5
|
||||
|
||||
%check
|
||||
%if %{with test}
|
||||
@@ -181,8 +182,8 @@ A extension for support document on nautilus.
|
||||
%files -n libppsdocument%{api_ver}-%{plugin_ver}
|
||||
%{_libdir}/libppsdocument-%{major_ver}.0.so.%{plugin_ver}*
|
||||
|
||||
%files -n libppsview%{api_ver}-%{major_ver}
|
||||
%{_libdir}/libppsview-%{major_ver}.0.so.%{major_ver}*
|
||||
%files -n libppsview%{api_ver}-5
|
||||
%{_libdir}/libppsview-%{major_ver}.0.so.5*
|
||||
|
||||
%files -n typelib-1_0-PapersDocument-%{api_ver}
|
||||
%{_libdir}/girepository-1.0/PapersDocument-%{major_ver}.0.typelib
|
||||
@@ -200,23 +201,23 @@ A extension for support document on nautilus.
|
||||
%dir %{_libdir}/papers/
|
||||
%dir %{_libdir}/papers/%{plugin_ver}
|
||||
%dir %{_libdir}/papers/%{plugin_ver}/backends
|
||||
%{_datadir}/metainfo/papers-comicsdocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/comicsdocument.papers-backend
|
||||
%{_datadir}/metainfo/org.gnome.Papers.ComicsDocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/org.gnome.Papers.ComicsDocument.papers-backend
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/libcomicsdocument.so
|
||||
|
||||
%files plugin-djvudocument
|
||||
%{_datadir}/metainfo/papers-djvudocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/djvudocument.papers-backend
|
||||
%{_datadir}/metainfo/org.gnome.Papers.DjvuDocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/org.gnome.Papers.DjvuDocument.papers-backend
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/libdjvudocument.so
|
||||
|
||||
%files plugin-pdfdocument
|
||||
%{_datadir}/metainfo/papers-pdfdocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/pdfdocument.papers-backend
|
||||
%{_datadir}/metainfo/org.gnome.Papers.PdfDocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/org.gnome.Papers.PdfDocument.papers-backend
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/libpdfdocument.so
|
||||
|
||||
%files plugin-tiffdocument
|
||||
%{_datadir}/metainfo/papers-tiffdocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/tiffdocument.papers-backend
|
||||
%{_datadir}/metainfo/org.gnome.Papers.TiffDocument.metainfo.xml
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/org.gnome.Papers.TiffDocument.papers-backend
|
||||
%{_libdir}/papers/%{plugin_ver}/backends/libtiffdocument.so
|
||||
|
||||
%files -n nautilus-extension-papers
|
||||
|
||||
BIN
vendor.tar.zst
LFS
BIN
vendor.tar.zst
LFS
Binary file not shown.
Reference in New Issue
Block a user