Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package robin-map for openSUSE:Factory checked in at 2025-03-26 21:24:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/robin-map (Old) and /work/SRC/openSUSE:Factory/.robin-map.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "robin-map" Wed Mar 26 21:24:45 2025 rev:6 rq:1256277 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/robin-map/robin-map.changes 2024-06-24 20:54:13.046338069 +0200 +++ /work/SRC/openSUSE:Factory/.robin-map.new.2696/robin-map.changes 2025-03-26 21:25:54.996706729 +0100 @@ -1,0 +2,6 @@ +Sat Mar 22 20:32:19 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ robin-map.spec ++++++ --- /var/tmp/diff_new_pack.k21827/_old 2025-03-26 21:25:55.500727451 +0100 +++ /var/tmp/diff_new_pack.k21827/_new 2025-03-26 21:25:55.504727615 +0100 @@ -23,7 +23,7 @@ License: MIT URL: https://github.com/Tessil/robin-map Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildArch: noarch @@ -61,11 +61,14 @@ chmod 0644 %{SOURCE0} %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %install %cmake_install +%check +%ctest + %files devel %license LICENSE %doc README.md
