public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Sandro Mani <manisandro@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/mingw-openal-soft] rawhide: Add openal-soft-cstdint.patch
Date: Tue, 21 Jul 2026 16:18:58 GMT	[thread overview]
Message-ID: <178465073881.1.11736714871453183618.rpms-mingw-openal-soft-d7fd66ff2d0a@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/mingw-openal-soft
Branch : rawhide
Commit : d7fd66ff2d0acff20a25931cf1b3269e70c1db4d
Author : Sandro Mani <manisandro@gmail.com>
Date   : 2026-07-21T18:18:50+02:00
Stats  : +14/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mingw-openal-soft/c/d7fd66ff2d0acff20a25931cf1b3269e70c1db4d?branch=rawhide

Log:
Add openal-soft-cstdint.patch

---
diff --git a/mingw-openal-soft.spec b/mingw-openal-soft.spec
index 02f43ad..634aea8 100644
--- a/mingw-openal-soft.spec
+++ b/mingw-openal-soft.spec
@@ -10,11 +10,13 @@ Version:        1.25.0
 Release:        3%{?dist}
 Summary:        Open Audio Library
 
+BuildArch:      noarch
 # See native spec
 License:        LGPL-2.0-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0 AND (LGPL-2.0-or-later AND BSD-3-Clause) AND MIT AND NCL AND MIT AND LicenseRef-Fedora-Public-Domain
 URL:            https://openal-soft.org/
 Source0:        https://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-BuildArch:      noarch
+# Add missing cstdint include
+Patch0:         openal-soft-cstdint.patch
 
 BuildRequires:  make
 BuildRequires:  cmake

diff --git a/openal-soft-cstdint.patch b/openal-soft-cstdint.patch
new file mode 100644
index 0000000..77e097a
--- /dev/null
+++ b/openal-soft-cstdint.patch
@@ -0,0 +1,11 @@
+diff -rupN openal-soft-1.25.0/common/altypes.hpp openal-soft-1.25.0-new/common/altypes.hpp
+--- openal-soft-1.25.0/common/altypes.hpp	2025-12-22 10:17:45.000000000 +0100
++++ openal-soft-1.25.0-new/common/altypes.hpp	2026-07-21 18:00:05.934265541 +0200
+@@ -2,6 +2,7 @@
+ #define AL_TYPES_HPP
+ 
+ #include <cstdio>
++#include <cstdint>
+ #include <cstddef>
+ 
+ #include "gsl/gsl"

                 reply	other threads:[~2026-07-21 16:18 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=178465073881.1.11736714871453183618.rpms-mingw-openal-soft-d7fd66ff2d0a@fedoraproject.org \
    --to=manisandro@gmail.com \
    --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