From 4cc283c93b0404c6cec997726c816e896afa6d18 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Tue, 3 Nov 2020 21:53:46 +0000 Subject: [PATCH] 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 --- .gitignore | 1 + sources | 2 +- vulkan-loader.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d568dd..78aeb67 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 0d266a2..672f9bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (Vulkan-Loader-sdk-1.2.148.1.tar.gz) = 7335e2f0b42341e491b158be40b40d8e15fe8f67491200d70727a648114299cc480f8bc29cf471855971b3631944e44e3e3431fbe8b8afb1e42f7a58e3a4f4dc +SHA512 (Vulkan-Loader-sdk-1.2.154.1.tar.gz) = fab1ee49f3378b10f167cf580f1116736e9344a6b90ddc43759bc5d8c5e14862bd38643edabcb5a806b09666be7da8aee154fb61c2b3b09e45b39064e9547071 diff --git a/vulkan-loader.spec b/vulkan-loader.spec index e4a1cce..326b41e 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -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 - 1.2.154.1-1 +- Update to 1.2.154.1 loader + * Thu Oct 08 2020 Dave Airlie - 1.2.148.1-1 - Update to 1.2.148.1 loader - fixes layer loading issue