diff --git a/Mesa.changes b/Mesa.changes index ac7ffaa..2ee5b25 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Jul 9 07:11:14 UTC 2016 - mimi.vx@gmail.com + +- update to 12.0.1 +* Vulkan driver for Intel hardware from Ivy Bridge onward. +* OpenGL 4.3 for nvc0, radeonsi and i965 (Gen8+) +* OpenGL ES 3.1 on nvc0 and radeonsi +* DRI3 enablement for VDPAU, OMX and VAAPI + +------------------------------------------------------------------- +Tue Jul 5 20:08:21 UTC 2016 - toddrme2178@gmail.com + +- Fix Group tag. + ------------------------------------------------------------------- Tue Jun 21 19:57:26 UTC 2016 - mimi.vx@gmail.com diff --git a/Mesa.spec b/Mesa.spec index 6bb4c50..99d3a54 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -18,7 +18,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 12.0.0-rc4 +%define _version 12.0.1 %define with_opencl 0 %define with_vulkan 0 %ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x @@ -45,7 +45,7 @@ %endif Name: Mesa -Version: 12.0.0 +Version: 12.0.1 Release: 0 Summary: System for rendering interactive 3-D graphics License: MIT @@ -443,7 +443,7 @@ Mesa Direct3D9 state tracker %package libd3d-devel Summary: Mesa Direct3D9 state tracker development package -Group: Development/Libraries/C and C+ +Group: Development/Libraries/C and C++ Requires: %{name}-libd3d = %{version} %description libd3d-devel @@ -980,9 +980,9 @@ install -m 644 $RPM_SOURCE_DIR/README.updates \ %if 0%{with_vulkan} %files -n libvulkan_intel %defattr(-,root,root) -%dir %{_sysconfdir}/vulkan -%dir %{_sysconfdir}/vulkan/icd.d -%{_sysconfdir}/vulkan/icd.d/intel_icd.json +%dir %{_datadir}/vulkan +%dir %{_datadir}/vulkan/icd.d +%{_datadir}/vulkan/icd.d/intel_icd.json %{_libdir}/libvulkan_intel.so %files libVulkan-devel diff --git a/mesa-12.0.0-rc4.tar.xz b/mesa-12.0.0-rc4.tar.xz deleted file mode 100644 index eba3774..0000000 --- a/mesa-12.0.0-rc4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a27f43f0031a3f1e77d767f7e3e019120ec5181a0a7c81fc0da7b611e8c4e91a -size 8565652 diff --git a/mesa-12.0.0-rc4.tar.xz.sig b/mesa-12.0.0-rc4.tar.xz.sig deleted file mode 100644 index 6248b99..0000000 Binary files a/mesa-12.0.0-rc4.tar.xz.sig and /dev/null differ diff --git a/mesa-12.0.1.tar.xz b/mesa-12.0.1.tar.xz new file mode 100644 index 0000000..5c18f89 --- /dev/null +++ b/mesa-12.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab24fb79f78c876073527f515ed871fc9c81d816f66c8a0b051d8d653896389 +size 8571144 diff --git a/mesa-12.0.1.tar.xz.sig b/mesa-12.0.1.tar.xz.sig new file mode 100644 index 0000000..28d6088 Binary files /dev/null and b/mesa-12.0.1.tar.xz.sig differ