Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xiphos for openSUSE:Factory checked in at 2025-10-16 17:39:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xiphos (Old) and /work/SRC/openSUSE:Factory/.xiphos.new.18484 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xiphos" Thu Oct 16 17:39:33 2025 rev:24 rq:1311706 version:4.3.2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/xiphos/xiphos.changes 2024-03-18 16:45:28.973003613 +0100 +++ /work/SRC/openSUSE:Factory/.xiphos.new.18484/xiphos.changes 2025-10-16 17:40:28.732771291 +0200 @@ -1,0 +2,60 @@ +Wed Oct 08 06:22:07 UTC 2025 - Bjørn Lie <[email protected]> + +- Update to version 4.3.2.14: + * Corrected a GTK signal error. + * Much better fix to replace previous 1st time user mod.mgr flaw. +- Changes from version 4.3.1: + * Multi-column display. Default: Prefs -> Sizes/Faces; also in + module font ops. + * For very wide windows on big monitors, following long + horizontal rendering can become hard on the eyes. Select 1 to 4 + columns. + * Margin justification, also in Prefs -> Sizes/Faces (app-wide + choice only). + * Stopped .conf "Abbreviation=XYZ" collision with real module + [XYZ]. + * Provided a module option to display headings in italic. + * Huge updates to github workflows. + * Handle tabs more like browsers, notably tab re-ordering with + mouse drag. + * Full parallel: Fixed the context menu (morph.seg.). + * Full parallel: Created a location-fixed top header line for + module names. The header no longer scrolls away with verse 1. + * Build without the editor for platforms no longer supporting + gtkhtml. + * Moved .xiphos to .config/xiphos in accordance with desktop + standards. This happens silently for existing users' + configurations. + * Replaced the Live Chat link (Help menu) to aim at libera.chat. + * Repaired module display for inconvenient paragraph-end markers + under highlight, both general current verse and user + annotation.. + * Worked around a WebKit regression that prevented content + display for machines with nvidia GPUs (yes, really). + * Replaced old program choice for external image display with + modern element. + * Provided backward-compatible build support for RHEL9 and other + platforms. + * Fixed the Respect Font Faces module option. + * Locale renaming: Prefs -> Options, now "System Default." + * Provided for ESC to close Preferences. + * Provided keyboard shortcut (Ctrl-S) to toggle sidebar + visibility. + * Provided keyboard shortcuts (Alt-X, Alt-N) to toggle Xrefs, + Footnotes. + * Fixed several string NULL crash bugs. + * Additions to the languages file for module trees. + * Resolved build compatibility among several Linux platforms. + * Moved the appdata file to /usr/share/metainfo, per recent + standard. + * Fixed lack of trailing '/' in elements. + * Manual updates to reflect Ctrl-S for sidebar visible toggle and + to explain fundamental navigation limitations in full parallel. +- Drop xiphos-glib.patch, fixed upstream +- Drop pkgconfig(libgtkhtml-4.0) BuildRequires, stop using + libgtkhtml-editor, use webkitgtk as editor instead. +- Use pkgconfig(webkit2gtk-4.1) BuildRequires for openSUSE 15.6 and + newer. +- Stop building documentation in epub format. + +------------------------------------------------------------------- Old: ---- xiphos-4.2.1.7.tar.xz xiphos-glib.patch New: ---- xiphos-4.3.2.14.tar.xz ----------(Old B)---------- Old: to explain fundamental navigation limitations in full parallel. - Drop xiphos-glib.patch, fixed upstream - Drop pkgconfig(libgtkhtml-4.0) BuildRequires, stop using ----------(Old E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xiphos.spec ++++++ --- /var/tmp/diff_new_pack.9sjn9H/_old 2025-10-16 17:40:29.348797217 +0200 +++ /var/tmp/diff_new_pack.9sjn9H/_new 2025-10-16 17:40:29.348797217 +0200 @@ -18,7 +18,7 @@ %{!?make_build:%global make_build make %{?_smp_mflags}} Name: xiphos -Version: 4.2.1.7 +Version: 4.3.2.14 Release: 0 Summary: GNOME-based Bible research tool License: GPL-2.0-only @@ -29,7 +29,6 @@ # PATCH-FIX-OPENSUSE find_biblesync.patch [email protected] # Allow working with ancient cmake 3.10 on SLE/Leap 15. Patch1: find_biblesync.patch -Patch2: xiphos-glib.patch BuildRequires: appstream-glib BuildRequires: cmake # BuildRequires: docbook-utils-minimal @@ -50,11 +49,14 @@ BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-unix-print-2.0) BuildRequires: pkgconfig(icu-i18n) -BuildRequires: pkgconfig(libgtkhtml-4.0) BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 BuildRequires: pkgconfig(minizip) BuildRequires: pkgconfig(sword) >= 1.8.1 +%if 0%{?suse_version} < 1550 BuildRequires: pkgconfig(webkit2gtk-4.0) +%else +BuildRequires: pkgconfig(webkit2gtk-4.1) +%endif BuildRequires: pkgconfig(yelp-xsl) Requires: sword Recommends: %{name}-lang @@ -78,13 +80,12 @@ %if 0%{?suse_version} < 1550 %patch -P 1 -p1 %endif -%patch -P 2 -p1 %build -export CFLAGS="%{optflags}" -export CXXFLAGS="%{optflags}" +export CFLAGS="%{optflags} -Wno-dev -Wno-return-type" +export CXXFLAGS="%{optflags} -Wno-dev -Wno-return-type" export PYTHON="%{_bindir}/python3" -%cmake -DGTKHTML=ON -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} +%cmake -DEPUB:BOOL=OFF -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} -DPOSTINST:BOOL=OFF %make_build %install @@ -98,8 +99,9 @@ # package docs with macro rm -frv %{buildroot}/%{_datadir}/doc/%{name} install -D -m644 -t %{buildroot}%{_mandir}/man1/ build/desktop/xiphos*.1 -%fdupes -s %{buildroot}/%{_datadir} +%fdupes -s %{buildroot}%{_prefix} %find_lang %{name} +rm %{buildroot}%{_docdir}/%{name}/COPYING %if 0%{?suse_version} < 1330 %post @@ -118,8 +120,8 @@ %{_docdir}/%{name}/* %{_datadir}/icons/hicolor/scalable/apps/* %{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/appdata -%{_datadir}/appdata/xiphos.appdata.xml +%dir %{_datadir}/metainfo +%{_datadir}/metainfo/xiphos.appdata.xml %{_mandir}/man1/* %files lang -f %{name}.lang ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.9sjn9H/_old 2025-10-16 17:40:29.400799404 +0200 +++ /var/tmp/diff_new_pack.9sjn9H/_new 2025-10-16 17:40:29.404799574 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/crosswire/xiphos.git</param> - <param name="changesrevision">a9283769ef4d0d47f1d09a3ca4138610bb96a46c</param></service></servicedata> + <param name="changesrevision">69425e56e2c2d13fdb901c7ee7742f44919e3c93</param></service></servicedata> (No newline at EOF) ++++++ xiphos-4.2.1.7.tar.xz -> xiphos-4.3.2.14.tar.xz ++++++ /work/SRC/openSUSE:Factory/xiphos/xiphos-4.2.1.7.tar.xz /work/SRC/openSUSE:Factory/.xiphos.new.18484/xiphos-4.3.2.14.tar.xz differ: char 15, line 1
