Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package barrier for openSUSE:Factory checked in at 2025-03-27 22:33:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/barrier (Old) and /work/SRC/openSUSE:Factory/.barrier.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "barrier" Thu Mar 27 22:33:24 2025 rev:7 rq:1256432 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/barrier/barrier.changes 2024-04-10 17:51:02.129898053 +0200 +++ /work/SRC/openSUSE:Factory/.barrier.new.2696/barrier.changes 2025-03-27 22:33:53.892572254 +0100 @@ -1,0 +2,5 @@ +Thu Mar 20 23:23:33 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ barrier.spec ++++++ --- /var/tmp/diff_new_pack.BbUCQo/_old 2025-03-27 22:33:54.524598416 +0100 +++ /var/tmp/diff_new_pack.BbUCQo/_new 2025-03-27 22:33:54.524598416 +0100 @@ -1,7 +1,7 @@ # # spec file for package barrier # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2018 Christian Mauderer <[email protected]>. # # All modifications and additions to the file contributed by third parties @@ -33,7 +33,7 @@ Patch0: fix-build.patch # Required for gcc-13 Patch1: fix-build2.patch -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: git-core BuildRequires: gmock @@ -82,7 +82,8 @@ export BARRIER_VERSION_STAGE="release" %cmake \ -DBARRIER_BUILD_INSTALLER=OFF \ - -DBARRIER_USE_EXTERNAL_GTEST=ON + -DBARRIER_USE_EXTERNAL_GTEST=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %check
