Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sword for openSUSE:Factory checked in at 2025-03-24 13:29:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sword (Old) and /work/SRC/openSUSE:Factory/.sword.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sword" Mon Mar 24 13:29:24 2025 rev:17 rq:1255184 version:1.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sword/sword.changes 2024-03-26 19:30:30.080089615 +0100 +++ /work/SRC/openSUSE:Factory/.sword.new.2696/sword.changes 2025-03-24 13:29:27.828838589 +0100 @@ -1,0 +2,35 @@ +Wed Mar 5 20:06:54 UTC 2025 - Jaime MarquÃnez Ferrándiz <jaime.marquinez.ferran...@fastmail.net> + +- Update to 1.9.0 + + Added new compile option USECXX11TIME which will provide a default + SWLog::logTimedInformation impl using C++11 facilities + + Added new compile options STRIPLOGD and STRIPLOGI which will compile out + engine calles to SWLog::logDebug and SWLog::logInformation and + SWLog::logTimedInformation for runtime optimization + + Extended Cordova plugin to include SWModule::setEntry, SWMgr::getPrefixPath + + Isolated all File IO calls to FileMgr + + Merged in Xiphos' Windows patch to FileMgr to allow full legal Unicode + range in file path names. + + Improved TEI -> HTML output path + + Completed camelCase of all public non-deprecated API methods + + Added the concept of Utility Modules to engine which are intended to assist + clients in building a robust user experience but are not intended for + exposure to the end user in the same way as traditional SWORD modules. + + Added the concept of [Pref Abbrevs] to locale files to assist mobile + developers choose a localized abbreviation for Bible book names. + + Added facility to set timeouts for SWTransport classes + + Many locale updates and new locales added + + Improved support for many markup tags + + Many bug fixes + + Changes to promote safe multi-threaded use + + Expanded examples + + Added ZipCompress::unTarGZ to provide a library facility to untargz a file + on all supported platforms. + + Renamed __[su][8,16,32,64] defines to SW_[su][8,16,32,64] + + Extended StringMgr to include lowerUTF8, isUpper, isLower, isDigit, isAlpha + + Added personalization facility for cipher keys + + Added intra-verse search support +- Refresh sword-1.7.1-curl.patch +- Drop sword_sysdata_changes.patch + +------------------------------------------------------------------- Old: ---- sword-1.8.1.tar.gz sword_sysdata_changes.patch New: ---- sword-1.9.0.tar.gz BETA DEBUG BEGIN: Old:- Refresh sword-1.7.1-curl.patch - Drop sword_sysdata_changes.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sword.spec ++++++ --- /var/tmp/diff_new_pack.CcU5tR/_old 2025-03-24 13:29:28.888883090 +0100 +++ /var/tmp/diff_new_pack.CcU5tR/_new 2025-03-24 13:29:28.892883258 +0100 @@ -1,7 +1,7 @@ # # spec file for package sword # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,24 +12,23 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%define major 1.8 -%define libver 1_8_1 -%define libinstver 1.8.1 +%define major 1.9 +%define libver 1_9_0 +%define libinstver 1.9.0 Name: sword -Version: 1.8.1 +Version: 1.9.0 Release: 0 Summary: Framework for manipulating Bible texts -License: GPL-2.0-only AND Apache-2.0 +License: Apache-2.0 AND GPL-2.0-only Group: Development/Libraries/C and C++ URL: http://www.crosswire.org/sword Source0: http://crosswire.org/ftpmirror/pub/sword/source/v%{major}/sword-%{version}.tar.gz Source1: sword-rpmlintrc Patch1: sword-1.7.1-curl.patch -Patch2: sword_sysdata_changes.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ ++++++ sword-1.7.1-curl.patch ++++++ --- /var/tmp/diff_new_pack.CcU5tR/_old 2025-03-24 13:29:28.932884938 +0100 +++ /var/tmp/diff_new_pack.CcU5tR/_new 2025-03-24 13:29:28.936885105 +0100 @@ -1,7 +1,7 @@ -Index: sword-1.7.1/src/mgr/curlftpt.cpp +Index: sword-1.9.0/src/mgr/curlftpt.cpp =================================================================== ---- sword-1.7.1.orig/src/mgr/curlftpt.cpp -+++ sword-1.7.1/src/mgr/curlftpt.cpp +--- sword-1.9.0.orig/src/mgr/curlftpt.cpp ++++ sword-1.9.0/src/mgr/curlftpt.cpp @@ -129,6 +129,7 @@ CURLFTPTransport::CURLFTPTransport(const ++++++ sword-1.8.1.tar.gz -> sword-1.9.0.tar.gz ++++++ ++++ 109783 lines of diff (skipped)