automatic version update by autodist [release 2.40.0-1mamba;Wed Apr 13 2022]

This commit is contained in:
Automatic Build System 2024-01-05 22:13:36 +01:00
parent 76b69c0e2f
commit b916a23ce5

View File

@ -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 <autodist@mambasoft.it> 2.40.0-1mamba
- automatic version update by autodist
* Fri Nov 05 2021 Automatic Build System <autodist@mambasoft.it> 2.37.3-1mamba
- automatic version update by autodist