From a02978de62009f2560cf924971118dd197ba3a49 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Dec 18 2022 09:04:56 +0000 Subject: Enabled PipeWire native backend on Fedora. --- diff --git a/openal-soft.spec b/openal-soft.spec index 3815f7d..ee8a2d7 100644 --- a/openal-soft.spec +++ b/openal-soft.spec @@ -1,6 +1,6 @@ Name: openal-soft Version: 1.22.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Open Audio Library License: LGPL-2.0-or-later AND BSD-3-Clause @@ -15,6 +15,7 @@ BuildRequires: gcc-c++ BuildRequires: ninja-build %if 0%{?fedora} BuildRequires: fluidsynth-devel +BuildRequires: pipewire-devel BuildRequires: portaudio-devel %endif %if 0%{?fedora} || 0%{?rhel} < 9 @@ -130,6 +131,10 @@ sed -i 's/#allow-moves = false/allow-moves = true/' \ %{_bindir}/alsoft-config %changelog +* Sun Dec 18 2022 Vitaly Zaitsev - 1.22.2-4 +- Enabled PipeWire native backend on Fedora. +- Switched to SPDX. + * Fri Sep 30 2022 Troy Dawson - 1.22.2-3 - Fix ELN build failures