Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vulkan-loader.git#7ccc4eb708a95123c5ac8dc78385970964348d66
This commit is contained in:
DistroBaker 2020-11-03 21:53:46 +00:00
parent 5a73bdc16e
commit 4cc283c93b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@
/Vulkan-Loader-sdk-1.2.135.0.tar.gz
/Vulkan-Loader-sdk-1.2.148.0.tar.gz
/Vulkan-Loader-sdk-1.2.148.1.tar.gz
/Vulkan-Loader-sdk-1.2.154.1.tar.gz

View File

@ -1 +1 @@
SHA512 (Vulkan-Loader-sdk-1.2.148.1.tar.gz) = 7335e2f0b42341e491b158be40b40d8e15fe8f67491200d70727a648114299cc480f8bc29cf471855971b3631944e44e3e3431fbe8b8afb1e42f7a58e3a4f4dc
SHA512 (Vulkan-Loader-sdk-1.2.154.1.tar.gz) = fab1ee49f3378b10f167cf580f1116736e9344a6b90ddc43759bc5d8c5e14862bd38643edabcb5a806b09666be7da8aee154fb61c2b3b09e45b39064e9547071

View File

@ -1,5 +1,5 @@
Name: vulkan-loader
Version: 1.2.148.1
Version: 1.2.154.1
Release: 1%{?dist}
Summary: Vulkan ICD desktop loader
@ -12,7 +12,7 @@ BuildRequires: gcc-c++
BuildRequires: cmake3
BuildRequires: ninja-build
BuildRequires: python%{python3_pkgversion}-devel
BuildRequires: vulkan-headers = 1.2.148.0
BuildRequires: vulkan-headers = 1.2.154.0
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-cursor)
BuildRequires: pkgconfig(wayland-server)
@ -91,6 +91,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \
%changelog
* Wed Nov 04 2020 Dave Airlie <airlied@redhat.com> - 1.2.154.1-1
- Update to 1.2.154.1 loader
* Thu Oct 08 2020 Dave Airlie <airlied@redhat.com> - 1.2.148.1-1
- Update to 1.2.148.1 loader - fixes layer loading issue