Update to 1.3.204.0

Resolves: rhbz#2016880
This commit is contained in:
Dave Airlie 2022-02-25 13:01:02 +10:00
parent c91bed9ac3
commit beca28a242
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@
/Vulkan-Loader-sdk-1.2.154.1.tar.gz
/Vulkan-Loader-sdk-1.2.162.0.tar.gz
/Vulkan-Loader-sdk-1.2.182.0.tar.gz
/Vulkan-Loader-sdk-1.3.204.0.tar.gz

View File

@ -1 +1 @@
SHA512 (Vulkan-Loader-sdk-1.2.182.0.tar.gz) = 7b84cf8c6f507f6d1ef7d05deda763211616b252a7cc0f5984d77cdef625d0fb166f645f6a5ff95e47516405c413c5efdc2a49f0f0a7dff4852e6447e1aa9396
SHA512 (Vulkan-Loader-sdk-1.3.204.0.tar.gz) = d15f51173cd2618ab65569c7d375e2afdd91b7cece46e9528d7709011382946b181fb52f210f2ad3a676b0ae7c0d4dc374f052705f55b5ffc5f4e8aef8c38e7a

View File

@ -1,6 +1,6 @@
Name: vulkan-loader
Version: 1.2.182.0
Release: 2%{?dist}
Version: 1.3.204.0
Release: 1%{?dist}
Summary: Vulkan ICD desktop loader
License: ASL 2.0
@ -91,6 +91,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
%changelog
* Fri Feb 25 2022 Dave Airlie <airlied@redhat.com> - 1.3.204.0-1
- Update to 1.3.204.0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.2.182.0-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688