Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package diskscan for openSUSE:Factory checked in at 2026-06-02 16:01:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diskscan (Old) and /work/SRC/openSUSE:Factory/.diskscan.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diskscan" Tue Jun 2 16:01:45 2026 rev:10 rq:1356404 version:0.21 Changes: -------- --- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes 2024-03-19 17:32:08.947444471 +0100 +++ /work/SRC/openSUSE:Factory/.diskscan.new.1937/diskscan.changes 2026-06-02 16:02:19.537969222 +0200 @@ -1,0 +2,8 @@ +Mon Jun 1 15:27:18 UTC 2026 - Martin Pluskal <[email protected]> + +- Modernize spec file: + * Use %cmake_build instead of the deprecated %make_jobs + * Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 so the build keeps + working under CMake 4+ (upstream still requires cmake < 3.5) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diskscan.spec ++++++ --- /var/tmp/diff_new_pack.mx1opu/_old 2026-06-02 16:02:20.494008868 +0200 +++ /var/tmp/diff_new_pack.mx1opu/_new 2026-06-02 16:02:20.498009034 +0200 @@ -1,7 +1,7 @@ # # spec file for package diskscan # -# Copyright (c) 2024 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 @@ -46,8 +46,10 @@ %autosetup %build -%cmake -%make_jobs +# upstream's CMakeLists require cmake < 3.5; allow it under CMake 4+ +%cmake \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 +%cmake_build %install %cmake_install
