6
0
forked from pool/fluidsynth

Compare commits

...

2 Commits

Author SHA256 Message Date
Fridrich Štrba
a5a336bb89 Backporting the project.diff from OBS 2025-08-21 06:41:38 +02:00
23c7b08910 - Update to version 2.4.7
* All previous versions of fluidsynth have incorrectly rejected
    Soundfont files with unknown INFO subchunks.
  * Fix incorrect GS DT1 SysEx checksum validation.
  * Fix a NULL pointer dereference during legato mono playing.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/fluidsynth?expand=0&rev=132
2025-08-21 06:41:38 +02:00
4 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8
size 1793331

BIN
fluidsynth-2.4.7.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 16 17:01:35 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4.7
* All previous versions of fluidsynth have incorrectly rejected
Soundfont files with unknown INFO subchunks.
* Fix incorrect GS DT1 SysEx checksum validation.
* Fix a NULL pointer dereference during legato mono playing.
-------------------------------------------------------------------
Sun May 11 07:58:30 UTC 2025 - Martin Hauke <mardnh@gmx.de>

View File

@@ -18,7 +18,7 @@
%define sover 3
Name: fluidsynth
Version: 2.4.6
Version: 2.4.7
Release: 0
Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm)
License: LGPL-2.1-or-later
@@ -102,7 +102,12 @@ ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
%postun
%systemd_user_postun %{name}.service
%if %{undefined ldconfig_scriptlets}
%post -n libfluidsynth%{sover} -p /sbin/ldconfig
%postun -n libfluidsynth%{sover} -p /sbin/ldconfig
%else
%ldconfig_scriptlets -n libfluidsynth%{sover}
%endif
%files
%license LICENSE