diff --git a/Vulkan-ValidationLayers-1.2.145.tar.gz b/Vulkan-ValidationLayers-1.2.145.tar.gz new file mode 100644 index 0000000..00bb73a --- /dev/null +++ b/Vulkan-ValidationLayers-1.2.145.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa9aebd8de74231f2072825518e66a045e3d571a6a4c307b4c308ea1e7f3f4e +size 2085338 diff --git a/v1.2.141.tar.gz b/v1.2.141.tar.gz deleted file mode 100644 index 2b8b158..0000000 --- a/v1.2.141.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f2ebc5c0d69ead2031893f5c5da9bb4f328a90d30c1665a618a637a48d27ee0 -size 2046629 diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index b178edf..1358974 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jun 28 17:15:56 UTC 2020 - Callum Farmer + +- Update to release 1.2.145 + * layers: Label BindBuffer2 VUIDs + * layers: Raytracing VUIDs + * tests: Implement test for raytracing VUIDs + * layers: Clean up some variable name formatting issues + * layers: Add VUID 02840 + * tests: Add VUID 02840 + * corechecks: Add FB check for depth-stencil 3D image/imageviews + * tests: Added test for VUID-VkFBCreateInfo-pAttachments-00891 + * layers: Fix VK_EXT_sample_locations bug + * tests: Add extra VK_EXT_sample_location test + ------------------------------------------------------------------- Thu May 28 14:29:10 UTC 2020 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index a13098c..4ddd00a 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -17,14 +17,14 @@ Name: vulkan-validationlayers -Version: 1.2.141 +Version: 1.2.145 Release: 0 Summary: Validation layers for Vulkan License: Apache-2.0 Group: Development/Tools/Other URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers -Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz +Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz#/Vulkan-ValidationLayers-%{version}.tar.gz Source9: %name-rpmlintrc BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 @@ -52,7 +52,7 @@ This package contains the Khronos official Vulkan validation layers. %build %limit_build -m 2000 -%cmake -DGLSLANG_INSTALL_DIR="%_bindir" +%cmake -DGLSLANG_INSTALL_DIR="%_bindir" -DSPIRV_HEADERS_INSTALL_DIR="%_includedir" make %{?_smp_mflags} %install