forked from pool/vulkan-validationlayers
- Update to new snapshot 1.1.95
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/vulkan-validationlayers?expand=0&rev=6
This commit is contained in:
parent
94cf77f900
commit
7933cecb38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fcc1e4bb1fb07fc8a989afd60d72ad2930111e4fa76b21998de2f46f8ba0a567
|
||||
size 646152
|
3
Vulkan-ValidationLayers-1.1.95.tar.xz
Normal file
3
Vulkan-ValidationLayers-1.1.95.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e00d71e92e7f9dbbe1eb5f53e176a18f5cbfa2b19a68fc3d68534a95414aa6cb
|
||||
size 647764
|
6
_service
6
_service
@ -2,9 +2,9 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/KhronosGroup/Vulkan-ValidationLayers</param>
|
||||
<param name="revision">899ae29410c72e8b9513465df262aa77c3886ad4</param>
|
||||
<param name="parent-tag">30127fd57005f0c1bafb0d3325c90a8641dbf713</param>
|
||||
<param name="versionformat">1.1.91.g@TAG_OFFSET@</param>
|
||||
<param name="revision">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
|
||||
<param name="parent-tag">3ea65133e04e2ce1153f13dd3cd4605264888a25</param>
|
||||
<param name="versionformat">1.1.95</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 14 23:27:33 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new snapshot 1.1.95
|
||||
* layers: Add stub functions for DebugUtils functions
|
||||
* layers: Remove unique objects standalone layer
|
||||
* layers: Add layer chassis dispatch generator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 09:55:44 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -12,14 +12,14 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 1.1.91.g68
|
||||
%define version_unconverted 1.1.95
|
||||
|
||||
Name: vulkan-validationlayers
|
||||
Version: 1.1.91.g68
|
||||
Version: 1.1.95
|
||||
Release: 0
|
||||
Summary: Validation layers for Vulkan
|
||||
License: Apache-2.0
|
||||
@ -29,12 +29,12 @@ Source: Vulkan-ValidationLayers-%version.tar.xz
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildRequires: gcc-c++ >= 4.8
|
||||
BuildRequires: glslang-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.91
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-tools-devel
|
||||
BuildRequires: pkgconfig(vulkan) >= 1.1.91
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
BuildRequires: spirv-tools-devel
|
||||
|
||||
%description
|
||||
Vulkan is a 3D graphics and compute API providing cross-platform
|
||||
@ -45,6 +45,7 @@ This package contains the Khronos official Vulkan validation layers.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for Vulkan validation layers
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
This subpackage contains header files and a static library for
|
||||
|
Loading…
Reference in New Issue
Block a user