Accepting request 1252337 from multimedia:apps

OBS-URL: https://build.opensuse.org/request/show/1252337
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/audacity?expand=0&rev=127
This commit is contained in:
2025-03-12 14:24:33 +00:00
committed by Git OBS Bridge
5 changed files with 51 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02457fe0ae1dab3a9a50ce54836cdd78a2d3ab51650d42696cab417210f03906
size 61647475

3
Audacity-3.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba27fd7dde065e2fc17e7cfca0a43cad52fe38f42b9aa7f20c2eff8280670f4c
size 61935621

View File

@@ -1,17 +1,17 @@
diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp
index c0a7bde08..947794db9 100644
index 6a25470..9e8b4c0 100644
--- a/src/AboutDialog.cpp
+++ b/src/AboutDialog.cpp
@@ -62,7 +62,7 @@ hold information about one contributor to Audacity.
#endif
#ifdef REV_LONG
-#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
-#define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME
+#define REV_IDENT wxString( "Official openSUSE Build" ) + " " + REV_LONG + " of " + REV_TIME
#else
#define REV_IDENT (XO("No revision identifier was provided").Translation())
#endif
@@ -526,8 +526,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
@@ -529,8 +529,8 @@ void AboutDialog::PopulateInformationPage( ShuttleGui & S )
<< XO("The Build")
<< wxT("</h3>\n<table>"); // start build info table

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Mar 12 07:03:15 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
- Update to 3.7.2
- Refresh audacity-no_buildstamp.patch
This is a patch release. It contains the following changes:
* #8290 Fixed a crash when applying some effects across multiple
tracks if one track is empty.
* #8157, #8155 Fixed some crashes emanating from the Mixer window.
* #7672 Returned the "Residue" option in noise reduction.
(Thanks, Christopher Rooney!)
* #7809 Modules are now allowed to stick around when patch releases
like this one are published. This means you likely won't need to
update the OpenVINO again during 3.7.x.
* #7076 When adding a realtime effect to a track, the effect
settings are now opened immediately.
* #7819 Added an infobox when saving a project in a new version
breaks compatibility with an old one.
* #7740 Added a preference to turn off automatic tempo detection.
* #4169 When duplicating tracks, the duplicated tracks now have
independent realtime effect instances.
* #7700 Fixed range-selection beyond the edge of a clip being
destructive.
* #8013, #8008, #8004, #8009, #8003, #8005, #8071 Improved
stability of cloud saving.
* #7410 Fixed pasting content from a clip at the beginning of itself
being offset in time.
* #4231 macOS: Fixed AUSoundIsolation.
* #6342 Fixed audacity continuing to scroll after letting go of
the scrollbar.
* #8110 Fixed black stripes appearing when zooming in while in
the envelope or multi-tool.
* #8043 Added a new "get effects" button next to the Upload Audio button.
* #8211 Added UUID instance support. See this page for further
info: https://forum.audacityteam.org/t/introducing-a-uuid-system-in-audacity-here-s-what-you-need-to-know/128561
* #7154 Fixed label texts using the wrong color in dark themes.
(Thanks, GovindaMadhava!)
* #8261 Fixed tracks being incorrectly drawn on high zoom levels
using high precision trackpads.
* #7902 Linux: Fixed FFmpeg loading in the Ubuntu 22.04 AppImage.
-------------------------------------------------------------------
Fri Dec 13 00:11:17 UTC 2024 - Konstantin Voinov <kv@kott.no-ip.biz>

View File

@@ -1,7 +1,7 @@
#
# spec file for package audacity
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%bcond_with vst3
Name: audacity
Version: 3.7.1
Version: 3.7.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