Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xtl for openSUSE:Factory checked in at 2025-03-24 13:29:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtl (Old) and /work/SRC/openSUSE:Factory/.xtl.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtl" Mon Mar 24 13:29:26 2025 rev:10 rq:1255199 version:0.7.7 Changes: -------- --- /work/SRC/openSUSE:Factory/xtl/xtl.changes 2025-03-12 20:15:18.075492829 +0100 +++ /work/SRC/openSUSE:Factory/.xtl.new.2696/xtl.changes 2025-03-24 13:29:29.924926583 +0100 @@ -1,0 +2,5 @@ +Fri Mar 21 22:42:35 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtl.spec ++++++ --- /var/tmp/diff_new_pack.prJ4tr/_old 2025-03-24 13:29:30.992971420 +0100 +++ /var/tmp/diff_new_pack.prJ4tr/_new 2025-03-24 13:29:31.000971756 +0100 @@ -27,7 +27,7 @@ Source0: https://github.com/xtensor-stack/xtl/archive/refs/tags/%{version}/xtl-%{version}.tar.gz BuildRequires: %{python_module breathe} BuildRequires: %{python_module sphinx_rtd_theme} -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: doctest-devel BuildRequires: doxygen BuildRequires: fdupes @@ -60,7 +60,9 @@ %autosetup %build -%cmake -DBUILD_TESTS:BOOL=ON +%cmake \ + -DBUILD_TESTS:BOOL=ON \ + -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build #build documentation