diff --git a/Audacity-3.5.1.tar.gz b/Audacity-3.5.1.tar.gz
deleted file mode 100644
index fb6cf48..0000000
--- a/Audacity-3.5.1.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:71dd1e1a8d58f4345abb3664d2446d3ba09c95d9c81b9e2a58d1a818ba793a23
-size 57387401
diff --git a/Audacity-3.6.0.tar.gz b/Audacity-3.6.0.tar.gz
new file mode 100644
index 0000000..85836d9
--- /dev/null
+++ b/Audacity-3.6.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:131b6de96078d7f95f47754420e836b1dc75bb3d5ec2697f39395c2cb68df606
+size 61369825
diff --git a/_service b/_service
index aa8cba5..38f888d 100644
--- a/_service
+++ b/_service
@@ -2,8 +2,8 @@
git
https://github.com/steinbergmedia/vst3sdk/
- v3.7.7_build_19
- 3.7.7_build_19
+ v3.7.11_build_10
+ 3.7.11_build_10
doc
vst3sdk
diff --git a/audacity.changes b/audacity.changes
index 0e5a77a..fdfa4b4 100644
--- a/audacity.changes
+++ b/audacity.changes
@@ -1,3 +1,66 @@
+-------------------------------------------------------------------
+Wed Jul 17 07:00:25 UTC 2024 - Konstantin Voinov
+
+- Update to 3.6.0
+- Remove mod-script-pipe-disable-rpath.patch - no need anymore.
+
+Major changes
+
+ * Master effects
+ - Audacity now features master effects. Master effects are effects
+ which apply to the entire project at once. More information can
+ be found at Using master effects & realtime effects.
+
+ * New compressor and limiter
+ - A new compressor and limiter has been added, replacing the
+ previous versions. A gain reduction history has been added to
+ these effects when they're used as a realtime effect.
+ - Factory Presets suitable for a wide range of use cases for these
+ effects have been provided by Vladislav Isaev and Marek Iwaszkiewicz,
+ available via the Presets & Settings button.
+
+ * New themes
+ - Audacity now features new and improved dark and light themes.
+ You can switch between themes via Preferences -> Interface.
+ - The theme previously used still is around as the Classic theme,
+ and themes even older than that can be optionally installed as
+ custom themes[1] from here[2].
+ Updated instructions on creating custom themes can be found here[3].
+ [1]https://support.audacityteam.org/basics/customizing-audacity/using-themes#installing-custom-themes
+ [2]https://github.com/LWinterberg/classicTheme
+ [3]https://audacity.gitbook.io/dev/scripting/creating-custom-themes
+
+ * Increased performance
+ - Audacity is now quite a bit snappier than before, especially when
+ working on larger projects and on larger screens.
+
+Other changes
+
+ * Added FFmpeg 7 support.
+ * You now can paste audio files into Audacity using Ctrl+V.
+ * Alternative waveform colors are now themeable by custom themes.
+ * Removed the track name overlay preference and the "blend themes"
+ preference.
+ * Scripting: Added GetInfo: Type=Selection. (Thanks, Jonatã Bolzan Loss!)
+ * Added an Extras > Export > Export Selected Audio option.
+ * Import Raw: Added support for offsets larger than 2 GB.
+ * Redesigned the "what's new" dialog.
+ * Added an option to the View menu to show/hide RMS in waveforms.
+ * OpenVINO AI effects can now be downloaded from audacityteam.org/download/openvino/
+
+Bugfixes
+
+ * #6340 When recording to a new track, the track is now scrolled
+ back into view again.
+ * #3825 The macro manager no longer shows parameterless actions
+ as editable. (Thanks, Davi Nonnenmacher!)
+ * #6138 Pressing Esc in some preference dialogs no longer saves them.
+ * #4504 Fixed stray orange lines in the high contrast theme.
+ * #5626 Fixed the quality slider for Ogg export on Linux. (Thanks, Devpriya Nalin!)
+ * #6875 Fixed a bug which could open a project with the wrong sample rate.
+ * Various compiler warning fixes and OpenBSD build fixes. (Thanks, Brad Smith!)
+
+
-------------------------------------------------------------------
Tue Apr 30 05:53:46 UTC 2024 - Konstantin Voinov
diff --git a/audacity.spec b/audacity.spec
index 58f2cc9..d1f8ffb 100644
--- a/audacity.spec
+++ b/audacity.spec
@@ -24,7 +24,7 @@
%endif
Name: audacity
-Version: 3.5.1
+Version: 3.6.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
@@ -38,7 +38,6 @@ Source3: vst3sdk-3.7.11_build_10.tar.xz
Patch0: audacity-no_buildstamp.patch
# PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert
Patch1: audacity-no_return_in_nonvoid.patch
-Patch2: mod-script-pipe-disable-rpath.patch
# PATCH-FIX-OPENSUSE vst-system-path.patch - search fo vsts in /usr/lib64 in x86_64 and ARM system
Patch3: lib64-plugins-default-path.patch
BuildRequires: cmake >= 3.16
@@ -129,7 +128,6 @@ physical memory size can be edited.
%setup -q -n %{name}-Audacity-%{version}
%patch -P 0 -p1
%patch -P 1 -p1
-%patch -P 2 -p1
%ifarch x86_64 aarch64
%patch -P 3 -p1
diff --git a/mod-script-pipe-disable-rpath.patch b/mod-script-pipe-disable-rpath.patch
deleted file mode 100644
index 9e3009f..0000000
--- a/mod-script-pipe-disable-rpath.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/modules/mod-script-pipe/CMakeLists.txt b/modules/mod-script-pipe/CMakeLists.txt
-index 5ee1862..feeb7b8 100644
---- a/modules/mod-script-pipe/CMakeLists.txt
-+++ b/modules/mod-script-pipe/CMakeLists.txt
-@@ -1,3 +1,4 @@
-+set(CMAKE_SKIP_BUILD_RPATH ON)
- set( SOURCES
- PipeServer.cpp
- ScripterCallback.cpp