From 502bebbec1e9841ab20d7f6c6c4437c24b7dfe6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Mon, 8 Jun 2026 15:16:03 +0200 Subject: [PATCH 1/3] Rebuilt for icu 78.3 --- xiphos.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xiphos.spec b/xiphos.spec index 3355ed6..0ced145 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -2,7 +2,7 @@ Name: xiphos Version: 4.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Bible study and research tool # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -94,6 +94,9 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Mon Jun 08 2026 František Zatloukal - 4.3.2-6 +- Rebuilt for icu 78.3 + * Sat Jan 17 2026 Fedora Release Engineering - 4.3.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From b2c156865aeeee86096d77534bf7f6cf9e2dd002 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 09:15:57 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- xiphos.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xiphos.spec b/xiphos.spec index 0ced145..c836e97 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -2,7 +2,7 @@ Name: xiphos Version: 4.3.2 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Bible study and research tool # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -94,6 +94,9 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 4.3.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Mon Jun 08 2026 František Zatloukal - 4.3.2-6 - Rebuilt for icu 78.3 From 50f7ee004a92fa9f82416646cffb9cc93a6aee8d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Sun, 2 Aug 2026 13:29:47 -0400 Subject: [PATCH 3/3] Upstream release 4.4.0 with TTS functions and editors again --- .gitignore | 1 + sources | 2 +- xiphos.spec | 12 ++++++++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e369f12..52ed481 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ xiphos-3.1.3.tar.gz /xiphos-4.2.1.tar.xz /xiphos-4.3.1.tar.xz /xiphos-4.3.2.tar.xz +/xiphos-4.4.0.tar.xz diff --git a/sources b/sources index e7bd882..7341878 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xiphos-4.3.2.tar.xz) = b954a5c2d34defc6d472341d612a6dd53eabc3801091c2cbb81c567d6fcc55545a63425f6e22a3649f4436aa4ab9a7cacf91a8630d41224782b62d59b41f5fe4 +SHA512 (xiphos-4.4.0.tar.xz) = d5647c90a75897a03ef06219bb2773199bd44b83a79a0be74a378d57f8169c8919a989f43475c71e84e5cb1dfc23029f68ed6d51d7cd5f1837f737ea7e59ff49 diff --git a/xiphos.spec b/xiphos.spec index c836e97..a934d17 100644 --- a/xiphos.spec +++ b/xiphos.spec @@ -1,13 +1,14 @@ %undefine __cmake_in_source_build Name: xiphos -Version: 4.3.2 -Release: 7%{?dist} +Version: 4.4.0 +Release: 1%{?dist} Summary: Bible study and research tool # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later URL: http://xiphos.org/ Source0: https://github.com/crosswire/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz +BuildRequires: appstream BuildRequires: biblesync-devel >= 2.0.1-3 BuildRequires: cmake BuildRequires: desktop-file-utils @@ -23,6 +24,7 @@ BuildRequires: libappstream-glib BuildRequires: libuuid-devel BuildRequires: minizip-ng-compat-devel BuildRequires: rarian-compat +BuildRequires: speech-dispatcher-devel BuildRequires: sword-devel >= 1.8 BuildRequires: util-linux BuildRequires: webkit2gtk4.1-devel @@ -59,6 +61,7 @@ export CFLAGS LDFLAGS='%{?__global_ldflags}' \ %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DGTKTVEDITOR=ON \ %{nil} %cmake_build @@ -94,6 +97,11 @@ rm -frv %{buildroot}%{_docdir}/%{name} %{_mandir}/man1/%{name}-nav.1.gz %changelog +* Sun Aug 02 2026 Greg Hellings - 4.4.0-1 +- New upstream release 4.4.0 +- Introduction of speech services for TTS +- Restoration of editor through GTK-native technologies + * Fri Jul 17 2026 Fedora Release Engineering - 4.3.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild