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-10-16 22:47:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Sat Oct 16 22:47:29 2021 rev:96 rq:925674 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2021-08-27 
21:45:23.546075236 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new.1890/audacity.changes      
2021-10-16 22:48:14.388722234 +0200
@@ -1,0 +2,10 @@
+Sat Oct 16 10:37:47 UTC 2021 - Dave Plater <[email protected]>
+
+- Update to release 3.0.5.
+- Upstream changes:
+  *Fix bug 1571.
+   Convert to C locale decimal point for stable parsing.
+  *Download manual from GitHub.
+  *Set release version to 3.0.5 in preparation of hotfix.
+
+-------------------------------------------------------------------

Old:
----
  Audacity-3.0.4.tar.gz

New:
----
  Audacity-3.0.5.tar.gz

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.QC1A5Q/_old  2021-10-16 22:48:14.996722746 +0200
+++ /var/tmp/diff_new_pack.QC1A5Q/_new  2021-10-16 22:48:14.996722746 +0200
@@ -17,12 +17,13 @@
 
 
 Name:           audacity
-Version:        3.0.4
+Version:        3.0.5
 Release:        0
 Summary:        A Multi Track Digital Audio Editor
 License:        GPL-2.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            http://audacityteam.org/
+#               
https://github.com/audacity/audacity/archive/refs/tags/Audacity-3.0.4.tar.gz
 Source:         
https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
 #Source:         
https://www.fosshub.com/Audacity.html/%%{name}-minsrc-%%{version}.tar.xz
 Source1:        audacity-license-nyquist

++++++ Audacity-3.0.4.tar.gz -> Audacity-3.0.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/audacity/Audacity-3.0.4.tar.gz 
/work/SRC/openSUSE:Factory/.audacity.new.1890/Audacity-3.0.5.tar.gz differ: 
char 23, line 1

++++++ audacity-no_buildstamp.patch ++++++
--- /var/tmp/diff_new_pack.QC1A5Q/_old  2021-10-16 22:48:15.068722806 +0200
+++ /var/tmp/diff_new_pack.QC1A5Q/_new  2021-10-16 22:48:15.068722806 +0200
@@ -1,7 +1,7 @@
 Index: b/lib-src/portaudio-v19/qa/loopback/src/paqa.c
 ===================================================================
---- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c     2021-08-26 
08:15:19.261006566 +0200
-+++ b/lib-src/portaudio-v19/qa/loopback/src/paqa.c     2021-08-26 
08:15:26.829312186 +0200
+--- a/lib-src/portaudio-v19/qa/loopback/src/paqa.c
++++ b/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];
@@ -13,8 +13,8 @@
                printf("running with arguments:");
 Index: b/src/AboutDialog.cpp
 ===================================================================
---- a/src/AboutDialog.cpp      2021-08-26 08:15:19.261006566 +0200
-+++ b/src/AboutDialog.cpp      2021-08-26 08:15:26.833312347 +0200
+--- a/src/AboutDialog.cpp
++++ b/src/AboutDialog.cpp
 @@ -71,7 +71,7 @@ hold information about one contributor t
  #endif
  
@@ -35,3 +35,16 @@
     AddBuildinfoRow(&informationStr, XO("Commit Id:"), REV_IDENT );
  
     auto buildType =
+Index: b/CMakeLists.txt
+===================================================================
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -19,7 +19,7 @@ endif ()
+ # still link to the alpha manual online.
+ 
+ # Set this value to 0 for alpha, 1 for beta, 2 for release builds
+-set( AUDACITY_BUILD_LEVEL 0 CACHE STRING "0 for alpha, 1 for beta, 2 for 
release builds" )
++set( AUDACITY_BUILD_LEVEL 2 CACHE STRING "0 for alpha, 1 for beta, 2 for 
release builds" )
+ 
+ # The Audacity version
+ # Increment as appropriate after release of a new version, and set back

Reply via email to