Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package waybar for openSUSE:Factory checked in at 2022-02-17 23:40:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/waybar (Old) and /work/SRC/openSUSE:Factory/.waybar.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "waybar" Thu Feb 17 23:40:16 2022 rev:31 rq:955586 version:0.9.9 Changes: -------- --- /work/SRC/openSUSE:Factory/waybar/waybar.changes 2022-01-14 23:14:49.618693149 +0100 +++ /work/SRC/openSUSE:Factory/.waybar.new.1958/waybar.changes 2022-02-17 23:41:48.127700281 +0100 @@ -1,0 +2,6 @@ +Wed Feb 16 16:21:53 UTC 2022 - Antonio Larrosa <alarr...@suse.com> + +- Use g++-11 when building in Backports/Leap 15.4 since otherwise + the compiler is too old. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ waybar.spec ++++++ --- /var/tmp/diff_new_pack.PxaQai/_old 2022-02-17 23:41:48.699700276 +0100 +++ /var/tmp/diff_new_pack.PxaQai/_new 2022-02-17 23:41:48.703700276 +0100 @@ -28,7 +28,11 @@ #Source: https://github.com/Alexays/Waybar/archive/%{version}.tar.gz Source: %{version}.tar.xz BuildRequires: cmake +%if 0%{?sle_version} >= 150400 +BuildRequires: gcc11-c++ +%else BuildRequires: gcc-c++ >= 8 +%endif BuildRequires: gtk-layer-shell-devel BuildRequires: meson BuildRequires: ninja @@ -86,6 +90,9 @@ %autosetup -p1 -n Waybar-%{version} %build +%if 0%{?sle_version} >= 150400 +export CXX=g++-11 +%endif %meson -Dsndio=disabled %meson_build