From 21316784e7e86a5dc8007280f4525696a0d2b177105d1db52b29959a37f8587f Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 2 May 2023 06:45:09 +0000 Subject: [PATCH] Accepting request 1083912 from home:kill_it:daw - Remove "changesgenerate" from _service for vst3sdk - Update to 3.3.1 This is a hotfix release. It fixes the following bugs: * #4600 Fixed cut lines massively inflating project size. * #4612 Fixed custom project sample rates being uneditable. * #4604 Fixed crash reporting being disabled. * #4234 Audacity now shows an error if the upload to audio.com exceeds file size limits. * #4114 Fixed an error in calculating channels when uploading to audio.com. OBS-URL: https://build.opensuse.org/request/show/1083912 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=202 --- Audacity-3.3.0.tar.gz | 3 --- Audacity-3.3.1.tar.gz | 3 +++ _service | 1 - audacity.changes | 16 ++++++++++++++++ audacity.spec | 2 +- 5 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 Audacity-3.3.0.tar.gz create mode 100644 Audacity-3.3.1.tar.gz diff --git a/Audacity-3.3.0.tar.gz b/Audacity-3.3.0.tar.gz deleted file mode 100644 index d346f12..0000000 --- a/Audacity-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10e937f0ca170228ecc8fd84e264078c43b6e287ab3c19b79ecd91710d66288d -size 57119700 diff --git a/Audacity-3.3.1.tar.gz b/Audacity-3.3.1.tar.gz new file mode 100644 index 0000000..3d5bd29 --- /dev/null +++ b/Audacity-3.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c22735a9ed7b0a0143a1817cc5f7e61ae3a855d911fbca8758962e5273710e4 +size 57120730 diff --git a/_service b/_service index 0eb4627..c10f261 100644 --- a/_service +++ b/_service @@ -4,7 +4,6 @@ https://github.com/steinbergmedia/vst3sdk/ v3.7.7_build_19 3.7.7_build_19 - enable vst3sdk diff --git a/audacity.changes b/audacity.changes index 125979c..7d1573d 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue May 2 00:31:15 UTC 2023 - Konstantin Voinov + +- Remove "changesgenerate" from _service for vst3sdk +- Update to 3.3.1 + + This is a hotfix release. It fixes the following bugs: + + * #4600 Fixed cut lines massively inflating project size. + * #4612 Fixed custom project sample rates being uneditable. + * #4604 Fixed crash reporting being disabled. + * #4234 Audacity now shows an error if the upload to audio.com + exceeds file size limits. + * #4114 Fixed an error in calculating channels when uploading to + audio.com. + ------------------------------------------------------------------- Tue Apr 25 02:44:07 UTC 2023 - Konstantin Voinov diff --git a/audacity.spec b/audacity.spec index a655553..97813ef 100644 --- a/audacity.spec +++ b/audacity.spec @@ -24,7 +24,7 @@ %endif Name: audacity -Version: 3.3.0 +Version: 3.3.1 Release: 0 Summary: A Multi Track Digital Audio Editor License: CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only