From 7dc5e24410ba049eba55864729552b64de05577b578b828165981fa9bdee8df5 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Sat, 16 Oct 2021 11:20:52 +0000 Subject: [PATCH] Accepting request 925673 from home:plater - Update to release 3.0.5. OBS-URL: https://build.opensuse.org/request/show/925673 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=168 --- Audacity-3.0.4.tar.gz | 3 --- Audacity-3.0.5.tar.gz | 3 +++ audacity-no_buildstamp.patch | 21 +++++++++++++++++---- audacity.changes | 12 +++++++++++- audacity.spec | 7 ++++--- 5 files changed, 35 insertions(+), 11 deletions(-) delete mode 100644 Audacity-3.0.4.tar.gz create mode 100644 Audacity-3.0.5.tar.gz diff --git a/Audacity-3.0.4.tar.gz b/Audacity-3.0.4.tar.gz deleted file mode 100644 index ddf278e..0000000 --- a/Audacity-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20594c8a208e08c6cc1f74f78908025f8a968a3830ec353c5d0029486f887c1b -size 63068376 diff --git a/Audacity-3.0.5.tar.gz b/Audacity-3.0.5.tar.gz new file mode 100644 index 0000000..c8582ee --- /dev/null +++ b/Audacity-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b94dcaf45545ebf0d9a44b71fbdc1251109100b465ff4d71860849b5ffcf525 +size 63066756 diff --git a/audacity-no_buildstamp.patch b/audacity-no_buildstamp.patch index 5d7736a..b4988b2 100644 --- a/audacity-no_buildstamp.patch +++ b/audacity-no_buildstamp.patch @@ -1,7 +1,7 @@ Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c =================================================================== ---- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-08-26 08:15:19.261006566 +0200 -+++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-08-26 08:15:26.829312186 +0200 +--- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c ++++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c @@ -1460,7 +1460,7 @@ int main( int argc, char **argv ) int justMath = 0; char *executableName = argv[0]; @@ -13,8 +13,8 @@ Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c printf("running with arguments:"); Index: b/src/AboutDialog.cpp =================================================================== ---- a/src/AboutDialog.cpp 2021-08-26 08:15:19.261006566 +0200 -+++ b/src/AboutDialog.cpp 2021-08-26 08:15:26.833312347 +0200 +--- a/src/AboutDialog.cpp ++++ b/src/AboutDialog.cpp @@ -71,7 +71,7 @@ hold information about one contributor t #endif @@ -35,3 +35,16 @@ Index: b/src/AboutDialog.cpp AddBuildinfoRow(&informationStr, XO("Commit Id:"), REV_IDENT ); auto buildType = +Index: b/CMakeLists.txt +=================================================================== +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -19,7 +19,7 @@ endif () + # still link to the alpha manual online. + + # Set this value to 0 for alpha, 1 for beta, 2 for release builds +-set( AUDACITY_BUILD_LEVEL 0 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" ) ++set( AUDACITY_BUILD_LEVEL 2 CACHE STRING "0 for alpha, 1 for beta, 2 for release builds" ) + + # The Audacity version + # Increment as appropriate after release of a new version, and set back diff --git a/audacity.changes b/audacity.changes index 3b53ddf..41fb4fa 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Oct 16 10:37:47 UTC 2021 - Dave Plater + +- Update to release 3.0.5. +- Upstream changes: + *Fix bug 1571. + Convert to C locale decimal point for stable parsing. + *Download manual from GitHub. + *Set release version to 3.0.5 in preparation of hotfix. + ------------------------------------------------------------------- Fri Aug 27 12:48:46 UTC 2021 - Dave Plater @@ -6,7 +16,7 @@ Fri Aug 27 12:48:46 UTC 2021 - Dave Plater 0001-Adds-an-option-to-disable-Conan.patch, 0001-Scope-libraries-required-by-the-optional-features.patch 0001-Fixes-wxwidgets-fixup-script.patch -- Added patch adapted from git, Fixes-GCC11-compatibility.patch +- Added patch adapted from git, Fixes-GCC11-compatibility.patch - Removed obsolete patches, audacity-remove-wx-test.patch and b4b5cc8.patch - Upstream changes: diff --git a/audacity.spec b/audacity.spec index b127d2c..e376a87 100644 --- a/audacity.spec +++ b/audacity.spec @@ -17,12 +17,13 @@ Name: audacity -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: A Multi Track Digital Audio Editor License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Utilities URL: http://audacityteam.org/ +# https://github.com/audacity/audacity/archive/refs/tags/Audacity-3.0.4.tar.gz Source: https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz #Source: https://www.fosshub.com/Audacity.html/%%{name}-minsrc-%%{version}.tar.xz Source1: audacity-license-nyquist @@ -112,9 +113,9 @@ prefix=%{_prefix} libdir=%{_libdir} includedir=%{_includedir}/lame -Name: mp3lame +Name: mp3lame Description: encoder that converts audio to the MP3 file format. -Version: 3.100 +Version: 3.100 Libs: -L${libdir} -lmp3lame Cflags: -I${includedir} EOF