diff --git a/Vulkan-ValidationLayers-1.1.102.tar.xz b/Vulkan-ValidationLayers-1.1.102.tar.xz new file mode 100644 index 0000000..3dacc49 --- /dev/null +++ b/Vulkan-ValidationLayers-1.1.102.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b560d5f3d9d071ee9cbb26ab243101ca551d95fe5891ff2f9f44e0d632548b2 +size 672228 diff --git a/Vulkan-ValidationLayers-1.1.97.0.tar.xz b/Vulkan-ValidationLayers-1.1.97.0.tar.xz deleted file mode 100644 index 737ffbe..0000000 --- a/Vulkan-ValidationLayers-1.1.97.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6309ab89e335f3aefc53674f4263e1f3ec5f8b5139ec4b0b73ffa4193d4e5835 -size 667876 diff --git a/_service b/_service index f01850a..012b79e 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ git https://github.com/KhronosGroup/Vulkan-ValidationLayers - sdk-1.1.97.0 - v1.1.97 - 1.1.97.0 + v1.1.102 + v1.1.102 + 1.1.102 *.tar diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index 43c3744..d36a117 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 17 13:37:13 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.102 + * Update various helper functions + * Fixed some unspecified unexpected errors + * layers: Fix null handle derefs on Destroy + +------------------------------------------------------------------- +Tue Feb 19 09:37:47 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 1.1.100 + * layers: Add VU check for sampled image descriptors + ------------------------------------------------------------------- Thu Jan 24 10:38:44 UTC 2019 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index c403e6b..ce93851 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -16,10 +16,10 @@ # -%define version_unconverted 1.1.97.0 +%define version_unconverted 1.1.102 Name: vulkan-validationlayers -Version: 1.1.97.0 +Version: 1.1.102 Release: 0 Summary: Validation layers for Vulkan License: Apache-2.0 @@ -31,7 +31,7 @@ BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel BuildRequires: pkg-config BuildRequires: python3-base -BuildRequires: spirv-tools-devel +BuildRequires: spirv-tools-devel >= 2019.2 BuildRequires: pkgconfig(vulkan) >= 1.1.95 BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xcb)