Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2022-09-23 14:14:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Fri Sep 23 14:14:49 2022 rev:451 rq:1005404 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes 2022-09-16 13:32:16.201254988 +0200 +++ /work/SRC/openSUSE:Factory/.Mesa.new.2275/Mesa.changes 2022-09-23 14:15:12.081978157 +0200 @@ -1,0 +2,10 @@ +Wed Sep 21 14:20:04 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- update to 22.2.0 + * AMD RDNA3 Prep, Intel Arc Graphics, Many Vulkan Improvements; + more details on Phoronix: + https://www.phoronix.com/news/Mesa-22.2-Released +- supersedes llvm15.patch +- refreshed n_no-sse2-on-ix86-except-for-intel-drivers.patch + +------------------------------------------------------------------- Old: ---- llvm15.patch mesa-22.1.7.tar.xz mesa-22.1.7.tar.xz.sig New: ---- mesa-22.2.0.tar.xz mesa-22.2.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa.spec ++++++ --- /var/tmp/diff_new_pack.nZrMhb/_old 2022-09-23 14:15:13.297980991 +0200 +++ /var/tmp/diff_new_pack.nZrMhb/_new 2022-09-23 14:15:13.305981010 +0200 @@ -33,7 +33,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.1.7 +%define _version 22.2.0 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -106,7 +106,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.7 +Version: 22.2.0 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -129,7 +129,6 @@ Patch300: n_buildfix-21.3.0.patch Patch400: n_no-sse2-on-ix86-except-for-intel-drivers.patch Patch500: n_stop-iris-flicker.patch -Patch1500: llvm15.patch %ifarch %{ix86} x86_64 BuildRequires: DirectX-Headers %endif @@ -753,7 +752,6 @@ %patch400 -p1 %endif %patch500 -p1 -%patch1500 -p1 # Remove requires to vulkan libs from baselibs.conf on platforms # where vulkan build is disabled; ugly ... ++++++ mesa-22.1.7.tar.xz -> mesa-22.2.0.tar.xz ++++++ /work/SRC/openSUSE:Factory/Mesa/mesa-22.1.7.tar.xz /work/SRC/openSUSE:Factory/.Mesa.new.2275/mesa-22.2.0.tar.xz differ: char 25, line 1 ++++++ n_no-sse2-on-ix86-except-for-intel-drivers.patch ++++++ --- /var/tmp/diff_new_pack.nZrMhb/_old 2022-09-23 14:15:13.529981532 +0200 +++ /var/tmp/diff_new_pack.nZrMhb/_new 2022-09-23 14:15:13.533981542 +0200 @@ -1,11 +1,12 @@ -diff -u -r mesa-21.3.3.orig/meson.build mesa-21.3.3/meson.build ---- mesa-21.3.3.orig/meson.build 2022-01-06 19:34:26.332485000 +0100 -+++ mesa-21.3.3/meson.build 2022-01-06 19:32:11.286680000 +0100 -@@ -1231,35 +1231,8 @@ +Index: mesa-22.2.0/meson.build +=================================================================== +--- mesa-22.2.0.orig/meson.build ++++ mesa-22.2.0/meson.build +@@ -1275,35 +1275,8 @@ if host_machine.system() == 'windows' endif endif --if host_machine.cpu_family().startswith('x86') and cc.get_id() != 'msvc' +-if host_machine.cpu_family().startswith('x86') and cc.get_argument_syntax() != 'msvc' - pre_args += '-DUSE_SSE41' - with_sse41 = true - sse41_args = ['-msse4.1']