Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ttyd for openSUSE:Factory checked in at 2025-03-24 13:29:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ttyd (Old) and /work/SRC/openSUSE:Factory/.ttyd.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ttyd" Mon Mar 24 13:29:23 2025 rev:3 rq:1255178 version:1.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ttyd/ttyd.changes 2023-10-31 20:25:46.206095059 +0100 +++ /work/SRC/openSUSE:Factory/.ttyd.new.2696/ttyd.changes 2025-03-24 13:29:26.404778807 +0100 @@ -1,0 +2,7 @@ +Sat Mar 22 00:56:37 UTC 2025 - Shawn Dunn <sfal...@opensuse.org> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: Declarations, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ttyd.spec ++++++ --- /var/tmp/diff_new_pack.pNptSy/_old 2025-03-24 13:29:27.468823476 +0100 +++ /var/tmp/diff_new_pack.pNptSy/_new 2025-03-24 13:29:27.468823476 +0100 @@ -1,7 +1,7 @@ # # spec file for package ttyd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2017-2021, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -22,11 +22,10 @@ Release: 0 Summary: Share your terminal over the web License: MIT -Group: System/Monitoring URL: https://tsl0922.github.io/ttyd/ #Git-Clone: https://github.com/tsl0922/ttyd.git Source: https://github.com/tsl0922/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz -BuildRequires: cmake +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: openssl-devel # required vim for xxd @@ -53,12 +52,15 @@ %setup -q %build -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 make VERBOSE=1 %{?_smp_mflags} %install %cmake_install +%check +%ctest + %files %license LICENSE %doc README.md