Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 45f277d662 | |||
| dd2765acbc |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57d8c20eddcb90ba768f386c444519b5f330c1aacfcaa3deb33db1ad1d7bbd6d
|
|
||||||
size 2214140
|
|
||||||
3
xreader-4.2.6.tar.gz
Normal file
3
xreader-4.2.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0a02051fed4919f0accb891b4374adf6431e1d2acd788ef553a6629c878d6a39
|
||||||
|
size 2213498
|
||||||
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 25 07:44:28 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- version update to 4.2.6
|
||||||
|
* epub-document.c: Fix null pointer crash when building a TOC.
|
||||||
|
* ev-window.c: Check that we have a document set before accessing it.
|
||||||
|
* ev-sidebar-thumbnails.c: Don't attempt to generate thumbnails for epub docs.
|
||||||
|
* Update private.h: gcc-15 build fix (#667)
|
||||||
|
* epub: Disable support for sidebar thumbnails. (#671)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 12 05:15:35 UTC 2025 - Marguerite Su <i@marguerite.su>
|
Sun Jan 12 05:15:35 UTC 2025 - Marguerite Su <i@marguerite.su>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%define typelib1 typelib-1_0-XreaderDocument-1_5
|
%define typelib1 typelib-1_0-XreaderDocument-1_5
|
||||||
%define typelib2 typelib-1_0-XreaderView-1_5
|
%define typelib2 typelib-1_0-XreaderView-1_5
|
||||||
Name: xreader
|
Name: xreader
|
||||||
Version: 4.2.3
|
Version: 4.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Document viewer for documents like PDF/PostScript
|
Summary: Document viewer for documents like PDF/PostScript
|
||||||
License: GPL-2.0-only AND LGPL-2.0-only
|
License: GPL-2.0-only AND LGPL-2.0-only
|
||||||
@@ -114,9 +114,9 @@ single page document formats like PDF and Postscript.
|
|||||||
#Requires: %{name}
|
#Requires: %{name}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#%description -n xreader-plugin-epubdocument
|
#%description -n xreader-plugin-epubdocument
|
||||||
#A plugin for Xreader to read EPUB documents.
|
#A plugin for Xreader to read EPUB documents.
|
||||||
|
|
||||||
%package -n xreader-plugin-pdfdocument
|
%package -n xreader-plugin-pdfdocument
|
||||||
Summary: PDF document support for Xreader
|
Summary: PDF document support for Xreader
|
||||||
Requires: %{name}
|
Requires: %{name}
|
||||||
|
|||||||
Reference in New Issue
Block a user