Updated to version 1.22.2.
This commit is contained in:
parent
7a6f7075f2
commit
e7f335b3d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ openal-soft-1.12.854.tar.bz2
|
|||||||
/openal-soft-1.19.0.tar.bz2
|
/openal-soft-1.19.0.tar.bz2
|
||||||
/openal-soft-1.19.1.tar.bz2
|
/openal-soft-1.19.1.tar.bz2
|
||||||
/openal-soft-1.21.1.tar.bz2
|
/openal-soft-1.21.1.tar.bz2
|
||||||
|
/openal-soft-1.22.2.tar.bz2
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
From 302e88dbf0f10224a5b87be4ce43b3fdd9d20184 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chris Robinson <chris.kcat@gmail.com>
|
|
||||||
Date: Tue, 16 Feb 2021 05:42:14 -0800
|
|
||||||
Subject: [PATCH] Add missing include
|
|
||||||
|
|
||||||
---
|
|
||||||
utils/makemhr/loadsofa.cpp | 1 +
|
|
||||||
1 file changed, 1 insertion(+)
|
|
||||||
|
|
||||||
diff --git a/utils/makemhr/loadsofa.cpp b/utils/makemhr/loadsofa.cpp
|
|
||||||
index ec000d723..7d091be88 100644
|
|
||||||
--- a/utils/makemhr/loadsofa.cpp
|
|
||||||
+++ b/utils/makemhr/loadsofa.cpp
|
|
||||||
@@ -34,6 +34,7 @@
|
|
||||||
#include <memory>
|
|
||||||
#include <numeric>
|
|
||||||
#include <string>
|
|
||||||
+#include <thread>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include "makemhr.h"
|
|
@ -1,15 +1,12 @@
|
|||||||
%undefine __cmake_in_source_build
|
|
||||||
|
|
||||||
Name: openal-soft
|
Name: openal-soft
|
||||||
Version: 1.21.1
|
Version: 1.22.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Open Audio Library
|
Summary: Open Audio Library
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://openal-soft.org/
|
URL: http://openal-soft.org/
|
||||||
Source0: http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
|
Source0: http://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
|
||||||
Patch0: openal-soft-arm_neon-only-for-32bit.patch
|
Patch0: openal-soft-arm_neon-only-for-32bit.patch
|
||||||
Patch1: openal-soft-libmysofa-include-fix.patch
|
|
||||||
|
|
||||||
BuildRequires: alsa-lib-devel
|
BuildRequires: alsa-lib-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -124,6 +121,9 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \
|
|||||||
%{_bindir}/alsoft-config
|
%{_bindir}/alsoft-config
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 28 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 1.22.2-1
|
||||||
|
- Updated to version 1.22.2.
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.1-2
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.21.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (openal-soft-1.21.1.tar.bz2) = 420eec18149a9b784daaabe8a2865de3b87d5550cf2e8e06569464d0b5ba6e51d904c18f1461af08676bf8c8b76ef270e860008d79545a5f85131299e89bffd4
|
SHA512 (openal-soft-1.22.2.tar.bz2) = 2271968955d55746caf514b6d4304d09d5e552d5640552e2503186ef36bc872a836804ebf79ffbda663931bd13d4e2ce53e0c46cc4faf4134bdb3c08983a5e47
|
||||||
|
Loading…
Reference in New Issue
Block a user