Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package carla for openSUSE:Factory checked in at 2022-06-04 23:27:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/carla (Old) and /work/SRC/openSUSE:Factory/.carla.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "carla" Sat Jun 4 23:27:17 2022 rev:30 rq:980744 version:2.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/carla/carla.changes 2022-04-26 20:17:51.788767553 +0200 +++ /work/SRC/openSUSE:Factory/.carla.new.1548/carla.changes 2022-06-04 23:27:21.688775560 +0200 @@ -1,0 +2,5 @@ +Sat Jun 4 10:05:07 UTC 2022 - ecsos <ec...@opensuse.org> + +- Add fix-include-array.patch to fix Tumbleweed build error. + +------------------------------------------------------------------- New: ---- fix-include-array.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ carla.spec ++++++ --- /var/tmp/diff_new_pack.fYGzsa/_old 2022-06-04 23:27:22.344776223 +0200 +++ /var/tmp/diff_new_pack.fYGzsa/_new 2022-06-04 23:27:22.348776227 +0200 @@ -46,6 +46,8 @@ Patch1: carla-remove-pkgconf-rpath.patch # PATCH-FIX-OPENSUSE -- Use the correct plugin paths for openSUSE sfl...@suse.de Patch2: use-correct-plugin-paths.patch +# PATCH-FIX_OPENSUSE -- Fix build error in Tumbleweed +Patch3: fix-include-array.patch BuildRequires: fdupes BuildRequires: file-devel BuildRequires: hicolor-icon-theme ++++++ fix-include-array.patch ++++++ --- a/source/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp +++ b/source/modules/juce_gui_basics/native/x11/juce_linux_XWindowSystem.cpp @@ -24,6 +24,7 @@ */ #include <unordered_map> +#include <array> namespace juce {