Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mfgtools for openSUSE:Factory checked in at 2025-05-09 18:44:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mfgtools (Old) and /work/SRC/openSUSE:Factory/.mfgtools.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mfgtools" Fri May 9 18:44:58 2025 rev:5 rq:1275644 version:1.5.191.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mfgtools/mfgtools.changes 2024-11-04 22:42:15.851621204 +0100 +++ /work/SRC/openSUSE:Factory/.mfgtools.new.30101/mfgtools.changes 2025-05-09 18:45:58.999615852 +0200 @@ -1,0 +2,6 @@ +Wed May 7 08:13:38 UTC 2025 - Simon Lees <[email protected]> + +- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes + minimum version warnings + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mfgtools.spec ++++++ --- /var/tmp/diff_new_pack.LNLd89/_old 2025-05-09 18:46:00.947697310 +0200 +++ /var/tmp/diff_new_pack.LNLd89/_new 2025-05-09 18:46:00.959697812 +0200 @@ -1,7 +1,7 @@ # # spec file for package mfgtools # -# Copyright (c) 2024 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 @@ -43,6 +43,9 @@ %autosetup -p1 %build +# Remove cmake4 error due to not setting +# min cmake version - sflees.de +export CMAKE_POLICY_VERSION_MINIMUM=3.5 echo uuu_%{version} > .tarball-version cmake . make
