From ce0ee70405d17eb44fa2f5edb60fee8c6c0e18910e2a62b17429126dc65ee12d Mon Sep 17 00:00:00 2001 From: ming li Date: Tue, 27 Aug 2024 08:28:25 +0000 Subject: [PATCH] Update to version 1.1.13 --- 1.1.12.tar.gz | 3 --- 1.1.13.tar.gz | 3 +++ zmusic.changes | 21 +++++++++++++++++++++ zmusic.spec | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) delete mode 100644 1.1.12.tar.gz create mode 100644 1.1.13.tar.gz diff --git a/1.1.12.tar.gz b/1.1.12.tar.gz deleted file mode 100644 index a1d82a3..0000000 --- a/1.1.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da818594b395aa9174561a36362332b0ab8e7906d2e556ec47669326e67613d4 -size 2275316 diff --git a/1.1.13.tar.gz b/1.1.13.tar.gz new file mode 100644 index 0000000..006f517 --- /dev/null +++ b/1.1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564e210837b653013e01d67f04d0d906a9f0a923521e0c305463ec4f4a139ed4 +size 2164852 diff --git a/zmusic.changes b/zmusic.changes index 31fb7ce..c726f35 100644 --- a/zmusic.changes +++ b/zmusic.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Aug 27 08:16:10 UTC 2024 - ming li + +- update to 1.1.13: + * Add vcpkg.json + * Allow building with static configurations + * vcpkg improvements + * Statically link to libsndfile when pulled from vcpkg + * Pull in zlib from vcpkg + * Switch to miniz from zlib + * Make miniz an object library + * Don't directly link to libmpg123 on vcpkg + * Fix compressed format support on GME when using miniz + * Fix second VectorReader constructor + * Fixed incorrect number of bytes being reported to FluidSynth + when relaying a SysEx message + * Added a GS DT1 MODE SET SysEx message after GM System Enable + SysEx message to instruct the synth to switch to GS mode, + if one is supported. + * Updated fluidsynth chorus and reverb setting limits. + ------------------------------------------------------------------- Mon Jan 15 10:54:40 UTC 2024 - Dirk Müller diff --git a/zmusic.spec b/zmusic.spec index b6c0a43..ddc8ed2 100644 --- a/zmusic.spec +++ b/zmusic.spec @@ -17,7 +17,7 @@ Name: zmusic -Version: 1.1.12 +Version: 1.1.13 Release: 0 Summary: ZDoom component library for music handling License: GPL-3.0-only