Update to 1.1.82.0
This commit is contained in:
parent
84baa154c8
commit
80d8a949ff
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/Vulkan-Loader-sdk-1.1.77.0.tar.gz
|
||||
/Vulkan-Loader-sdk-1.1.82.0.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Vulkan-Loader-sdk-1.1.77.0.tar.gz) = 547b79ad5d1a14cce32ea97e9f7c67ae3d01871a75d8cb61ddf4eccb76aca865f5e89859d3a44b53e8de7e4677b79fe339fa484cc1a881ee1c332b8c2fe06d19
|
||||
SHA512 (Vulkan-Loader-sdk-1.1.82.0.tar.gz) = 57363ade009ae6f133754f06c1125e874640fc2d57e1253063d447f5b79d6e006818ed026e81222d008f19083c2b079c83bb346a8c4d53f76b2bef009eb42a6a
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: vulkan-loader
|
||||
Version: 1.1.77.0
|
||||
Release: 5%{?dist}
|
||||
Version: 1.1.82.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Vulkan ICD desktop loader
|
||||
|
||||
License: ASL 2.0
|
||||
@ -12,7 +12,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: cmake3
|
||||
BuildRequires: ninja-build
|
||||
BuildRequires: python%{python3_pkgversion}
|
||||
BuildRequires: vulkan-headers
|
||||
BuildRequires: vulkan-headers = %{version}
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
@ -92,6 +92,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Aug 07 2018 Leigh Scott <leigh123linux@googlemail.com> - 1.1.82.0-1
|
||||
- Update to 1.1.82.0
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.77.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user