Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2023-01-25 17:42:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Wed Jan 25 17:42:40 2023 rev:467 rq:1060658 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2023-01-20 17:37:40.760189074 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.32243/Mesa.changes 2023-01-25 17:43:54.476288056 +0100 @@ -1,0 +2,18 @@ +Tue Jan 24 11:06:48 UTC 2023 - Stefan Dirsch <sndir...@suse.com> + +- force usage of gcc 12 only on Leap 15.5; there is no gcc12 on + Leap 15.4 + +------------------------------------------------------------------- +Tue Jan 24 09:32:12 UTC 2023 - Manfred Hollstein <manfre...@gmx.net> + +- Add BuildRequires for x264 and x265 in case video_codecs should + be built. + +------------------------------------------------------------------- +Mon Jan 23 18:43:50 UTC 2023 - Stefan Dirsch <sndir...@suse.com> + +- re-enable build on Leap, but only for 15.5; there is no gcc12 + on Leap 15.4, which is now officially required by Mesa 22.3 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.tk8V8v/_old 2023-01-25 17:43:55.336292681 +0100 +++ /var/tmp/diff_new_pack.tk8V8v/_new 2023-01-25 17:43:55.340292703 +0100 @@ -154,7 +154,7 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: flex -%if 0%{?sle_version} >= 150400 +%if 0%{?sle_version} >= 150500 BuildRequires: gcc12-c++ %else BuildRequires: gcc-c++ @@ -286,6 +286,12 @@ BuildRequires: pkgconfig(SPIRV-Tools) %endif %endif +%if "%{flavor}" == "drivers" +%if %{video_codecs} +BuildRequires: pkgconfig(x264) +BuildRequires: pkgconfig(x265) +%endif +%endif Requires: Mesa-libEGL1 = %{version} Requires: Mesa-libGL1 = %{version} @@ -805,7 +811,7 @@ %ifarch ppc64 ppc64le %limit_build -m 1024 %endif -%if 0%{?sle_version} >= 150400 +%if 0%{?sle_version} >= 150500 export CC=gcc-12 export CXX=g++-12 %endif