- Update to 19.0.2
* Just a few fixes for radeon, a few for nir, a couple for radv, a couple for v3d, and a few other patches here and there. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=827
This commit is contained in:
parent
7a26d6f2bf
commit
dc410d58a3
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to 19.0.2
|
||||||
|
* Just a few fixes for radeon, a few for nir, a couple for radv,
|
||||||
|
a couple for v3d, and a few other patches here and there.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 19.0.1
|
%define _version 19.0.2
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -110,7 +110,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 19.0.1
|
Version: 19.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -881,6 +881,9 @@ rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc
|
|||||||
# in KHR-devel
|
# in KHR-devel
|
||||||
rm -rf %{buildroot}/%{_includedir}/KHR
|
rm -rf %{buildroot}/%{_includedir}/KHR
|
||||||
|
|
||||||
|
# workaround needed since Mesa 19.0.2
|
||||||
|
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so
|
rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- Update to 19.0.2
|
||||||
|
* Just a few fixes for radeon, a few for nir, a couple for radv,
|
||||||
|
a couple for v3d, and a few other patches here and there.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Mar 28 10:24:11 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 19.0.1
|
%define _version 19.0.2
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -109,7 +109,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 19.0.1
|
Version: 19.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -880,6 +880,9 @@ rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc
|
|||||||
# in KHR-devel
|
# in KHR-devel
|
||||||
rm -rf %{buildroot}/%{_includedir}/KHR
|
rm -rf %{buildroot}/%{_includedir}/KHR
|
||||||
|
|
||||||
|
# workaround needed since Mesa 19.0.2
|
||||||
|
rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so
|
||||||
|
|
||||||
%else
|
%else
|
||||||
|
|
||||||
rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so
|
rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so
|
||||||
|
3
mesa-19.0.2.tar.xz
Normal file
3
mesa-19.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802
|
||||||
|
size 11959876
|
BIN
mesa-19.0.2.tar.xz.sig
Normal file
BIN
mesa-19.0.2.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user