From 7e5875364ee5b2f0d364557e2a3a890c98f559e63f22cd076a52c34bbe4f661b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 2 Jan 2019 11:17:54 +0000 Subject: [PATCH] Accepting request 662413 from home:derselbst:branches:multimedia:libs - Update to 2.0.3: * fix handle leak in winmidi driver * fix build failures when cross compiling * fix a bug when calculating the lower boundary of attenuation * fix a double free in `fluid_sample_set_sound_data()` * silence a warning when loading soundfonts from memory * minor performance improvements OBS-URL: https://build.opensuse.org/request/show/662413 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=56 --- fluidsynth-2.0.2.tar.gz | 3 --- fluidsynth-2.0.3.tar.gz | 3 +++ fluidsynth.changes | 11 +++++++++++ fluidsynth.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.0.2.tar.gz create mode 100644 fluidsynth-2.0.3.tar.gz diff --git a/fluidsynth-2.0.2.tar.gz b/fluidsynth-2.0.2.tar.gz deleted file mode 100644 index 04b0f6c..0000000 --- a/fluidsynth-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a18eb135920ca141f769dd288eae1b5c751b0162261da8cd6c1fe0cea850ecf -size 1373253 diff --git a/fluidsynth-2.0.3.tar.gz b/fluidsynth-2.0.3.tar.gz new file mode 100644 index 0000000..c9692d0 --- /dev/null +++ b/fluidsynth-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c7ede220f54a6e52a7e7b0b1729c04a4282685569adf18d932a7dd3c10e759 +size 1374835 diff --git a/fluidsynth.changes b/fluidsynth.changes index 000971e..49246ba 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jan 2 10:48:04 UTC 2019 - Tom Mbrt + +- Update to 2.0.3: + * fix handle leak in winmidi driver + * fix build failures when cross compiling + * fix a bug when calculating the lower boundary of attenuation + * fix a double free in `fluid_sample_set_sound_data()` + * silence a warning when loading soundfonts from memory + * minor performance improvements + ------------------------------------------------------------------- Sun Nov 18 17:59:42 UTC 2018 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index 18b5b9b..c2a35b3 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -24,7 +24,7 @@ %endif Name: fluidsynth -Version: 2.0.2 +Version: 2.0.3 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later