Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package audacity for openSUSE:Factory 
checked in at 2024-11-04 22:41:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/audacity (Old)
 and      /work/SRC/openSUSE:Factory/.audacity.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "audacity"

Mon Nov  4 22:41:43 2024 rev:125 rq:1220412 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/audacity/audacity.changes        2024-09-25 
21:57:57.907938750 +0200
+++ /work/SRC/openSUSE:Factory/.audacity.new.2020/audacity.changes      
2024-11-04 22:41:44.618315663 +0100
@@ -1,0 +2,27 @@
+Fri Nov  1 01:05:31 UTC 2024 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- Disable VST3 support due CVE-2024-50602 and misssing VST3 plugins UI
+- Fixes boo#1232608
+- Update to 3.7.0
+
+  * #6233, #7397, #6900 Improved Linux compatibility.
+  * #6702 Improved contrast in the light theme.
+  * #7008 MP3 exports: Renamed "Insane" to "Excessive".
+  * #7570, #7452 Improved non-standard character handling for cloud
+    saving.
+  * #7486 Renamed "Split cut/delete" to "Cut/delete and leave gap".
+  * #7293 Pasting clips no longer moves clips on other tracks if 
+    "editing clips can move other clips" is enabled.
+  * #7312, #7382 Fixed database compacting not working properly sometimes.
+  * #6851 Improved startup speed on systems with many audio devices.
+  * #7186 Multi view: Fixed the hitbox of the x being misaligned with
+    the visuals. (Thanks, Kurtsley)
+  * #7468 macOS: Fixed VST presets path.
+  * #7571 Adding, removing, replacing and reordering of effects now
+    is undoable.
+  * #7573 Closing a project upon turning a realtime effect stack on
+    and off doesn't crash Audacity anymore.
+  * #7610 Canceling a stereo track mid-operation no longer crashes Audacity.
+  * #7385 Importing Opus files using libopus no longer shifts the audio data.
+
+-------------------------------------------------------------------

Old:
----
  Audacity-3.6.4.tar.gz
  _service
  _servicedata
  vst3sdk-3.7.12_build_20.tar.xz

New:
----
  Audacity-3.7.0.tar.gz

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

Other differences:
------------------
++++++ audacity.spec ++++++
--- /var/tmp/diff_new_pack.RpNvBZ/_old  2024-11-04 22:41:45.934370679 +0100
+++ /var/tmp/diff_new_pack.RpNvBZ/_new  2024-11-04 22:41:45.938370846 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%bcond_with vst3
+
 Name:           audacity
-Version:        3.6.4
+Version:        3.7.0
 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
@@ -26,7 +28,9 @@
 Source:         
https://github.com/audacity/audacity/archive/Audacity-%{version}.tar.gz
 Source1:        audacity-license-nyquist
 Source2:        audacity-rpmlintrc
-Source3:        vst3sdk-3.7.12_build_20.tar.xz
+%if %{with vst3}
+#Source3:        vst3sdk-3.7.12_build_20.tar.xz
+%endif
 # PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejpla...@gmail.com -- 
Remove the buildstamp.
 Patch0:         audacity-no_buildstamp.patch
 # PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive 
errors Two new gcc10 ones ignoring assert
@@ -35,7 +39,7 @@
 Patch3:         lib64-plugins-default-path.patch
 BuildRequires:  cmake >= 3.16
 BuildRequires:  desktop-file-utils
-%if 0%{?suse_version} <= 1600
+%if 0%{?suse_version} < 1600
 BuildRequires:  gcc12
 BuildRequires:  gcc12-c++
 %else
@@ -133,10 +137,12 @@
 #Included in src/AboutDialog.cpp but not supplied
 touch include/RevisionIdent.h
 
+%if %{with vst3}
 tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk
+%endif
 
 %build
-%if 0%{?suse_version} <= 1600
+%if 0%{?suse_version} < 1600
 export CC=gcc-12
 export CXX=g++-12
 %endif
@@ -157,6 +163,9 @@
        -Daudacity_lib_preference:STRING=system \
        -Duse_lame:STRING=system \
        -Daudacity_use_ffmpeg:STRING=loaded \
+%if %{without vst3}
+       -Daudacity_has_vst3=off \
+%endif
        -DVST3_DEFAULT_INSTALL_PATH=%{_libdir}/vst3/
 
 %cmake_build

++++++ Audacity-3.6.4.tar.gz -> Audacity-3.7.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/audacity/Audacity-3.6.4.tar.gz 
/work/SRC/openSUSE:Factory/.audacity.new.2020/Audacity-3.7.0.tar.gz differ: 
char 12, line 1

Reply via email to