Accepting request 750717 from home:plater
Update to release 2.3.3 OBS-URL: https://build.opensuse.org/request/show/750717 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=134
This commit is contained in:
parent
b51e594529
commit
45bcdea96d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc477a71ff5571c72887a7a155365b07a1a50bcea1abf490a4de7b884376c731
|
||||
size 61972597
|
3
Audacity-2.3.3.tar.gz
Normal file
3
Audacity-2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ab6c8989e21165b86aad80b7e6691015cb5b0c91ab77e6170d7192f840313a8
|
||||
size 62099027
|
@ -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("</h3>\n<table>");
|
||||
|
||||
- // 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];
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 25 09:27:45 UTC 2019 - Dave Plater <davejplater@gmail.com>
|
||||
|
||||
- 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 <davejplater@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user