diff --git a/fluidsynth-2.2.0.tar.gz b/fluidsynth-2.2.0.tar.gz deleted file mode 100644 index d0b8c70..0000000 --- a/fluidsynth-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:928fb16f307507485bd1d9b010dafba8c747bce5de2ba47ab1705944c87013b6 -size 1507709 diff --git a/fluidsynth-2.2.1.tar.gz b/fluidsynth-2.2.1.tar.gz new file mode 100644 index 0000000..90f2b12 --- /dev/null +++ b/fluidsynth-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c56660f23f6c406b36646cc619fc2d2a5265d1d3290e79bcef4505bcd985fdd +size 1594153 diff --git a/fluidsynth.changes b/fluidsynth.changes index 5d8c83d..25e75b6 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat May 8 19:58:48 UTC 2021 - Tom Mbrt + +- Update to 2.2.1 + * Make ALSA the default driver on Linux + * Coreaudio driver failed to initialize on MacOS 11 + * WaveOut driver failed to initialize + * COM initialization in WASAPI driver is no longer performed in the + caller's context + * WASPI driver now supports reverb and chorus + * Handle SysEx GM/GM2 mode on, GS reset, and XG reset + * Old behaviour of `fluid_player_join` has been restored to prevent + infinite loop in client code + * The Soundfont loader code has been refactored, illegal generators + will now be skipped more consequently +- Replace deprecated %make_jobs macro with %cmake_build + ------------------------------------------------------------------- Wed Apr 7 15:03:44 CEST 2021 - tiwai@suse.de diff --git a/fluidsynth.spec b/fluidsynth.spec index eb634ae..1c802bf 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -18,7 +18,7 @@ %define sover 3 Name: fluidsynth -Version: 2.2.0 +Version: 2.2.1 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later @@ -77,14 +77,14 @@ This package contains the shared library for Fluidsynth. %cmake \ -DFLUID_DAEMON_ENV_FILE=%{_fillupdir}/sysconfig.%{name} \ -Denable-lash=0 -%make_jobs +%cmake_build %check # depending on the distribution being built for, cmake # may or may not create a 'build' subdirectory %cmake # cannot call ctest as the unit tests need to be compiled yet -%make_build check +%cmake_build check %install %cmake_install