Accepting request 764088 from home:Andreas_Schwab:Factory
- Enable LLVM support on riscv64 OBS-URL: https://build.opensuse.org/request/show/764088 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=909
This commit is contained in:
parent
35e12e7a7a
commit
f0dd32625c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Mesa-drivers
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -74,7 +74,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%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
|
%define with_llvm 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -466,8 +466,8 @@ applications using the OpenGL|ES 3.x APIs.
|
|||||||
|
|
||||||
%package -n libOSMesa8
|
%package -n libOSMesa8
|
||||||
Summary: Mesa Off-screen rendering extension
|
Summary: Mesa Off-screen rendering extension
|
||||||
# Wrongly named package shipped .so.8
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Wrongly named package shipped .so.8
|
||||||
Obsoletes: libOSMesa9 < %{version}
|
Obsoletes: libOSMesa9 < %{version}
|
||||||
Provides: libOSMesa9 = %{version}
|
Provides: libOSMesa9 = %{version}
|
||||||
|
|
||||||
@ -583,8 +583,8 @@ programs against the GBM library.
|
|||||||
|
|
||||||
%package -n Mesa-libd3d
|
%package -n Mesa-libd3d
|
||||||
Summary: Mesa Direct3D9 state tracker
|
Summary: Mesa Direct3D9 state tracker
|
||||||
# Manually provide d3d library (bnc#918294)
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Manually provide d3d library (bnc#918294)
|
||||||
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
||||||
Provides: d3dadapter9.so.1()(64bit)
|
Provides: d3dadapter9.so.1()(64bit)
|
||||||
%else
|
%else
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sun Jan 12 18:09:19 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package Mesa
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -73,7 +73,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%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
|
%define with_llvm 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -465,8 +465,8 @@ applications using the OpenGL|ES 3.x APIs.
|
|||||||
|
|
||||||
%package -n libOSMesa8
|
%package -n libOSMesa8
|
||||||
Summary: Mesa Off-screen rendering extension
|
Summary: Mesa Off-screen rendering extension
|
||||||
# Wrongly named package shipped .so.8
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Wrongly named package shipped .so.8
|
||||||
Obsoletes: libOSMesa9 < %{version}
|
Obsoletes: libOSMesa9 < %{version}
|
||||||
Provides: libOSMesa9 = %{version}
|
Provides: libOSMesa9 = %{version}
|
||||||
|
|
||||||
@ -582,8 +582,8 @@ programs against the GBM library.
|
|||||||
|
|
||||||
%package -n Mesa-libd3d
|
%package -n Mesa-libd3d
|
||||||
Summary: Mesa Direct3D9 state tracker
|
Summary: Mesa Direct3D9 state tracker
|
||||||
# Manually provide d3d library (bnc#918294)
|
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Manually provide d3d library (bnc#918294)
|
||||||
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
%ifarch x86_64 s390x ppc64 ppc64le aarch64 riscv64
|
||||||
Provides: d3dadapter9.so.1()(64bit)
|
Provides: d3dadapter9.so.1()(64bit)
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user