From 6578333cc32aae339b15ccffdc0c423480ff36338cf242e4fe99aa9245b45d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 26 Feb 2020 16:21:13 +0000 Subject: [PATCH] Accepting request 777753 from home:derselbst:branches:multimedia:libs - Update to version 2.1.1 * a regression introduced in 2.1.0 caused the jack audio driver to not correct a sample-rate mismatch * pkg-config is now being to used to find readline * fix various typos in the documentation * fix a memory leak in the file renderer * fix leaking memory when sequencer clients were not explicitly unregistered * fix a heap-based use-after-free in jack driver * fix the linker possibly not finding libinstpatch OBS-URL: https://build.opensuse.org/request/show/777753 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=70 --- fluidsynth-2.1.0.tar.gz | 3 --- fluidsynth-2.1.1.tar.gz | 3 +++ fluidsynth.changes | 14 ++++++++++++++ fluidsynth.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.1.0.tar.gz create mode 100644 fluidsynth-2.1.1.tar.gz diff --git a/fluidsynth-2.1.0.tar.gz b/fluidsynth-2.1.0.tar.gz deleted file mode 100644 index ee7e11b..0000000 --- a/fluidsynth-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:526addc6d8445035840d3af7282d3ba89567df209d28e183da04a1a877da2da3 -size 1356096 diff --git a/fluidsynth-2.1.1.tar.gz b/fluidsynth-2.1.1.tar.gz new file mode 100644 index 0000000..9f4fdbe --- /dev/null +++ b/fluidsynth-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:966d0393591b505d694e51cbf653387007144e9ae0b8705d82ec7d943d31d348 +size 1359872 diff --git a/fluidsynth.changes b/fluidsynth.changes index 50e0e6e..3e42362 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Feb 20 17:00:13 UTC 2020 - Tom Mbrt + +- Update to version 2.1.1 + * a regression introduced in 2.1.0 caused the jack audio driver + to not correct a sample-rate mismatch + * pkg-config is now being to used to find readline + * fix various typos in the documentation + * fix a memory leak in the file renderer + * fix leaking memory when sequencer clients were not explicitly + unregistered + * fix a heap-based use-after-free in jack driver + * fix the linker possibly not finding libinstpatch + ------------------------------------------------------------------- Fri Dec 27 21:27:34 UTC 2019 - Luigi Baldoni diff --git a/fluidsynth.spec b/fluidsynth.spec index 3fc28ce..ca7113d 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -25,7 +25,7 @@ %define sover 2 Name: fluidsynth -Version: 2.1.0 +Version: 2.1.1 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later