diff --git a/Audacity-2.3.2.tar.gz b/Audacity-2.3.2.tar.gz deleted file mode 100644 index f955029..0000000 --- a/Audacity-2.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc477a71ff5571c72887a7a155365b07a1a50bcea1abf490a4de7b884376c731 -size 61972597 diff --git a/Audacity-2.3.3.tar.gz b/Audacity-2.3.3.tar.gz new file mode 100644 index 0000000..676ceb3 --- /dev/null +++ b/Audacity-2.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab6c8989e21165b86aad80b7e6691015cb5b0c91ab77e6170d7192f840313a8 +size 62099027 diff --git a/audacity-no_buildstamp.patch b/audacity-no_buildstamp.patch index 59f6018..9340207 100644 --- a/audacity-no_buildstamp.patch +++ b/audacity-no_buildstamp.patch @@ -1,8 +1,8 @@ Index: src/AboutDialog.cpp =================================================================== ---- src/AboutDialog.cpp.orig 2018-02-14 09:11:20.000000000 +0200 -+++ src/AboutDialog.cpp 2018-02-22 11:19:34.839783711 +0200 -@@ -64,7 +64,7 @@ hold information about one contributor t +--- src/AboutDialog.cpp.orig 2019-11-15 01:28:15.000000000 +0200 ++++ src/AboutDialog.cpp 2019-11-25 12:08:49.331580095 +0200 +@@ -65,7 +65,7 @@ hold information about one contributor t #ifdef REV_LONG #define REV_IDENT wxString( "[[https://github.com/audacity/audacity/commit/" )+ REV_LONG + "|" + wxString( REV_LONG ).Left(6) + "]] of " + REV_TIME #else @@ -11,19 +11,21 @@ Index: src/AboutDialog.cpp #endif extern wxString FormatHtmlText( const wxString & Text ); -@@ -75,7 +75,7 @@ const wxString VerCheckArgs(){ - #ifdef REV_LONG - result += wxString("&CommitId=")+wxString(REV_LONG).Left(6); - #endif -- result += wxString("&Time=") + wxString( __DATE__ ) + wxString( __TIME__ ); -+ result += wxString("&Time=") + wxString( "17 March 2017" ) + wxString( "23:15" ); - result.Replace(" ",""); - return result; - } +@@ -604,8 +604,8 @@ void AboutDialog::PopulateInformationPag + informationStr += _("Build Information"); + informationStr += wxT("\n"); + +- // Current date +- AddBuildinfoRow(&informationStr, _("Program build date: "), __TDATE__); ++ /*/ Current date ++ AddBuildinfoRow(&informationStr, _("Program build date: "), __TDATE__);*/ + AddBuildinfoRow(&informationStr, _("Commit Id:"), REV_IDENT ); + + // Not translated in 2.3.1. Index: lib-src/portaudio-v19/qa/loopback/src/paqa.c =================================================================== ---- lib-src/portaudio-v19/qa/loopback/src/paqa.c.orig 2018-02-14 09:11:20.000000000 +0200 -+++ lib-src/portaudio-v19/qa/loopback/src/paqa.c 2018-02-22 11:19:34.839783711 +0200 +--- lib-src/portaudio-v19/qa/loopback/src/paqa.c.orig 2019-11-15 01:28:15.000000000 +0200 ++++ lib-src/portaudio-v19/qa/loopback/src/paqa.c 2019-11-25 11:46:54.896516478 +0200 @@ -1460,7 +1460,7 @@ int main( int argc, char **argv ) int justMath = 0; char *executableName = argv[0]; diff --git a/audacity.changes b/audacity.changes index da7f72d..d1bee66 100644 --- a/audacity.changes +++ b/audacity.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 25 09:27:45 UTC 2019 - Dave Plater + +- Update to release 2.3.3 +- For upstream changes see: + http://wiki.audacityteam.org/wiki/Category:Release_Notes + ------------------------------------------------------------------- Mon Oct 21 09:46:28 UTC 2019 - Dave Plater diff --git a/audacity.spec b/audacity.spec index 0ce8a4a..9db19e2 100644 --- a/audacity.spec +++ b/audacity.spec @@ -23,7 +23,7 @@ %endif Name: audacity -Version: 2.3.2 +Version: 2.3.3 Release: 0 Summary: A Multi Track Digital Audio Editor License: GPL-2.0-or-later