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