Hello community, here is the log from the commit of package Mesa for openSUSE:Factory checked in at 2020-12-03 18:39:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa (Old) and /work/SRC/openSUSE:Factory/.Mesa.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa" Thu Dec 3 18:39:16 2020 rev:396 rq:852334 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa/Mesa-drivers.changes 2020-11-25 19:27:20.122338432 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa.new.5913/Mesa-drivers.changes 2020-12-03 18:40:15.169929232 +0100 @@ -1,0 +2,18 @@ +Tue Dec 1 12:31:55 UTC 2020 - Stefan Dirsch <[email protected]> + +- require llvm-devel *without* any explicit version number for + factory/TW to imply 'distro default llvm version', which we + usually bump up when a new stable llvm comes out + +------------------------------------------------------------------- +Mon Nov 30 13:56:08 UTC 2020 - Stefan Dirsch <[email protected]> + +- use llvm11 on factory/TW and sle15-sp3/Leap 15.3 + +------------------------------------------------------------------- +Sun Nov 29 12:35:33 UTC 2020 - Stefan Dirsch <[email protected]> + +- enabled build of radeonsi DRI and VDPAU driver on aarch64 + (boo#1179376) + +------------------------------------------------------------------- Mesa.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-drivers.spec ++++++ --- /var/tmp/diff_new_pack.7IPmWf/_old 2020-12-03 18:40:16.221931313 +0100 +++ /var/tmp/diff_new_pack.7IPmWf/_new 2020-12-03 18:40:16.225931320 +0100 @@ -210,18 +210,26 @@ BuildRequires: pkgconfig(wayland-server) >= 1.11 %if 0%{with_llvm} %if 0%{?suse_version} >= 1550 -BuildRequires: llvm-devel >= 10.0.0 +BuildRequires: llvm-devel +%else +%if 0%{?sle_version} >= 150300 +BuildRequires: llvm11-devel %else BuildRequires: llvm9-devel %endif %endif +%endif %if 0%{with_opencl} %if 0%{?suse_version} >= 1550 -BuildRequires: clang-devel >= 10.0.0 +BuildRequires: clang-devel +%else +%if 0%{?sle_version} >= 150300 +BuildRequires: clang11-devel %else BuildRequires: clang9-devel %endif +%endif BuildRequires: libclc %endif @@ -781,7 +789,7 @@ %else %ifarch %{arm} aarch64 -Ddri-drivers=nouveau \ - -Dgallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \ + -Dgallium-drivers=r300,r600,radeonsi,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \ %else %ifarch ppc64 ppc64le -Ddri-drivers=nouveau \ @@ -1017,7 +1025,7 @@ %{_libdir}/vdpau/libvdpau_r600.so.1.0.0 %endif -%ifarch %{ix86} x86_64 ppc64 ppc64le +%ifarch %{ix86} x86_64 ppc64 ppc64le %{arm} aarch64 %files -n libvdpau_radeonsi %{_libdir}/vdpau/libvdpau_radeonsi.so %{_libdir}/vdpau/libvdpau_radeonsi.so.1 Mesa.spec: same change _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
