public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mingw-openal-soft] rawhide: Add openal-soft-cstdint.patch
@ 2026-07-21 16:18 Sandro Mani
  0 siblings, 0 replies; only message in thread
From: Sandro Mani @ 2026-07-21 16:18 UTC (permalink / raw)
  To: git-commits

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"

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

only message in thread, other threads:[~2026-07-21 16:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 16:18 [rpms/mingw-openal-soft] rawhide: Add openal-soft-cstdint.patch Sandro Mani

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