Update to 1.2.148.0
This commit is contained in:
parent
f29784eaa3
commit
93f811a29d
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/Vulkan-ValidationLayers-sdk-1.1.126.0.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.131.1.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.135.0.tar.gz
|
||||
/Vulkan-ValidationLayers-sdk-1.2.148.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-ValidationLayers-sdk-1.2.135.0.tar.gz) = 7f865e52d3122ed721b44bcc6282b8643da408db0f92c4c8bc0152b5542963878cab26f80ae7bc465256b19a56e9489852193e72b430aafc14942651016e5ced
|
||||
SHA512 (Vulkan-ValidationLayers-sdk-1.2.148.0.tar.gz) = 96c36fb63ad90d3724d09a9724813b35983fd87cd79ea0edffb7d02be3c3ac7cb9fa140a1da4779e9c0ef47d6655582d42213ff36906e4a08250e422a9ad5be6
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: vulkan-validation-layers
|
||||
Version: 1.2.135.0
|
||||
Release: 3%{?dist}
|
||||
Version: 1.2.148.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan validation layers
|
||||
|
||||
License: ASL 2.0
|
||||
@ -45,16 +45,16 @@ developing applications that use %{name}.
|
||||
%global optflags %(echo %{optflags} | sed 's/-g /-g1 /')
|
||||
|
||||
|
||||
%cmake3 -GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
%cmake3 -DCMAKE_BUILD_TYPE=Release \
|
||||
-DGLSLANG_INSTALL_DIR=%{_prefix} \
|
||||
-DBUILD_LAYER_SUPPORT_FILES:BOOL=ON \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/ .
|
||||
%ninja_build
|
||||
-DSPIRV_HEADERS_INSTALL_DIR=%{_prefix}/spirv \
|
||||
-DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/vulkan/
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%ninja_install
|
||||
%cmake_install
|
||||
|
||||
|
||||
%ldconfig_scriptlets
|
||||
@ -70,6 +70,9 @@ developing applications that use %{name}.
|
||||
%{_includedir}/vulkan/
|
||||
|
||||
%changelog
|
||||
* Wed Aug 05 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.0-1
|
||||
- Update to 1.2.148.0
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.135.0-3
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user