public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Vitaly <vitaly@easycoding.org>
To: git-commits@fedoraproject.org
Subject: [rpms/cxxopts] epel10.3: Backported upstream patch to fix FTBFS.
Date: Tue, 22 Sep 2026 01:32:28 GMT [thread overview]
Message-ID: <179004074852.1.6891211375419379370.rpms-cxxopts-8ed05c2fffd8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/cxxopts
Branch : epel10.3
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.3
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
reply other threads:[~2026-09-22 1:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=179004074852.1.6891211375419379370.rpms-cxxopts-8ed05c2fffd8@fedoraproject.org \
--to=vitaly@easycoding.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox