public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cxxopts] epel10: Backported upstream patch to fix FTBFS.
@ 2026-09-22  1:31 Vitaly
  0 siblings, 0 replies; only message in thread
From: Vitaly @ 2026-09-22  1:31 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cxxopts
Branch : epel10
Commit : 8ed05c2fffd813eb71d40d187dd6fcc941a3381f
Author : Vitaly <vitaly@easycoding.org>
Date   : 2025-01-20T10:11:16+01:00
Stats  : +24/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/cxxopts/c/8ed05c2fffd813eb71d40d187dd6fcc941a3381f?branch=epel10

Log:
Backported upstream patch to fix FTBFS.

---
diff --git a/cxxopts-3.2.1-add-missing-include.patch b/cxxopts-3.2.1-add-missing-include.patch
new file mode 100644
index 0000000..a27a98c
--- /dev/null
+++ b/cxxopts-3.2.1-add-missing-include.patch
@@ -0,0 +1,21 @@
+From 63d1b65a694cfceafc20863afa75df49dfbe6b2a Mon Sep 17 00:00:00 2001
+From: pastalian <28638872+pastalian@users.noreply.github.com>
+Date: Wed, 28 Aug 2024 20:31:42 +0900
+Subject: [PATCH] Add missing header for gcc-15 (#438)
+
+---
+ include/cxxopts.hpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp
+index 991ba3fc..a2e71faf 100644
+--- a/include/cxxopts.hpp
++++ b/include/cxxopts.hpp
+@@ -27,6 +27,7 @@ THE SOFTWARE.
+ #ifndef CXXOPTS_HPP_INCLUDED
+ #define CXXOPTS_HPP_INCLUDED
+ 
++#include <cstdint>
+ #include <cstdlib>
+ #include <cstring>
+ #include <exception>

diff --git a/cxxopts.spec b/cxxopts.spec
index 63437cf..71ee06f 100644
--- a/cxxopts.spec
+++ b/cxxopts.spec
@@ -9,6 +9,9 @@ License: MIT
 URL: https://github.com/jarro2783/%{name}
 Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
 
+# https://github.com/jarro2783/cxxopts/commit/63d1b65a694cfceafc20863afa75df49dfbe6b2a
+Patch100: %{name}-3.2.1-add-missing-include.patch
+
 BuildRequires: cmake
 BuildRequires: gcc-c++
 BuildRequires: ninja-build

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

only message in thread, other threads:[~2026-09-22  1:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-22  1:31 [rpms/cxxopts] epel10: Backported upstream patch to fix FTBFS Vitaly

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