Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Ne10 for openSUSE:Factory checked in at 2026-06-02 16:02:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Ne10 (Old) and /work/SRC/openSUSE:Factory/.Ne10.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Ne10" Tue Jun 2 16:02:10 2026 rev:4 rq:1356426 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/Ne10/Ne10.changes 2019-11-06 14:35:18.970621382 +0100 +++ /work/SRC/openSUSE:Factory/.Ne10.new.1937/Ne10.changes 2026-06-02 16:02:46.127071834 +0200 @@ -1,0 +2,8 @@ +Mon Jun 1 17:26:06 UTC 2026 - Martin Pluskal <[email protected]> + +- Spec cleanup: + * Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5 so the build keeps + working under CMake 4+ (upstream requires cmake 2.6) + * Use %autosetup + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Ne10.spec ++++++ --- /var/tmp/diff_new_pack.pK8VDv/_old 2026-06-02 16:02:47.243118115 +0200 +++ /var/tmp/diff_new_pack.pK8VDv/_new 2026-06-02 16:02:47.247118281 +0200 @@ -1,7 +1,7 @@ # # spec file for package Ne10 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -73,10 +73,12 @@ This package contains the development files. %prep -%setup -q +%autosetup %build +# upstream requires cmake 2.6; allow it under CMake 4+ %cmake \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \ %ifarch aarch64 -DNE10_LINUX_TARGET_ARCH=aarch64 \ %else
