forked from pool/fluidsynth
Compare commits
2 Commits
6ec0959271
...
a5a336bb89
Author | SHA256 | Date | |
---|---|---|---|
|
a5a336bb89 | ||
23c7b08910 |
@@ -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
BIN
fluidsynth-2.4.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user