Accepting request 764253 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/764253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=364
This commit is contained in:
commit
6f53cc7c57
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 16:11:52 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable LLVM support on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.3.2
|
||||
* Intel and AMD drivers make up the bulk of the changes, with
|
||||
a bit of nir and glsl, plus a sprinkling of other stuff in
|
||||
there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 20:07:47 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa-drivers
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.3.1
|
||||
%define _version 19.3.2
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -74,7 +74,7 @@
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch aarch64 %{arm} ppc64 ppc64le s390x %{ix86} x86_64
|
||||
%ifarch aarch64 %{arm} ppc64 ppc64le riscv64 s390x %{ix86} x86_64
|
||||
%define with_llvm 1
|
||||
%endif
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 19.3.1
|
||||
Version: 19.3.2
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -210,7 +210,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%endif
|
||||
%if 0%{with_llvm}
|
||||
BuildRequires: llvm-devel >= 7.0.0
|
||||
BuildRequires: llvm-devel >= 8.0.0
|
||||
%endif
|
||||
|
||||
%if 0%{with_opencl}
|
||||
@ -466,8 +466,8 @@ applications using the OpenGL|ES 3.x APIs.
|
||||
|
||||
%package -n libOSMesa8
|
||||
Summary: Mesa Off-screen rendering extension
|
||||
# Wrongly named package shipped .so.8
|
||||
Group: System/Libraries
|
||||
# Wrongly named package shipped .so.8
|
||||
Obsoletes: libOSMesa9 < %{version}
|
||||
Provides: libOSMesa9 = %{version}
|
||||
|
||||
@ -583,8 +583,8 @@ programs against the GBM library.
|
||||
|
||||
%package -n Mesa-libd3d
|
||||
Summary: Mesa Direct3D9 state tracker
|
||||
# Manually provide d3d library (bnc#918294)
|
||||
Group: System/Libraries
|
||||
# Manually provide d3d library (bnc#918294)
|
||||
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
||||
Provides: d3dadapter9.so.1()(64bit)
|
||||
%else
|
||||
|
13
Mesa.changes
13
Mesa.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 16:11:52 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable LLVM support on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.3.2
|
||||
* Intel and AMD drivers make up the bulk of the changes, with
|
||||
a bit of nir and glsl, plus a sprinkling of other stuff in
|
||||
there.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 20:07:47 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
14
Mesa.spec
14
Mesa.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package Mesa
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.3.1
|
||||
%define _version 19.3.2
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -73,7 +73,7 @@
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%ifarch aarch64 %{arm} ppc64 ppc64le s390x %{ix86} x86_64
|
||||
%ifarch aarch64 %{arm} ppc64 ppc64le riscv64 s390x %{ix86} x86_64
|
||||
%define with_llvm 1
|
||||
%endif
|
||||
|
||||
@ -109,7 +109,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 19.3.1
|
||||
Version: 19.3.2
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -209,7 +209,7 @@ BuildRequires: pkgconfig(wayland-protocols) >= 1.8
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.11
|
||||
%endif
|
||||
%if 0%{with_llvm}
|
||||
BuildRequires: llvm-devel >= 7.0.0
|
||||
BuildRequires: llvm-devel >= 8.0.0
|
||||
%endif
|
||||
|
||||
%if 0%{with_opencl}
|
||||
@ -465,8 +465,8 @@ applications using the OpenGL|ES 3.x APIs.
|
||||
|
||||
%package -n libOSMesa8
|
||||
Summary: Mesa Off-screen rendering extension
|
||||
# Wrongly named package shipped .so.8
|
||||
Group: System/Libraries
|
||||
# Wrongly named package shipped .so.8
|
||||
Obsoletes: libOSMesa9 < %{version}
|
||||
Provides: libOSMesa9 = %{version}
|
||||
|
||||
@ -582,8 +582,8 @@ programs against the GBM library.
|
||||
|
||||
%package -n Mesa-libd3d
|
||||
Summary: Mesa Direct3D9 state tracker
|
||||
# Manually provide d3d library (bnc#918294)
|
||||
Group: System/Libraries
|
||||
# Manually provide d3d library (bnc#918294)
|
||||
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
||||
Provides: d3dadapter9.so.1()(64bit)
|
||||
%else
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd951db69c56a97ff0570a7ab2c0e39e6c5323f4cd8f4eb8274723e033beae59
|
||||
size 11831968
|
Binary file not shown.
3
mesa-19.3.2.tar.xz
Normal file
3
mesa-19.3.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e3aee324616352bbc7f58d47ab573e10f68cc7719fd045bd6d3abcdd97ee1c1
|
||||
size 11834324
|
BIN
mesa-19.3.2.tar.xz.sig
Normal file
BIN
mesa-19.3.2.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user