Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ctranslate2 for openSUSE:Factory checked in at 2026-01-13 21:31:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ctranslate2 (Old) and /work/SRC/openSUSE:Factory/.ctranslate2.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ctranslate2" Tue Jan 13 21:31:56 2026 rev:6 rq:1326923 version:4.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ctranslate2/ctranslate2.changes 2025-05-05 22:56:59.573974917 +0200 +++ /work/SRC/openSUSE:Factory/.ctranslate2.new.1928/ctranslate2.changes 2026-01-13 21:33:16.388796024 +0100 @@ -1,0 +2,6 @@ +Sun Jan 11 00:25:55 UTC 2026 - Giacomo Comes <[email protected]> + +- add cxxopts_gcc15fix.patch + * fix build of third_party/cxxopts with gcc 15 + +------------------------------------------------------------------- New: ---- cxxopts_gcc15fix.patch ----------(New B)---------- New: - add cxxopts_gcc15fix.patch * fix build of third_party/cxxopts with gcc 15 ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ctranslate2.spec ++++++ --- /var/tmp/diff_new_pack.fb7qHQ/_old 2026-01-13 21:33:17.752852364 +0100 +++ /var/tmp/diff_new_pack.fb7qHQ/_new 2026-01-13 21:33:17.752852364 +0100 @@ -1,7 +1,7 @@ # # spec file for package ctranslate2 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ License: MIT URL: https://github.com/OpenNMT/CTranslate2 Source: CTranslate2-%version.tar.xz +#PATCH-FIX-UPSTREAM -- cxxopts_gcc15fix.patch +Patch1: cxxopts_gcc15fix.patch BuildRequires: c++_compiler BuildRequires: cmake BuildRequires: openblas-devel ++++++ python-ctranslate2.spec ++++++ --- /var/tmp/diff_new_pack.fb7qHQ/_old 2026-01-13 21:33:17.796854181 +0100 +++ /var/tmp/diff_new_pack.fb7qHQ/_new 2026-01-13 21:33:17.796854181 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-ctranslate2 # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ cxxopts_gcc15fix.patch ++++++ commit 63d1b65a694cfceafc20863afa75df49dfbe6b2a Author: pastalian <[email protected]> Date: Wed Aug 28 20:31:42 2024 +0900 Add missing header for gcc-15 (#438) diff --git a/third_party/cxxopts/include/cxxopts.hpp b/include/cxxopts.hpp index 991ba3f..a2e71fa 100644 --- a/third_party/cxxopts/include/cxxopts.hpp +++ b/third_party/cxxopts/include/cxxopts.hpp @@ -27,6 +27,7 @@ THE SOFTWARE. #ifndef CXXOPTS_HPP_INCLUDED #define CXXOPTS_HPP_INCLUDED +#include <cstdint> #include <cctype> #include <cstring> #include <exception>
