Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package whatsapp-for-linux for openSUSE:Factory checked in at 2023-04-03 17:46:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/whatsapp-for-linux (Old) and /work/SRC/openSUSE:Factory/.whatsapp-for-linux.new.9019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "whatsapp-for-linux" Mon Apr 3 17:46:07 2023 rev:9 rq:1076830 version:1.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/whatsapp-for-linux/whatsapp-for-linux.changes 2023-04-01 19:32:55.133560645 +0200 +++ /work/SRC/openSUSE:Factory/.whatsapp-for-linux.new.9019/whatsapp-for-linux.changes 2023-04-03 17:46:07.382858750 +0200 @@ -1,0 +2,6 @@ +Sun Apr 2 05:32:12 UTC 2023 - Carsten Ziepke <kiel...@gmail.com> + +- Use gcc11-c++ for openSUSE Leap 15.5, fix "whatsapp-for-linux" + requires the language dialect "CXX20" + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ whatsapp-for-linux.spec ++++++ --- /var/tmp/diff_new_pack.EDSO6k/_old 2023-04-03 17:46:07.931283370 +0200 +++ /var/tmp/diff_new_pack.EDSO6k/_new 2023-04-03 17:46:07.935286469 +0200 @@ -25,13 +25,18 @@ Source0: %{name}-%{version}.tar.xz BuildRequires: cmake BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme BuildRequires: pkgconfig BuildRequires: pkgconfig(ayatana-appindicator3-0.1) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(libcanberra) BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.34 +%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} +BuildRequires: gcc11-c++ +%else +BuildRequires: gcc-c++ +%endif + %description An unofficial WhatsApp desktop application written in C++. @@ -42,6 +47,10 @@ %setup -q %build +%if 0%{?sle_version} >= 150500 && 0%{?sle_version} < 160000 && 0%{?is_opensuse} +export CXX="g++-11" +%endif + %cmake %cmake_build