public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cucumber-messages] rawhide: Update to 34.0.1 (close RHBZ#2497159)
@ 2026-07-06 19:55 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-06 19:55 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cucumber-messages
Branch : rawhide
Commit : 9dd24ec6bc1752209110b2b2c3f69b117375768e
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-06T19:50:24+01:00
Stats  : +31/-4 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/cucumber-messages/c/9dd24ec6bc1752209110b2b2c3f69b117375768e?branch=rawhide

Log:
Update to 34.0.1 (close RHBZ#2497159)

---
diff --git a/.gitignore b/.gitignore
index 623a584..a0954b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /messages-33.0.2.tar.gz
 /messages-33.0.3.tar.gz
 /messages-33.0.4.tar.gz
+/messages-34.0.1.tar.gz

diff --git a/478.patch b/478.patch
new file mode 100644
index 0000000..c74a9ff
--- /dev/null
+++ b/478.patch
@@ -0,0 +1,20 @@
+From f6c5bfb0d9db05325833e1fd59adcee6081f70e5 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Mon, 6 Jul 2026 19:45:05 +0100
+Subject: [PATCH] cpp: Find dependencies when not using CPM to download them
+
+---
+ cpp/cmake/dependencies.cpm.cmake | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/cpp/cmake/dependencies.cpm.cmake b/cpp/cmake/dependencies.cpm.cmake
+index 5268b170..b6557a9d 100644
+--- a/cpp/cmake/dependencies.cpm.cmake
++++ b/cpp/cmake/dependencies.cpm.cmake
+@@ -36,4 +36,6 @@ if(CUCUMBER_MESSAGES_FETCH_DEPS)
+             set(CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" PARENT_SCOPE)
+         endif()
+     endif()
++else()
++    find_package(nlohmann_json 3.12.0 REQUIRED)
+ endif()

diff --git a/cucumber-messages.spec b/cucumber-messages.spec
index d02e647..0c6569f 100644
--- a/cucumber-messages.spec
+++ b/cucumber-messages.spec
@@ -11,8 +11,8 @@
 %bcond network_tests 0
 
 Name:           cucumber-messages
-Version:        33.0.4
-%global cpp_soversion 33
+Version:        34.0.1
+%global cpp_soversion 34
 Release:        %autorelease
 Summary:        A message protocol for representing results and other information from Cucumber
 
@@ -20,6 +20,10 @@ License:        MIT
 URL:            https://github.com/cucumber/messages
 Source:         %{url}/archive/v%{version}/messages-%{version}.tar.gz
 
+# cpp: Find dependencies when not using CPM to download them
+# https://github.com/cucumber/messages/pull/478
+Patch:          %{url}/pull/478.patch
+
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
 
@@ -132,7 +136,9 @@ BuildArch: noarch
 
 %conf
 pushd cpp
-%cmake
+%cmake \
+    -DCUCUMBER_MESSAGES_BUILD_TESTS:BOOL=ON \
+    -DCUCUMBER_MESSAGES_FETCH_DEPS:BOOL=OFF
 popd
 
 

diff --git a/sources b/sources
index 813f8f7..44cb3bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (messages-33.0.4.tar.gz) = fde68c64eef0688c416d90a2453d0037e7ed32e85c921af146a137f38bf89e0d53cbe4a2bbdbbf854bfd637d6078d1cd545ef3eede002d7e977aa3aac79dbef7
+SHA512 (messages-34.0.1.tar.gz) = d75530bdacfd1d487aaaecffd7093b7faba6703e15125e4006f72299e1e666f1631c922cde8f7a7832a27e844743a2a2ac022bb086d5c2b6e46094316baadc9e

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 19:55 [rpms/cucumber-messages] rawhide: Update to 34.0.1 (close RHBZ#2497159) Benjamin A. Beasley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox