From 2c4b11e0e8784e6a86108030178d6197cb273c3a42a330f175b5d1aba322f77c Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 9 Oct 2023 15:50:24 +0000 Subject: [PATCH 1/3] Accepting request 1113748 from home:derselbst:branches:multimedia:libs - Update to 2.3.4 * Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as an absolute path * Fix some MIDI files never finish playing * Implement IPv6 to IPv4 fallback * Fix a build failure when using CMake's Xcode generator * Fix pipewire's Jack implementation not found by CMake * Fix a regression causing the MIDI Player to terminate prematurely OBS-URL: https://build.opensuse.org/request/show/1113748 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=116 --- fluidsynth-2.3.3.tar.gz | 3 --- fluidsynth-2.3.4.tar.gz | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 fluidsynth-2.3.3.tar.gz create mode 100644 fluidsynth-2.3.4.tar.gz diff --git a/fluidsynth-2.3.3.tar.gz b/fluidsynth-2.3.3.tar.gz deleted file mode 100644 index dc69c45..0000000 --- a/fluidsynth-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6 -size 1774806 diff --git a/fluidsynth-2.3.4.tar.gz b/fluidsynth-2.3.4.tar.gz new file mode 100644 index 0000000..4075590 --- /dev/null +++ b/fluidsynth-2.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9 +size 1775291 From c57b3d8058494518b73aaee5e0e46a2b32c43e65d12c49c16a69370be486865b Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 10 Oct 2023 13:09:05 +0000 Subject: [PATCH 2/3] Accepting request 1116673 from home:tiwai:branches:multimedia:libs revert to previous version OBS-URL: https://build.opensuse.org/request/show/1116673 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=117 --- fluidsynth-2.3.3.tar.gz | 3 +++ fluidsynth-2.3.4.tar.gz | 3 --- fluidsynth.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 fluidsynth-2.3.3.tar.gz delete mode 100644 fluidsynth-2.3.4.tar.gz diff --git a/fluidsynth-2.3.3.tar.gz b/fluidsynth-2.3.3.tar.gz new file mode 100644 index 0000000..dc69c45 --- /dev/null +++ b/fluidsynth-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6 +size 1774806 diff --git a/fluidsynth-2.3.4.tar.gz b/fluidsynth-2.3.4.tar.gz deleted file mode 100644 index 4075590..0000000 --- a/fluidsynth-2.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9 -size 1775291 diff --git a/fluidsynth.spec b/fluidsynth.spec index e844529..e1a5bb8 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -1,7 +1,7 @@ # # spec file for package fluidsynth # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 81728b993f85cd5c642da6194c3cef7455f81a85304e91cea4c6253885bf5686 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 21 Nov 2023 15:26:48 +0000 Subject: [PATCH 3/3] Accepting request 1127935 from home:dirkmueller:Factory - update to 2.3.4: * Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as an absolute path (#1261, thanks to @OPNA2608) * Fix some MIDI files never finish playing (#1257, thanks to @joanbm) * Implement IPv6 to IPv4 fallback (#1208, thanks to @ivan- zaera) * Fix a build failure when using CMake's Xcode generator (#1266, thanks to @bradhowes) * Fix pipewire's Jack implementation not found by CMake (#1268, thanks to @pedrolcl) * Fix a regression causing the MIDI Player to terminate prematurely (#1272, thanks to @albedozero) OBS-URL: https://build.opensuse.org/request/show/1127935 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=118 --- fluidsynth-2.3.3.tar.gz | 3 --- fluidsynth-2.3.4.tar.gz | 3 +++ fluidsynth.changes | 17 +++++++++++++++++ fluidsynth.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 fluidsynth-2.3.3.tar.gz create mode 100644 fluidsynth-2.3.4.tar.gz diff --git a/fluidsynth-2.3.3.tar.gz b/fluidsynth-2.3.3.tar.gz deleted file mode 100644 index dc69c45..0000000 --- a/fluidsynth-2.3.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:321f7d3f72206b2522f30a1cb8ad1936fd4533ffc4d29dd335b1953c9fb371e6 -size 1774806 diff --git a/fluidsynth-2.3.4.tar.gz b/fluidsynth-2.3.4.tar.gz new file mode 100644 index 0000000..4075590 --- /dev/null +++ b/fluidsynth-2.3.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1529ef5bc3b9ef3adc2a7964505912f7305103e269e50cc0316f500b22053ac9 +size 1775291 diff --git a/fluidsynth.changes b/fluidsynth.changes index 855a4f4..e4ed220 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 21 15:00:29 UTC 2023 - Dirk Müller + +- update to 2.3.4: + * Fix a build failure when specifying `CMAKE_INSTALL_LIBDIR` as + an absolute path (#1261, thanks to @OPNA2608) + * Fix some MIDI files never finish playing (#1257, thanks to + @joanbm) + * Implement IPv6 to IPv4 fallback (#1208, thanks to @ivan- + zaera) + * Fix a build failure when using CMake's Xcode generator + (#1266, thanks to @bradhowes) + * Fix pipewire's Jack implementation not found by CMake (#1268, + thanks to @pedrolcl) + * Fix a regression causing the MIDI Player to terminate + prematurely (#1272, thanks to @albedozero) + ------------------------------------------------------------------- Wed Jun 14 14:32:46 UTC 2023 - Tom Mbrt diff --git a/fluidsynth.spec b/fluidsynth.spec index e1a5bb8..601901c 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -18,7 +18,7 @@ %define sover 3 Name: fluidsynth -Version: 2.3.3 +Version: 2.3.4 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later