Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package cxxopts for openSUSE:Factory checked 
in at 2025-05-26 18:35:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cxxopts (Old)
 and      /work/SRC/openSUSE:Factory/.cxxopts.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cxxopts"

Mon May 26 18:35:18 2025 rev:5 rq:1279743 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/cxxopts/cxxopts.changes  2024-03-25 
21:16:54.376523762 +0100
+++ /work/SRC/openSUSE:Factory/.cxxopts.new.2732/cxxopts.changes        
2025-05-26 18:36:52.682806302 +0200
@@ -1,0 +2,5 @@
+Thu Apr 17 17:08:04 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- fix build with cmake 4 (boo#1239788) cxxopts-3.2.1-cmake4.patch
+
+-------------------------------------------------------------------

New:
----
  cxxopts-3.2.1-cmake4.patch

BETA DEBUG BEGIN:
  New:
- fix build with cmake 4 (boo#1239788) cxxopts-3.2.1-cmake4.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cxxopts.spec ++++++
--- /var/tmp/diff_new_pack.r0uQvL/_old  2025-05-26 18:36:53.258830484 +0200
+++ /var/tmp/diff_new_pack.r0uQvL/_new  2025-05-26 18:36:53.258830484 +0200
@@ -2,6 +2,7 @@
 # spec file for package cxxopts
 #
 # Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 Andreas Stieger <andreas.stie...@gmx.de>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +24,7 @@
 License:        MIT
 URL:            https://github.com/jarro2783/cxxopts
 Source0:        
https://github.com/jarro2783/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
+Patch0:         cxxopts-3.2.1-cmake4.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
 

++++++ cxxopts-3.2.1-cmake4.patch ++++++
>From 050ccd8badc6c706c4d20b3db48b319cc5bd9187 Mon Sep 17 00:00:00 2001
From: Vitaly <vit...@easycoding.org>
Date: Wed, 12 Mar 2025 09:59:07 +0100
Subject: [PATCH] Added compatibility with CMake 4.

---
 CMakeLists.txt                            | 2 +-
 test/add-subdirectory-test/CMakeLists.txt | 2 +-
 test/find-package-test/CMakeLists.txt     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a6e4e86e..110d3dd7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 # THE SOFTWARE.
-cmake_minimum_required(VERSION 3.1...3.19)
+cmake_minimum_required(VERSION 3.5...3.19)
 
 list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
 include(cxxopts)
diff --git a/test/add-subdirectory-test/CMakeLists.txt 
b/test/add-subdirectory-test/CMakeLists.txt
index ec14d597..8bf81e3a 100644
--- a/test/add-subdirectory-test/CMakeLists.txt
+++ b/test/add-subdirectory-test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5...3.19)
 
 project(cxxopts-test)
 
diff --git a/test/find-package-test/CMakeLists.txt 
b/test/find-package-test/CMakeLists.txt
index b88d7c9d..0bc60384 100644
--- a/test/find-package-test/CMakeLists.txt
+++ b/test/find-package-test/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.5...3.19)
 
 project(cxxopts-test)
 

Reply via email to