Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package wayland-protocols for
openSUSE:Factory checked in at 2023-10-22 21:01:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wayland-protocols (Old)
and /work/SRC/openSUSE:Factory/.wayland-protocols.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wayland-protocols"
Sun Oct 22 21:01:30 2023 rev:35 rq:1119213 version:1.32
Changes:
--------
--- /work/SRC/openSUSE:Factory/wayland-protocols/wayland-protocols.changes
2023-07-04 15:21:56.370046818 +0200
+++
/work/SRC/openSUSE:Factory/.wayland-protocols.new.1945/wayland-protocols.changes
2023-10-22 21:01:48.957194472 +0200
@@ -1,0 +2,8 @@
+Thu Oct 19 13:58:01 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Use gcc11 in SLE15 in order to fix a ppc64le test that was
+ failing when built with gcc7 (boo#1216320)
+- Remove patch that doesn't seem to be needed anymore:
+ *
wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
+
+-------------------------------------------------------------------
Old:
----
wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ wayland-protocols.spec ++++++
--- /var/tmp/diff_new_pack.ASKHxB/_old 2023-10-22 21:01:49.429211635 +0200
+++ /var/tmp/diff_new_pack.ASKHxB/_new 2023-10-22 21:01:49.433211781 +0200
@@ -27,10 +27,13 @@
Source:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz
Source2:
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/%{version}/downloads/%{name}-%{version}.tar.xz.sig
Source3: %{name}.keyring
-# PATCH-FIX-OPENSUSE
wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
bsc#1192209 glfd#wayland/wayland-protocols#48 [email protected] -- Temporarily
disable the unstable xdg-decoration pedantic test on ppc64 until the upstream
issue is more clearly diagnosed
-Patch0:
wayland-protocols-disable-pedantic-test-unstable-xdg-decoration-on-ppc64.patch
+%if 0%{?suse_version} > 1500
BuildRequires: c++_compiler
BuildRequires: c_compiler
+%else
+BuildRequires: gcc11
+BuildRequires: gcc11-c++
+%endif
BuildRequires: meson >= 0.55.0
BuildRequires: pkgconfig
BuildRequires: python3-base
@@ -59,10 +62,18 @@
%autosetup -p1
%build
+%if 0%{?suse_version} <= 1500
+export CC=gcc-11
+export CXX=gcc-11
+%endif
%meson
%meson_build
%install
+%if 0%{?suse_version} <= 1500
+export CC=gcc-11
+export CXX=gcc-11
+%endif
%meson_install
%check