forked from pool/vulkan-validationlayers
- Update to release 1.1.127
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=31
This commit is contained in:
parent
2ebdb87c52
commit
87326cf08c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a6e3f74a5ca51eb1f2c608c81652c6504d38a5d61af48c61e599baead91acd8
|
||||
size 1132332
|
14
_service
14
_service
@ -1,14 +0,0 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||
<param name="revision">fdea0607</param>
|
||||
<param name="parent-tag">v1.1.125</param>
|
||||
<param name="versionformat">1.1.126</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
</services>
|
3
v1.1.127.tar.gz
Normal file
3
v1.1.127.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ffe0d899c74ce0fc3c7ba9f90eccd5b3b78e0f90519dee9c701366bc0f795be
|
||||
size 1775288
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 7 07:59:11 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user