From b916a23ce5884cf9c8007b6a4f3e8ad7d756977e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:13:36 +0100 Subject: [PATCH] automatic version update by autodist [release 2.40.0-1mamba;Wed Apr 13 2022] --- faust.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/faust.spec b/faust.spec index 710382e..32e5609 100644 --- a/faust.spec +++ b/faust.spec @@ -1,5 +1,5 @@ Name: faust -Version: 2.37.3 +Version: 2.40.0 Release: 1mamba Summary: Functional programming language for signal processing and sound synthesis Group: Applications/Development @@ -86,6 +86,7 @@ cmake \ %makeinstall PREFIX=%{_prefix} -C tools/sound2faust rm -f %{buildroot}%{_libdir}/ios-libsndfile.a +rm -f %{buildroot}%{_datadir}/faust/max-msp/sndfile/*/libsndfile.a %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" @@ -126,10 +127,16 @@ rm -f %{buildroot}%{_libdir}/ios-libsndfile.a %{_libdir}/libfaust.so %{_libdir}/libfaustmachine.a %{_libdir}/libfaustmachine.so +%ifarch %{ix86} arm +%{_libdir}/libfaustwithllvm.a +%endif %doc README.md %changelog +* Wed Apr 13 2022 Automatic Build System 2.40.0-1mamba +- automatic version update by autodist + * Fri Nov 05 2021 Automatic Build System 2.37.3-1mamba - automatic version update by autodist