4 Commits

Author SHA256 Message Date
103058a31b Accepting request 1326310 from X11:Cinnamon:Factory
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1326310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xreader?expand=0&rev=40
2026-01-09 16:04:34 +00:00
6e185834c7 - update to 4.6.1:
* l10n: Update translations
  * Switch to xapp-symbolic-icons (XSI)
  * Fix a minor typo (#683)
  * l10n: Update POT
  * l10n: Update translations
  * Made index treeview collapsed by default in call in
    job_finished_callback() to gtk_tree_view_collapse_all()
    (#672)

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/xreader?expand=0&rev=99
2026-01-02 09:25:10 +00:00
45f277d662 Accepting request 1290932 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/1290932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xreader?expand=0&rev=39
2025-07-07 12:46:33 +00:00
dd2765acbc - 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)

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/xreader?expand=0&rev=97
2025-07-07 04:17:24 +00:00
4 changed files with 29 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:57d8c20eddcb90ba768f386c444519b5f330c1aacfcaa3deb33db1ad1d7bbd6d
size 2214140

3
xreader-4.6.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jan 2 09:24:26 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 4.6.1:
* l10n: Update translations
* Switch to xapp-symbolic-icons (XSI)
* Fix a minor typo (#683)
* l10n: Update POT
* l10n: Update translations
* Made index treeview collapsed by default in call in
job_finished_callback() to gtk_tree_view_collapse_all()
(#672)
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package xreader # spec file for package xreader
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2026 SUSE LLC and contributors
# #
# 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
@@ -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.6.1
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,6 +114,7 @@ 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.