diff --git a/vulkan-loader.spec b/vulkan-loader.spec index c3d0fe4..0ab3155 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -1,6 +1,6 @@ Name: vulkan-loader -Version: 1.2.135.0 -Release: 3%{?dist} +Version: 1.2.148.0 +Release: 1%{?dist} Summary: Vulkan ICD desktop loader License: ASL 2.0 @@ -57,11 +57,11 @@ developing applications that use %{name}. %build %cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release . -%ninja_build +%cmake_build %install -%ninja_install +%cmake_install # create the filesystem mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \ @@ -91,6 +91,9 @@ mkdir -p %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \ %changelog +* Tue Aug 04 2020 Dave Airlie - 1.2.148.0-1 +- Update to 1.2.148.0 loader + * Sat Aug 01 2020 Fedora Release Engineering - 1.2.135.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild