Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package orthanc-mysql for openSUSE:Factory checked in at 2026-04-20 16:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orthanc-mysql (Old) and /work/SRC/openSUSE:Factory/.orthanc-mysql.new.11940 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orthanc-mysql" Mon Apr 20 16:14:24 2026 rev:12 rq:1348220 version:5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/orthanc-mysql/orthanc-mysql.changes 2025-09-11 14:47:10.039648505 +0200 +++ /work/SRC/openSUSE:Factory/.orthanc-mysql.new.11940/orthanc-mysql.changes 2026-04-20 16:14:34.165293735 +0200 @@ -1,0 +2,6 @@ +Fri Apr 17 07:22:33 UTC 2026 - Axel Braun <[email protected]> + +- mysql.patch added to fix build error + some cleanup of spec file + +------------------------------------------------------------------- New: ---- mysql.patch ----------(New B)---------- New: - mysql.patch added to fix build error some cleanup of spec file ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orthanc-mysql.spec ++++++ --- /var/tmp/diff_new_pack.yFsgny/_old 2026-04-20 16:14:36.125374499 +0200 +++ /var/tmp/diff_new_pack.yFsgny/_new 2026-04-20 16:14:36.145375323 +0200 @@ -1,8 +1,8 @@ # # spec file for package orthanc-mysql # -# Copyright (c) 2025 SUSE LLC and contributors -# Copyright (c) 2020-2024 Dr. Axel Braun +# Copyright (c) 2026 SUSE LLC and contributors +# Copyright (c) 2020-2026 Dr. Axel Braun <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,13 +28,11 @@ Source1: orthanc-mysql-readme.openSUSE Source2: mysql.json Patch0: ggl_index.patch +Patch1: mysql.patch + BuildRequires: cmake BuildRequires: e2fsprogs-devel -%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 -BuildRequires: gcc13-c++ -%else BuildRequires: gcc-c++ -%endif BuildRequires: googletest-devel BuildRequires: jsoncpp-devel BuildRequires: libboost_date_time-devel >= 1.66 @@ -42,9 +40,6 @@ BuildRequires: libboost_iostreams-devel >= 1.66 BuildRequires: libboost_locale-devel >= 1.66 BuildRequires: libboost_regex-devel >= 1.66 -%if 0%{?suse_version} <= 1600 -BuildRequires: libboost_system-devel >= 1.66 -%endif BuildRequires: libboost_thread-devel >= 1.66 BuildRequires: libcurl-devel BuildRequires: libmysqld-devel @@ -66,10 +61,7 @@ %autosetup -p1 -n OrthancMySQL-%{version} %build -%if 0%{?suse_version} == 1500 && 0%{?sle_version} > 150200 -export CC=gcc-13 -export CXX=g++-13 -%endif + %cmake ../MySQL \ -DALLOW_DOWNLOADS=ON \ -DUSE_SYSTEM_GOOGLE_TEST=ON \ ++++++ mysql.patch ++++++ diff -r -urEb OrthancMySQL-5.2.orig/Framework/Plugins/IndexBackend.cpp OrthancMySQL-5.2/Framework/Plugins/IndexBackend.cpp --- OrthancMySQL-5.2.orig/Framework/Plugins/IndexBackend.cpp 2024-06-06 15:12:01.000000000 +0200 +++ OrthancMySQL-5.2/Framework/Plugins/IndexBackend.cpp 2026-04-17 10:49:55.377160324 +0200 @@ -34,8 +34,11 @@ #include <Compatibility.h> // For std::unique_ptr<> #include <Logging.h> #include <OrthancException.h> +#include <ElapsedTimer.h> #include <Toolbox.h> +#include <boost/lexical_cast.hpp> + namespace OrthancDatabases { @@ -2887,7 +2890,7 @@ { DatabaseManager::StandaloneStatement statement(manager, "SELECT 1"); - Orthanc::Toolbox::ElapsedTimer timer; + Orthanc::ElapsedTimer timer; statement.ExecuteWithoutResult(); Only in OrthancMySQL-5.2/MySQL: ThirdPartyDownloads
