From 87326cf08c8260bc148cb00b311c8c33ff934c10847d4d925a7f576906980214 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 7 Nov 2019 07:59:58 +0000 Subject: [PATCH] - Update to release 1.1.127 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=31 --- Vulkan-ValidationLayers-1.1.126.tar.xz | 3 --- _service | 14 -------------- v1.1.127.tar.gz | 3 +++ vulkan-validationlayers.changes | 10 ++++++++++ vulkan-validationlayers.spec | 7 ++----- 5 files changed, 15 insertions(+), 22 deletions(-) delete mode 100644 Vulkan-ValidationLayers-1.1.126.tar.xz delete mode 100644 _service create mode 100644 v1.1.127.tar.gz diff --git a/Vulkan-ValidationLayers-1.1.126.tar.xz b/Vulkan-ValidationLayers-1.1.126.tar.xz deleted file mode 100644 index 7f251c1..0000000 --- a/Vulkan-ValidationLayers-1.1.126.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a6e3f74a5ca51eb1f2c608c81652c6504d38a5d61af48c61e599baead91acd8 -size 1132332 diff --git a/_service b/_service deleted file mode 100644 index ba00002..0000000 --- a/_service +++ /dev/null @@ -1,14 +0,0 @@ - - - git - https://github.com/KhronosGroup/Vulkan-ValidationLayers - fdea0607 - v1.1.125 - 1.1.126 - - - *.tar - xz - - - diff --git a/v1.1.127.tar.gz b/v1.1.127.tar.gz new file mode 100644 index 0000000..8c2e1a6 --- /dev/null +++ b/v1.1.127.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be +size 1775288 diff --git a/vulkan-validationlayers.changes b/vulkan-validationlayers.changes index 76dcec8..08499ad 100644 --- a/vulkan-validationlayers.changes +++ b/vulkan-validationlayers.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Nov 7 07:59:11 UTC 2019 - Jan Engelhardt + +- Update to release 1.1.127 + * layers: Update ValidateShaderStageInputOutputLimits to + new spec rules + * cmake: Restore creation of standard validation JSON + file [boo#1155932] + * layers: Add RT shader group validation + ------------------------------------------------------------------- Sat Oct 26 11:45:44 UTC 2019 - Jan Engelhardt diff --git a/vulkan-validationlayers.spec b/vulkan-validationlayers.spec index 4d607c6..fc14bb2 100644 --- a/vulkan-validationlayers.spec +++ b/vulkan-validationlayers.spec @@ -16,18 +16,15 @@ # -%define version_unconverted 1.1.126 - Name: vulkan-validationlayers -Version: 1.1.126 +Version: 1.1.127 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: 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