1
0

Accepting request 817750 from X11:Wayland

- Update to release 1.2.145

OBS-URL: https://build.opensuse.org/request/show/817750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vulkan-validationlayers?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2020-07-01 12:26:28 +00:00 committed by Git OBS Bridge
commit ae0489d499
4 changed files with 21 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:baa9aebd8de74231f2072825518e66a045e3d571a6a4c307b4c308ea1e7f3f4e
size 2085338

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f2ebc5c0d69ead2031893f5c5da9bb4f328a90d30c1665a618a637a48d27ee0
size 2046629

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jun 28 17:15:56 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
- 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 <jengelh@inai.de>

View File

@ -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