From 4a50505d60543cd827adec2c0662643ddaf693773784f0ad6995c710acb68aa1 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 19 Nov 2018 08:34:06 +0000 Subject: [PATCH] Accepting request 650035 from home:derselbst:branches:multimedia:libs - Update to 2.0.2: * fix building fluidsynth without any audio drivers * fix a possibly misaligned memory access in the soundfont loader * fix a memory leak in the pulse audio driver * fix a NULL deref in the coreaudio driver * use cmake to query for DSound and WinMidi support * remove an unintended MFC dependency header * include Windows DLL version info for MinGW builds * implement midi.autoconnect for jack * add a cmake option to disable multi-threading OBS-URL: https://build.opensuse.org/request/show/650035 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=54 --- fluidsynth-2.0.1.tar.gz | 3 --- fluidsynth-2.0.2.tar.gz | 3 +++ fluidsynth.changes | 14 ++++++++++++++ fluidsynth.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.0.1.tar.gz create mode 100644 fluidsynth-2.0.2.tar.gz diff --git a/fluidsynth-2.0.1.tar.gz b/fluidsynth-2.0.1.tar.gz deleted file mode 100644 index f3c13fd..0000000 --- a/fluidsynth-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d80f0b2fb0d3f93722844e654d5b5f004bf31a07f752c0be939b7242ac33248 -size 1370145 diff --git a/fluidsynth-2.0.2.tar.gz b/fluidsynth-2.0.2.tar.gz new file mode 100644 index 0000000..04b0f6c --- /dev/null +++ b/fluidsynth-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18eb135920ca141f769dd288eae1b5c751b0162261da8cd6c1fe0cea850ecf +size 1373253 diff --git a/fluidsynth.changes b/fluidsynth.changes index 6a495d9..000971e 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Nov 18 17:59:42 UTC 2018 - Tom Mbrt + +- Update to 2.0.2: + * fix building fluidsynth without any audio drivers + * fix a possibly misaligned memory access in the soundfont loader + * fix a memory leak in the pulse audio driver + * fix a NULL deref in the coreaudio driver + * use cmake to query for DSound and WinMidi support + * remove an unintended MFC dependency header + * include Windows DLL version info for MinGW builds + * implement midi.autoconnect for jack + * add a cmake option to disable multi-threading + ------------------------------------------------------------------- Sun Oct 7 15:31:52 UTC 2018 - tom.mbrt@googlemail.com diff --git a/fluidsynth.spec b/fluidsynth.spec index 9090dd0..18b5b9b 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -24,7 +24,7 @@ %endif Name: fluidsynth -Version: 2.0.1 +Version: 2.0.2 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later