diff --git a/fluidsynth-2.2.2.tar.gz b/fluidsynth-2.2.2.tar.gz deleted file mode 100644 index 25b408b..0000000 --- a/fluidsynth-2.2.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:695aedbfd53160fef7a9a1f66cd6d5cc8a5da0fd472eee458d82b848b6065f9a -size 1741567 diff --git a/fluidsynth-2.2.4.tar.gz b/fluidsynth-2.2.4.tar.gz new file mode 100644 index 0000000..82fdab2 --- /dev/null +++ b/fluidsynth-2.2.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cb1dba04c632ede74f0c0717018b062c0e00b639722203b23f77a961afd390 +size 1746638 diff --git a/fluidsynth.changes b/fluidsynth.changes index 5e5f693..848ca29 100644 --- a/fluidsynth.changes +++ b/fluidsynth.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Nov 22 09:58:54 CET 2021 - tiwai@suse.de + +- Update to 2.2.4: + * Per-channel `ALL_SOUND_OFF` when seeking/stopping player + * Fix windows related encoding problems + * Rewind playlist when calling `fluid_player_play` after all loops are complete + * Fix MinGW related static linking issues + ------------------------------------------------------------------- Fri Oct 15 12:11:47 UTC 2021 - Johannes Segitz diff --git a/fluidsynth.spec b/fluidsynth.spec index 3529496..4fa84b8 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -18,7 +18,7 @@ %define sover 3 Name: fluidsynth -Version: 2.2.2 +Version: 2.2.4 Release: 0 Summary: A Real-Time Software Synthesizer That Uses Soundfont(tm) License: LGPL-2.1-or-later @@ -28,7 +28,7 @@ Source0: https://github.com/FluidSynth/%{name}/archive/v%{version}.tar.gz Source1: %{name}.conf Source2: %{name}.service Source1000: baselibs.conf -Patch0: harden_fluidsynth.service.patch +Patch0: harden_fluidsynth.service.patch BuildRequires: cmake >= 3.1.0 BuildRequires: gcc-c++ BuildRequires: ladspa-devel