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-07-07 18:30:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/audacity (Old) and /work/SRC/openSUSE:Factory/.audacity.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "audacity" Wed Jul 7 18:30:34 2021 rev:94 rq:904483 version:3.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/audacity/audacity.changes 2021-06-09 21:52:32.898501073 +0200 +++ /work/SRC/openSUSE:Factory/.audacity.new.2625/audacity.changes 2021-07-07 18:31:48.738363507 +0200 @@ -1,0 +2,6 @@ +Wed Jul 7 00:22:58 UTC 2021 - Marcus Rueckert <[email protected]> + +- added https://github.com/audacity/audacity/commit/b4b5cc8.patch + Fix jack detection which got broken in 3.0.2 (boo#1187788) + +------------------------------------------------------------------- New: ---- b4b5cc8.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ audacity.spec ++++++ --- /var/tmp/diff_new_pack.8pHafy/_old 2021-07-07 18:31:49.406358265 +0200 +++ /var/tmp/diff_new_pack.8pHafy/_new 2021-07-07 18:31:49.410358233 +0200 @@ -33,6 +33,7 @@ # PATCH-FIX-UPSTREAM audacity-no_return_in_nonvoid.patch - Fix false positive errors Two new gcc10 ones ignoring assert Patch3: audacity-no_return_in_nonvoid.patch Patch4: audacity-remove-wx-test.patch +Patch5: https://github.com/audacity/audacity/commit/b4b5cc8.patch BuildRequires: cmake >= 3.15 BuildRequires: desktop-file-utils BuildRequires: gcc-c++ ++++++ b4b5cc8.patch ++++++ >From b4b5cc812483b311627bba48e26b91ae389ce713 Mon Sep 17 00:00:00 2001 From: SteveDaulton <[email protected]> Date: Mon, 26 Apr 2021 15:45:40 +0100 Subject: [PATCH] Bug 2757 - No support for Jack Audio System --- cmake-proxies/portaudio-v19/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-proxies/portaudio-v19/CMakeLists.txt b/cmake-proxies/portaudio-v19/CMakeLists.txt index d8930ff8ce5..9baf5f6a8eb 100644 --- a/cmake-proxies/portaudio-v19/CMakeLists.txt +++ b/cmake-proxies/portaudio-v19/CMakeLists.txt @@ -88,7 +88,7 @@ cmd_option( ${_OPT}use_pa_jack if( NOT ${_OPT}use_pa_jack STREQUAL "off" ) # Find it - find_package( jack ) + find_package( Jack ) if( NOT JACK_FOUND) set_cache_value( ${_OPT}use_pa_jack "off" ) endif()
