import UBI vulkan-loader-1.3.283.0-1.el9

This commit is contained in:
eabdullin 2024-11-12 10:33:43 +00:00
parent 0d59be9d47
commit 9c2aa3ce38
3 changed files with 7 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/Vulkan-Loader-sdk-1.3.268.0.tar.gz
SOURCES/Vulkan-Loader-sdk-1.3.283.0.tar.gz

View File

@ -1 +1 @@
5f99ff30a3213fc329fb9a002cfc01daee5fcdcb SOURCES/Vulkan-Loader-sdk-1.3.268.0.tar.gz
23a6ddf29216fb8b1a45bab8723b79079c6ab0e3 SOURCES/Vulkan-Loader-sdk-1.3.283.0.tar.gz

View File

@ -1,5 +1,5 @@
Name: vulkan-loader
Version: 1.3.268.0
Version: 1.3.283.0
Release: 1%{?dist}
Summary: Vulkan ICD desktop loader
@ -56,7 +56,7 @@ developing applications that use %{name}.
%build
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release .
%cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release
%cmake_build
@ -90,8 +90,10 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
%{_libdir}/*.so
%{_libdir}/cmake/VulkanLoader/*.cmake
%changelog
* Tue May 28 2024 José Expósito <jexposit@redhat.com> - 1.3.283.0-1
- Update to 1.3.283.0 SDK
* Wed Jan 17 2024 José Expósito <jexposit@redhat.com> - 1.3.268.0-1
- Update to 1.3.268.0 SDK