Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qore-ssh2-module for openSUSE:Factory checked in at 2025-05-12 16:50:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qore-ssh2-module (Old) and /work/SRC/openSUSE:Factory/.qore-ssh2-module.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-ssh2-module" Mon May 12 16:50:10 2025 rev:12 rq:1276827 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/qore-ssh2-module/qore-ssh2-module.changes 2025-01-28 17:20:26.180284523 +0100 +++ /work/SRC/openSUSE:Factory/.qore-ssh2-module.new.30101/qore-ssh2-module.changes 2025-05-12 16:54:07.309881537 +0200 @@ -1,0 +2,11 @@ +Mon May 12 13:25:40 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Add BuildRequire for qore-stdlib >= 2.0 with new qore package + +------------------------------------------------------------------- +Wed May 7 10:57:38 UTC 2025 - Simon Lees <sfl...@suse.de> + +- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes + minimum version warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-ssh2-module.spec ++++++ --- /var/tmp/diff_new_pack.NWIt8u/_old 2025-05-12 16:54:07.729899164 +0200 +++ /var/tmp/diff_new_pack.NWIt8u/_new 2025-05-12 16:54:07.729899164 +0200 @@ -1,7 +1,7 @@ # # spec file for package qore-ssh2-module # -# Copyright (c) 2023 SUSE LLC +# 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 @@ -61,6 +61,7 @@ BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: qore >= 1.18 +BuildRequires: qore-stdlib >= 2.0 BuildRequires: qore-devel >= 1.18 Requires: /usr/bin/env Requires: qore-module(abi)%{?_isa} = %{module_api} @@ -92,6 +93,9 @@ %setup -q %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 export CXXFLAGS="%{?optflags}" cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} -DCMAKE_BUILD_TYPE=RELWITHDEBINFO -DCMAKE_SKIP_RPATH=1 -DCMAKE_SKIP_INSTALL_RPATH=1 -DCMAKE_SKIP_BUILD_RPATH=1 -DCMAKE_PREFIX_PATH=${_prefix}/lib64/cmake/Qore . make %{?_smp_mflags}