Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sshping for openSUSE:Factory checked in at 2025-03-24 13:31:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sshping (Old) and /work/SRC/openSUSE:Factory/.sshping.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sshping" Mon Mar 24 13:31:22 2025 rev:2 rq:1255364 version:0.1.4+git20230317 Changes: -------- --- /work/SRC/openSUSE:Factory/sshping/sshping.changes 2023-05-02 16:24:24.651726194 +0200 +++ /work/SRC/openSUSE:Factory/.sshping.new.2696/sshping.changes 2025-03-24 13:31:27.665848474 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 14:25:50 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sshping.spec ++++++ --- /var/tmp/diff_new_pack.NuS0rp/_old 2025-03-24 13:31:28.513883806 +0100 +++ /var/tmp/diff_new_pack.NuS0rp/_new 2025-03-24 13:31:28.517883972 +0100 @@ -21,10 +21,9 @@ Release: 0 Summary: SSH server auditing License: MIT -Group: Productivity/Networking/Diagnostic URL: https://github.com/spook/sshping Source: %{name}-%{version}.tar.xz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: pkgconfig(libssh) @@ -40,12 +39,15 @@ %setup -q %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %cmake_build %install %cmake_install +%check +%ctest + %files %license LICENSE %doc README.md
