Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package audacity for openSUSE:Factory checked in at 2021-04-22 18:03:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacity (Old) and /work/SRC/openSUSE:Factory/.audacity.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacity" Thu Apr 22 18:03:48 2021 rev:92 rq:887334 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/audacity/audacity.changes 2021-04-08 21:32:56.659858417 +0200 +++ /work/SRC/openSUSE:Factory/.audacity.new.12324/audacity.changes 2021-04-22 18:04:36.554565822 +0200 @@ -1,0 +2,10 @@ +Mon Apr 19 14:02:21 UTC 2021 - ecsos <ec...@opensuse.org> + +- Update to 3.0.2 + * Audacity 3.0.2 fixes some important bugs and improves diagnostic + reporting. + * We also added a new preference for macro output, + and a 'Save' button on the manage macros dialog. +- Rebase audacity-no_buildstamp.patch. + +------------------------------------------------------------------- Old: ---- Audacity-3.0.0.tar.gz New: ---- Audacity-3.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacity.spec ++++++ --- /var/tmp/diff_new_pack.mLztEo/_old 2021-04-22 18:04:37.694567561 +0200 +++ /var/tmp/diff_new_pack.mLztEo/_new 2021-04-22 18:04:37.698567567 +0200 @@ -17,7 +17,7 @@ Name: audacity -Version: 3.0.0 +Version: 3.0.2 Release: 0 Summary: A Multi Track Digital Audio Editor License: GPL-2.0-or-later ++++++ Audacity-3.0.0.tar.gz -> Audacity-3.0.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/audacity/Audacity-3.0.0.tar.gz /work/SRC/openSUSE:Factory/.audacity.new.12324/Audacity-3.0.2.tar.gz differ: char 31, line 1 ++++++ audacity-no_buildstamp.patch ++++++ --- /var/tmp/diff_new_pack.mLztEo/_old 2021-04-22 18:04:37.774567683 +0200 +++ /var/tmp/diff_new_pack.mLztEo/_new 2021-04-22 18:04:37.774567683 +0200 @@ -1,7 +1,7 @@ -Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c +Index: audacity-Audacity-3.0.2/lib-src/portaudio-v19/qa/loopback/src/paqa.c =================================================================== ---- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-03-23 08:54:14.352557632 +0200 -+++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c 2021-03-23 08:54:38.785492888 +0200 +--- audacity-Audacity-3.0.2.orig/lib-src/portaudio-v19/qa/loopback/src/paqa.c ++++ audacity-Audacity-3.0.2/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]; @@ -11,10 +11,10 @@ if( argc > 1 ){ printf("running with arguments:"); -Index: b/src/AboutDialog.cpp +Index: audacity-Audacity-3.0.2/src/AboutDialog.cpp =================================================================== ---- a/src/AboutDialog.cpp 2021-03-23 08:54:14.352557632 +0200 -+++ b/src/AboutDialog.cpp 2021-03-23 08:54:38.785492888 +0200 +--- audacity-Audacity-3.0.2.orig/src/AboutDialog.cpp ++++ audacity-Audacity-3.0.2/src/AboutDialog.cpp @@ -69,7 +69,7 @@ hold information about one contributor t #endif @@ -24,9 +24,9 @@ #else #define REV_IDENT (XO("No revision identifier was provided").Translation()) #endif -@@ -750,8 +750,8 @@ void AboutDialog::PopulateInformationPag - << XO("Build Information") - << wxT("</h3>\n<table>"); +@@ -575,8 +575,8 @@ void AboutDialog::PopulateInformationPag + << XO("The Build") + << wxT("</h3>\n<table>"); // start build info table - // Current date - AddBuildinfoRow(&informationStr, XO("Program build date:"), __TDATE__);