From 33c380259343c4b898a5637d88d52b41fc60547a56f838f6303f20a828fa3616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 23 Feb 2019 15:04:52 +0000 Subject: [PATCH] Accepting request 678386 from home:derselbst:branches:multimedia:libs - Update to 2.0.4: * introduce verbose error reporting for `fluid_settings_*` functions * avoid undefined behavior when `fopen()` directories * improve compatibility with FreeBSD and DragonFlyBSD (#508, thanks to @t6) * fix build when cross compiling (#501) * fix build on MacOSX 10.4 (#513) * fix build when compiling with MinGW * enable network support on Mac by default (#513) OBS-URL: https://build.opensuse.org/request/show/678386 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=58 --- fluidsynth-2.0.3.tar.gz | 3 --- fluidsynth-2.0.4.tar.gz | 3 +++ fluidsynth.changes | 12 ++++++++++++ fluidsynth.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.0.3.tar.gz create mode 100644 fluidsynth-2.0.4.tar.gz diff --git a/fluidsynth-2.0.3.tar.gz b/fluidsynth-2.0.3.tar.gz deleted file mode 100644 index c9692d0..0000000 --- a/fluidsynth-2.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12c7ede220f54a6e52a7e7b0b1729c04a4282685569adf18d932a7dd3c10e759 -size 1374835 diff --git a/fluidsynth-2.0.4.tar.gz b/fluidsynth-2.0.4.tar.gz new file mode 100644 index 0000000..ee44818 --- /dev/null +++ b/fluidsynth-2.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c065de87e9c9ba0311ebf2f4828a4fd76f1f5cc7d1d93dd80d7a048d7d2a76c +size 1378042 diff --git a/fluidsynth.changes b/fluidsynth.changes index 49246ba..4a901fa 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Feb 23 08:44:53 UTC 2019 - Tom Mbrt + +- Update to 2.0.4: + * introduce verbose error reporting for `fluid_settings_*` functions + * avoid undefined behavior when `fopen()` directories + * improve compatibility with FreeBSD and DragonFlyBSD (#508, thanks to @t6) + * fix build when cross compiling (#501) + * fix build on MacOSX 10.4 (#513) + * fix build when compiling with MinGW + * enable network support on Mac by default (#513) + ------------------------------------------------------------------- Wed Jan 2 10:48:04 UTC 2019 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index c2a35b3..c1370e3 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -24,7 +24,7 @@ %endif Name: fluidsynth -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later