From ee230482f0c5ff3e461322ca656603b22441d35456c768e81b23bc0ab5dcd662 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 27 May 2020 06:27:59 +0000 Subject: [PATCH] Accepting request 809000 from home:derselbst:branches:multimedia:libs - Update to version 2.1.3 * fix a cross-compilation failure from Win32 to WinARM * fix issues while `fluid_player` is seeking * fix a NULL pointer dereference if `synth.dynamic-sample-loading` is enabled * fix a NULL pointer dereference in `delete_rvoice_mixer_threads()` * fix a NULL pointer dereference in the soundfont loader * fix dsound driver playing garbage when terminating fluidsynth * avoid memory leaks when using libinstpatch OBS-URL: https://build.opensuse.org/request/show/809000 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=74 --- fluidsynth-2.1.2.tar.gz | 3 --- fluidsynth-2.1.3.tar.gz | 3 +++ fluidsynth.changes | 13 +++++++++++++ fluidsynth.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.1.2.tar.gz create mode 100644 fluidsynth-2.1.3.tar.gz diff --git a/fluidsynth-2.1.2.tar.gz b/fluidsynth-2.1.2.tar.gz deleted file mode 100644 index 0840065..0000000 --- a/fluidsynth-2.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9206d83b8d2f7e1ec259ee01e943071de67e419aabe142b51312f8edb39c5503 -size 1360329 diff --git a/fluidsynth-2.1.3.tar.gz b/fluidsynth-2.1.3.tar.gz new file mode 100644 index 0000000..6090358 --- /dev/null +++ b/fluidsynth-2.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645fbfd7c04543c6d3bf415eab8250527813b8dc8e6d6972dbcc8cb525e1d409 +size 1363832 diff --git a/fluidsynth.changes b/fluidsynth.changes index 72d0fec..ab9761d 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 26 11:34:04 UTC 2020 - Tom Mbrt + +- Update to version 2.1.3 + * fix a cross-compilation failure from Win32 to WinARM + * fix issues while `fluid_player` is seeking + * fix a NULL pointer dereference if `synth.dynamic-sample-loading` + is enabled + * fix a NULL pointer dereference in `delete_rvoice_mixer_threads()` + * fix a NULL pointer dereference in the soundfont loader + * fix dsound driver playing garbage when terminating fluidsynth + * avoid memory leaks when using libinstpatch + ------------------------------------------------------------------- Mon Apr 13 16:42:51 UTC 2020 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index fe8e220..baacc93 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -25,7 +25,7 @@ %define sover 2 Name: fluidsynth -Version: 2.1.2 +Version: 2.1.3 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later