From 6be42da6b2d1a8763560eacd3617f67ea17f9d8e96cd75c80087850e3dbc6469 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Fri, 17 Nov 2023 06:24:17 +0000 Subject: [PATCH] Accepting request 1127203 from home:kill_it:daw - Update to 3.4.2 This is a hotfix release. It fixes the following issues: #5568 Fix a crash when opening projects with zero-length clips. #5032 When exporting a file, the sample rate of the tracks is now considered, and last-used sample rate is remembered. #5555 Copy-pasting now pastes into audio again by default. This can be changed via Preferences -> Track Behavior -> Always paste audio as new clips. #5549 Mix and render now also resets the gain for the resulting track. #5571 Fix clips shifting to the right when effects are applied to them. #5106 Fix clicks occurring when overdubbing a project with muted tracks. #5533 Fix files being exported without a file extension in rare cases. #5539 Show all sample rates possible for MP2 exports. #5518 Fix pasting into labels. #5543 Fix a crash when clearing loops. #5529 Fix copying when "select all audio if selection required" is enabled. #5598 #5552 Fix GTK detection and compilation for wxWidgets 3.2.4. #5551 Fix Nyquist-related crashes. #5604 Fix EQs in macros. #5511 Fix a crash when closing Audacity. #5476 Fix builds on armhf. OBS-URL: https://build.opensuse.org/request/show/1127203 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=215 --- Audacity-3.4.1.tar.gz | 3 --- Audacity-3.4.2.tar.gz | 3 +++ audacity.changes | 32 ++++++++++++++++++++++++++++++++ audacity.spec | 2 +- 4 files changed, 36 insertions(+), 4 deletions(-) delete mode 100644 Audacity-3.4.1.tar.gz create mode 100644 Audacity-3.4.2.tar.gz diff --git a/Audacity-3.4.1.tar.gz b/Audacity-3.4.1.tar.gz deleted file mode 100644 index e62ecec..0000000 --- a/Audacity-3.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fff39cfc984a3c47f5939ed76d854e3fe5a65c63132538b3e18f6bf111de038 -size 57364897 diff --git a/Audacity-3.4.2.tar.gz b/Audacity-3.4.2.tar.gz new file mode 100644 index 0000000..7e147e2 --- /dev/null +++ b/Audacity-3.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:752cbe51fea0c143085d453eecbf024f5225891fd0118f1866d5964d892f1c25 +size 57368804 diff --git a/audacity.changes b/audacity.changes index c2230b4..f92a6bd 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Fri Nov 17 02:33:37 UTC 2023 - Konstantin Voinov + +- Update to 3.4.2 + This is a hotfix release. It fixes the following issues: + + #5568 Fix a crash when opening projects with zero-length clips. + #5032 When exporting a file, the sample rate of the tracks is + now considered, and last-used sample rate is remembered. + #5555 Copy-pasting now pastes into audio again by default. + This can be changed via Preferences -> Track Behavior -> + Always paste audio as new clips. + #5549 Mix and render now also resets the gain for the + resulting track. + #5571 Fix clips shifting to the right when effects are applied + to them. + #5106 Fix clicks occurring when overdubbing a project with + muted tracks. + #5533 Fix files being exported without a file extension in + rare cases. + #5539 Show all sample rates possible for MP2 exports. + #5518 Fix pasting into labels. + #5543 Fix a crash when clearing loops. + #5529 Fix copying when "select all audio if selection required" + is enabled. + #5598 #5552 Fix GTK detection and compilation for wxWidgets 3.2.4. + #5551 Fix Nyquist-related crashes. + #5604 Fix EQs in macros. + #5511 Fix a crash when closing Audacity. + #5476 Fix builds on armhf. + + ------------------------------------------------------------------- Fri Nov 10 08:06:47 UTC 2023 - ecsos diff --git a/audacity.spec b/audacity.spec index 1c5582c..0568acc 100644 --- a/audacity.spec +++ b/audacity.spec @@ -24,7 +24,7 @@ %endif Name: audacity -Version: 3.4.1 +Version: 3.4.2 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