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

A new commit has been pushed.

Repo   : rpms/cucumber-messages
Branch : rawhide
Commit : c31987558bddeac40911113b9ba3f4119331564f
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-15T14:53:08+01:00
Stats  : +3/-41 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/cucumber-messages/c/c31987558bddeac40911113b9ba3f4119331564f?branch=rawhide

Log:
Update to 34.1.0 (close RHBZ#2500861)

---
diff --git a/.gitignore b/.gitignore
index 1e89e80..9e972fe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /messages-33.0.4.tar.gz
 /messages-34.0.1.tar.gz
 /messages-34.0.2.tar.gz
+/messages-34.1.0.tar.gz

diff --git a/483.patch b/483.patch
deleted file mode 100644
index c010949..0000000
--- a/483.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 2161716420d2b9935e5994c200519df37fad0a75 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Tue, 14 Jul 2026 10:05:49 +0100
-Subject: [PATCH] Allow finding GTest when not fetching deps
-
----
- CHANGELOG.md                     | 2 ++
- cpp/cmake/dependencies.cpm.cmake | 4 ++++
- 2 files changed, 6 insertions(+)
-
-diff --git a/CHANGELOG.md b/CHANGELOG.md
-index e0e3f63f..d14401c8 100644
---- a/CHANGELOG.md
-+++ b/CHANGELOG.md
-@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- and this project adheres to [Semantic Versioning](http://semver.org/).
- 
- ## [Unreleased]
-+### Fixed
-+- [cpp] Allow building tests with system GTest when fetching dependencies is disabled. ([#483](https://github.com/cucumber/messages/pull/483))
- 
- ## [34.0.2] - 2026-07-13
- ### Added
-diff --git a/cpp/cmake/dependencies.cpm.cmake b/cpp/cmake/dependencies.cpm.cmake
-index 069acb30..eb1c7fa6 100644
---- a/cpp/cmake/dependencies.cpm.cmake
-+++ b/cpp/cmake/dependencies.cpm.cmake
-@@ -56,4 +56,8 @@ if(CUCUMBER_MESSAGES_FETCH_DEPS)
-     endif()
- else()
-     find_package(nlohmann_json 3.12.0 REQUIRED)
-+
-+    if (CUCUMBER_MESSAGES_BUILD_TESTS)
-+        find_package(GTest REQUIRED)
-+    endif()
- endif()

diff --git a/cucumber-messages.spec b/cucumber-messages.spec
index 52aa6a2..9e538ae 100644
--- a/cucumber-messages.spec
+++ b/cucumber-messages.spec
@@ -11,7 +11,7 @@
 %bcond network_tests 0
 
 Name:           cucumber-messages
-Version:        34.0.2
+Version:        34.1.0
 %global cpp_soversion 34
 Release:        %autorelease
 Summary:        A message protocol for representing results and other information from Cucumber
@@ -20,9 +20,6 @@ License:        MIT
 URL:            https://github.com/cucumber/messages
 Source:         %{url}/archive/v%{version}/messages-%{version}.tar.gz
 
-# cpp: Allow finding GTest when not fetching deps
-Patch:          %{url}/pull/483.patch
-
 # https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
 ExcludeArch:    %{ix86}
 

diff --git a/sources b/sources
index c4e18c0..dd28f05 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (messages-34.0.2.tar.gz) = 25066359e72cae6aed52347fb8179444d779f153132426aa2af02bb4b46ec41e2a61225ca836b62036acfd682bd014cd68e5621abfc21929e95ef13b1c70b086
+SHA512 (messages-34.1.0.tar.gz) = 4e7ccdb8954e732f21745c16b92a590796e0c2ea3a9689b59af29d73aea2e02eae46da002983ffc1bde255f805304e6ff9b241b96cdba39fe51605b32a2a7962

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

only message in thread, other threads:[~2026-07-15 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 13:54 [rpms/cucumber-messages] rawhide: Update to 34.1.0 (close RHBZ#2500861) 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