diff --git a/Vulkan-ValidationLayers-1.1.120.tar.xz b/Vulkan-ValidationLayers-1.1.120.tar.xz deleted file mode 100644 index b638076..0000000 --- a/Vulkan-ValidationLayers-1.1.120.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6d4e4bc9a0bd32b43e9b5e571367c43741a2407691d4c1410c3c8dfda6b57d3b -size 1106116 diff --git a/_service b/_service deleted file mode 100644 index 54cf39d..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://github.com/KhronosGroup/Vulkan-ValidationLayers - v1.1.120 - v1.1.120 - 1.1.120 - - - *.tar - xz - - - diff --git a/v1.1.124.tar.gz b/v1.1.124.tar.gz new file mode 100644 index 0000000..660708e --- /dev/null +++ b/v1.1.124.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:815811c1fa1f4c0ae56da0c9b5990f5fcd0df1406454dee88b30dd9eaf4863e9 +size 1757023 diff --git a/vulkan-validationlayers-rpmlintrc b/vulkan-validationlayers-rpmlintrc new file mode 100644 index 0000000..be4ee7e --- /dev/null +++ b/vulkan-validationlayers-rpmlintrc @@ -0,0 +1 @@ +addFilter("shlib-policy-name-error") diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index dae6406..af37013 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Oct 16 21:46:53 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.124 + * layers: Support VK_NV_dedicated_allocation_image_aliasing + * layers: Add validation for VK_KHR_shader_subgroup_extended_types + * layers: Add VK_NV_clip_space_w_scaling + * layers: track vkGetPhysicalDeviceFeatures*() called state + * gpu: Add gpu-av as a validation object + +------------------------------------------------------------------- +Sun Sep 22 22:07:44 UTC 2019 - Aaron Stern + +- Update to new upstream release 1.1.123 + * corechecks: Add support for VK_INDEX_TYPE_UINT8_EXT + * corechecks: Add VUs checking for indexTypeUint8 + * layers: Add VK_NV_fill_rectangle + * layers: Re-ban ray tracing stages in render pass + * layers: Remove QueueInfo tracking from ObjectLifetimes + * layers: Add cgpl, ccpl, crtpl state for all intercepts + * layers: Use persistent objects for ThreadSafety tracking + * libVkLayer_*.so were all merged into + libVkLayer_khronos_validation.so. + ------------------------------------------------------------------- Wed Aug 21 09:20:52 UTC 2019 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index b23d348..6a58789 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -16,23 +16,24 @@ # -%define version_unconverted 1.1.120 +%define version_unconverted 1.1.124 Name: vulkan-validationlayers -Version: 1.1.120 +Version: 1.1.124 Release: 0 Summary: Validation layers for Vulkan License: Apache-2.0 -Group: Development/Libraries/C and C++ +Group: development vulkan URL: https://github.com/KhronosGroup/Vulkan-ValidationLayers -Source: Vulkan-ValidationLayers-%version.tar.xz +Source: https://github.com/KhronosGroup/Vulkan-ValidationLayers/archive/v%version.tar.gz +Source9: %name-rpmlintrc BuildRequires: cmake >= 3.4 BuildRequires: gcc-c++ >= 4.8 BuildRequires: glslang-devel >= 7.12 +BuildRequires: memory-constraints BuildRequires: pkg-config BuildRequires: python3-base -#BuildRequires: python3-spec_tools >= 1.1.112 BuildRequires: spirv-tools-devel >= 2019.4~git33 BuildRequires: pkgconfig(vulkan) >= 1.1.112 BuildRequires: pkgconfig(x11) @@ -49,6 +50,7 @@ This package contains the Khronos official Vulkan validation layers. %autosetup -n Vulkan-ValidationLayers-%version %build +%limit_build -m 2000 %cmake -DGLSLANG_INSTALL_DIR="%_bindir" make %{?_smp_mflags}