Dave Plater
45bcdea96d
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
38 lines
1.7 KiB
Diff
38 lines
1.7 KiB
Diff
Index: src/AboutDialog.cpp
|
|
===================================================================
|
|
--- 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
|
|
-#define REV_IDENT wxT("No revision identifier was provided")
|
|
+#define REV_IDENT wxT("Official openSUSE Build")
|
|
#endif
|
|
|
|
extern wxString FormatHtmlText( const wxString & Text );
|
|
@@ -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 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];
|
|
|
|
- printf("PortAudio LoopBack Test built " __DATE__ " at " __TIME__ "\n");
|
|
+ printf("PortAudio LoopBack Test built " "17 March 2017" " at " "23:15" "\n");
|
|
|
|
if( argc > 1 ){
|
|
printf("running with arguments:");
|