Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2023-04-05 21:28:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Wed Apr  5 21:28:50 2023 rev:109 rq:1077567 version:3.2.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2023-02-03 
22:24:15.101343139 +0100
+++ /work/SRC/openSUSE:Factory/.audacity.new.19717/audacity.changes     
2023-04-05 21:36:12.782759547 +0200
@@ -1,0 +2,8 @@
+Wed Apr  5 11:38:18 UTC 2023 - Dave Plater <davejpla...@gmail.com>
+
+- Use gcc12 to build until upstream has caught up with gcc13
+- Update to 3.2.5
+  This is a hotfix release. It fixes the following bug:
+  #4373 Fixes authorization flow for the audio.com sharing service
+
+-------------------------------------------------------------------

Old:
----
  Audacity-3.2.4.tar.gz

New:
----
  Audacity-3.2.5.tar.gz

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.cdYuM6/_old  2023-04-05 21:36:13.778765232 +0200
+++ /var/tmp/diff_new_pack.cdYuM6/_new  2023-04-05 21:36:13.786765278 +0200
@@ -16,8 +16,15 @@
 #
 
 
+%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
+# Disable VST3 for Leap 15.3 due an old cmake
+%bcond_with vst
+%else
+%bcond_without vst
+%endif
+
 Name:           audacity
-Version:        3.2.4
+Version:        3.2.5
 Release:        0
 Summary:        A Multi Track Digital Audio Editor
 License:        CC-BY-3.0 AND GPL-2.0-or-later AND GPL-3.0-only
@@ -35,7 +42,10 @@
 Patch3:         no-more-strip.patch
 BuildRequires:  cmake >= 3.16
 BuildRequires:  desktop-file-utils
-BuildRequires:  gcc-c++
+# Build with gcc12 until upstream catches up with gcc13
+#BuildRequires:  gcc-c++
+BuildRequires:  gcc12
+BuildRequires:  gcc12-c++
 #!BuildIgnore:  gstreamer-0_10-plugins-base
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libmp3lame-devel
@@ -114,8 +124,7 @@
 #Included in src/AboutDialog.cpp but not supplied
 touch include/RevisionIdent.h
 
-# Disable VST3 for Leap 15.3 due an old cmake
-%if 0%{?sle_version} != 150300 && 0%{?is_opensuse}
+%if %{with vst}
 tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
 %endif
 
@@ -126,6 +135,8 @@
 fi
 export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb $(wx-config --cflags)"
 export CXXFLAGS="$CFLAGS -std=gnu++17"
+export CC="/usr/bin/gcc-12"
+export CXX="/usr/bin/g++-12"
 
 %cmake  \
        -DAUDACITY_REV_TIME=$(date -u -d "@${SOURCE_DATE_EPOCH}" 
"+%Y-%m-%dT%H:%M:%SZ") \
@@ -137,7 +148,7 @@
        -Daudacity_has_networking:BOOL=Off \
        -Daudacity_lib_preference:STRING=system \
        -Duse_lame:STRING=system \
-%if 0%{?sle_version} == 150300 && 0%{?is_opensuse}
+%if %{without vst}
        -Daudacity_has_vst3=off \
 %endif
        -Daudacity_use_ffmpeg:STRING=loaded

++++++ Audacity-3.2.4.tar.gz -> Audacity-3.2.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/audacity/Audacity-3.2.4.tar.gz 
/work/SRC/openSUSE:Factory/.audacity.new.19717/Audacity-3.2.5.tar.gz differ: 
char 29, line 1

Reply via email to