Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2019-11-26 17:01:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Tue Nov 26 17:01:12 2019 rev:83 rq:750720 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2019-08-07 
14:01:10.116853030 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new.26869/audacity.changes     
2019-11-26 17:01:50.544058680 +0100
@@ -1,0 +2,12 @@
+Mon Nov 25 09:27:45 UTC 2019 - Dave Plater <davejpla...@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 <davejpla...@gmail.com>
+
+- Create a more suitable Group: tag.
+
+-------------------------------------------------------------------

Old:
----
  Audacity-2.3.2.tar.gz

New:
----
  Audacity-2.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.5EbjMd/_old  2019-11-26 17:01:52.772057944 +0100
+++ /var/tmp/diff_new_pack.5EbjMd/_new  2019-11-26 17:01:52.780057942 +0100
@@ -23,11 +23,11 @@
 %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
-Group:          Productivity/Multimedia/Sound/Editors and Convertors
+Group:          Multimedia;Sound Editors;Audio Editors;Audio Effects;
 Url:            http://audacityteam.org/
 Source:         
https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
 #Source:         
https://www.fosshub.com/Audacity.html/%%{name}-minsrc-%%{version}.tar.xz

++++++ Audacity-2.3.2.tar.gz -> Audacity-2.3.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/audacity/Audacity-2.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.audacity.new.26869/Audacity-2.3.3.tar.gz differ: 
char 26, line 1

++++++ audacity-no_buildstamp.patch ++++++
--- /var/tmp/diff_new_pack.5EbjMd/_old  2019-11-26 17:01:52.856057916 +0100
+++ /var/tmp/diff_new_pack.5EbjMd/_new  2019-11-26 17:01:52.856057916 +0100
@@ -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 @@
  #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];


Reply via email to