Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package websocketpp for openSUSE:Factory checked in at 2025-03-26 21:22:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/websocketpp (Old) and /work/SRC/openSUSE:Factory/.websocketpp.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "websocketpp" Wed Mar 26 21:22:43 2025 rev:14 rq:1256203 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/websocketpp/websocketpp.changes 2024-02-21 17:59:21.053670084 +0100 +++ /work/SRC/openSUSE:Factory/.websocketpp.new.2696/websocketpp.changes 2025-03-26 21:25:08.058775802 +0100 @@ -1,0 +2,7 @@ +Fri Mar 21 23:08:30 UTC 2025 - Shawn Dunn <[email protected]> + +- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4 +- Add %check section +- Remove Group: definitions, no longer used + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ websocketpp.spec ++++++ --- /var/tmp/diff_new_pack.oVwIUK/_old 2025-03-26 21:25:08.654800539 +0100 +++ /var/tmp/diff_new_pack.oVwIUK/_new 2025-03-26 21:25:08.658800705 +0100 @@ -1,7 +1,7 @@ # # spec file for package websocketpp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,13 +21,12 @@ Release: 0 Summary: C++ WebSocket Protocol Library License: BSD-3-Clause -Group: Development/Libraries/C and C++ URL: http://www.zaphoyd.com/websocketpp Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: websocketpp.pc # PATCH-FIX-UPSTREAM - https://github.com/zaphoyd/websocketpp/pull/888 Patch0: Update-websocketpp-configVersion.cmake.patch -BuildRequires: cmake >= 2.6 +BuildRequires: cmake >= 3.5 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildArch: noarch @@ -46,7 +45,6 @@ %package devel Summary: Development files for websocketpp, a C++ WebSocket Protocol Library -Group: Development/Libraries/C and C++ %description devel WebSocket++ is a header-only C++ library @@ -60,7 +58,7 @@ %build %if 0%{?suse_version} >= 1310 -%cmake +%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5 %else mkdir build pushd build @@ -80,6 +78,9 @@ %endif install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/websocketpp.pc +%check +%ctest + %files devel %license COPYING %doc changelog.md readme.md roadmap.md
