Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package qore-uuid-module for openSUSE:Leap:16.0 checked in at 2025-06-19 01:27:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/qore-uuid-module (Old) and /work/SRC/openSUSE:Leap:16.0/.qore-uuid-module.new.19631 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qore-uuid-module" Thu Jun 19 01:27:07 2025 rev:2 rq:1286593 version:1.4.1 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/qore-uuid-module/qore-uuid-module.changes 2025-03-19 11:56:01.377131964 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.qore-uuid-module.new.19631/qore-uuid-module.changes 2025-06-19 01:28:46.852725256 +0200 @@ -1,0 +2,6 @@ +Mon May 12 15:57:01 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org> + +- Add CMAKE Policy for CMAKE 4.0 +- Update for qore >= 2.0 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qore-uuid-module.spec ++++++ --- /var/tmp/diff_new_pack.tGqpRW/_old 2025-06-19 01:28:47.128736745 +0200 +++ /var/tmp/diff_new_pack.tGqpRW/_new 2025-06-19 01:28:47.128736745 +0200 @@ -26,7 +26,7 @@ Group: Development/Languages URL: https://qore.org Source: https://github.com/qorelanguage/module-uuid/archive/refs/tags/v%{version}.tar.gz#/%{src_name}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ @@ -34,6 +34,7 @@ BuildRequires: libuuid-devel BuildRequires: qore >= 1.12.4 BuildRequires: qore-devel >= 1.12.4 +BuildRequires: (qore-stdlib if qore >= 2.0) Requires: qore-module(abi)%{?_isa} = %{module_api} %description @@ -44,6 +45,7 @@ %package doc Summary: Documentation and examples for the Qore UUID module Group: Development/Languages +BuildArch: noarch %description doc This package contains the HTML documentation and example programs for the Qore @@ -53,6 +55,9 @@ %setup -q -n %{src_name} %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake %make_build docs