Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package socket.io-client-cpp for
openSUSE:Factory checked in at 2025-03-26 21:22:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/socket.io-client-cpp (Old)
and /work/SRC/openSUSE:Factory/.socket.io-client-cpp.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "socket.io-client-cpp"
Wed Mar 26 21:22:36 2025 rev:2 rq:1256201 version:3.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/socket.io-client-cpp/socket.io-client-cpp.changes
2025-02-14 19:23:04.648108068 +0100
+++
/work/SRC/openSUSE:Factory/.socket.io-client-cpp.new.2696/socket.io-client-cpp.changes
2025-03-26 21:25:06.162697108 +0100
@@ -1,0 +2,5 @@
+Sat Mar 22 14:58:02 UTC 2025 - Shawn Dunn <[email protected]>
+
+- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ socket.io-client-cpp.spec ++++++
--- /var/tmp/diff_new_pack.WjG99M/_old 2025-03-26 21:25:06.746721347 +0100
+++ /var/tmp/diff_new_pack.WjG99M/_new 2025-03-26 21:25:06.750721513 +0100
@@ -27,7 +27,7 @@
URL: https://github.com/socketio/socket.io-client-cpp
Source:
https://github.com/socketio/%{name}/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: c++_compiler
-BuildRequires: cmake
+BuildRequires: cmake >= 3.5
BuildRequires: pkgconfig
BuildRequires: cmake(RapidJSON)
BuildRequires: cmake(websocketpp)
@@ -56,6 +56,7 @@
%build
%cmake \
-DCMAKE_BUILD_TYPE="Release" \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
%{nil}
%cmake_build