diff --git a/Vulkan-Loader-1.3.257.tar.gz b/Vulkan-Loader-1.3.257.tar.gz deleted file mode 100644 index 6eb1175..0000000 Binary files a/Vulkan-Loader-1.3.257.tar.gz and /dev/null differ diff --git a/Vulkan-Loader-sdk-1.3.261.0.tar.gz b/Vulkan-Loader-sdk-1.3.261.0.tar.gz new file mode 100644 index 0000000..9d94e9e Binary files /dev/null and b/Vulkan-Loader-sdk-1.3.261.0.tar.gz differ diff --git a/vulkan-loader.spec b/vulkan-loader.spec index 03af6c5..b58110d 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -1,10 +1,10 @@ Name: vulkan-loader -Version: 1.3.257 +Version: 1.3.261.0 Release: 1 Summary: A desktop loader for Vulkan ICD License: ASL 2.0 URL: https://github.com/KhronosGroup/Vulkan-Loader -Source0: %url/archive/refs/tags/Vulkan-Loader-%{version}.tar.gz +Source0: %url/archive/refs/tags/Vulkan-Loader-sdk-%{version}.tar.gz BuildRequires: gcc-c++ cmake3 ninja-build python%{python3_pkgversion}-devel vulkan-headers = %{version} BuildRequires: pkgconfig(wayland-client) pkgconfig(wayland-cursor) pkgconfig(wayland-server) @@ -31,7 +31,7 @@ Obsoletes: vulkan-devel < %{version}-%{release} Libraries and header files for developing applications that use vulkan-loader. %prep -%autosetup -n Vulkan-Loader-%{version} -p1 +%autosetup -n Vulkan-Loader-sdk-%{version} -p1 %build %cmake3 -GNinja -DCMAKE_BUILD_TYPE=Release . @@ -59,6 +59,9 @@ install -d %{buildroot}%{_sysconfdir}/vulkan/{explicit,implicit}_layer.d/ \ %{_libdir}/*.so %changelog +* Thu Aug 24 2023 dillon chen - sdk-1.3.261.0-1 +- Update to sdk-1.3.261.0 + * Fri Jul 21 2023 dillon chen - 1.3.257-1 - update to 1.3.257