diff --git a/Mesa-drivers.changes b/Mesa-drivers.changes index 14693a5..ab06d37 100644 --- a/Mesa-drivers.changes +++ b/Mesa-drivers.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch + +- 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 diff --git a/Mesa-drivers.spec b/Mesa-drivers.spec index 0ce4894..b68a641 100644 --- a/Mesa-drivers.spec +++ b/Mesa-drivers.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.1 +%define _version 19.0.2 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -110,7 +110,7 @@ %endif Name: Mesa-drivers -Version: 19.0.1 +Version: 19.0.2 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -881,6 +881,9 @@ rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc # in KHR-devel rm -rf %{buildroot}/%{_includedir}/KHR +# workaround needed since Mesa 19.0.2 +rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so + %else rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so diff --git a/Mesa.changes b/Mesa.changes index 14693a5..ab06d37 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 11 09:50:31 UTC 2019 - Stefan Dirsch + +- 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 diff --git a/Mesa.spec b/Mesa.spec index 5105f6f..76d7275 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -41,7 +41,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 19.0.1 +%define _version 19.0.2 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -109,7 +109,7 @@ %endif Name: Mesa -Version: 19.0.1 +Version: 19.0.2 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -880,6 +880,9 @@ rm %{buildroot}/%{_libdir}/pkgconfig/gbm.pc # in KHR-devel rm -rf %{buildroot}/%{_includedir}/KHR +# workaround needed since Mesa 19.0.2 +rm -f %{buildroot}/%{_libdir}/vdpau/libvdpau_gallium.so + %else rm -rf %{buildroot}/%{_libdir}/dri/swrast_dri.so diff --git a/mesa-19.0.2.tar.xz b/mesa-19.0.2.tar.xz new file mode 100644 index 0000000..62d50da --- /dev/null +++ b/mesa-19.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2edc3ce56906a676c91e6851298db45903df1f5cb9827395a922c1452db802 +size 11959876 diff --git a/mesa-19.0.2.tar.xz.sig b/mesa-19.0.2.tar.xz.sig new file mode 100644 index 0000000..2819da8 Binary files /dev/null and b/mesa-19.0.2.tar.xz.sig differ