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