update to sdk 1.3.26.0 version

(cherry picked from commit ebaf6910a6a7933b6121e2bdb01d28a5b01b84bc)
This commit is contained in:
dillon_chen 2023-08-24 16:16:38 +08:00 committed by openeuler-sync-bot
parent b4005dfbad
commit 3914429446
3 changed files with 6 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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 <dillon.chen@gmail.com> - sdk-1.3.261.0-1
- Update to sdk-1.3.261.0
* Fri Jul 21 2023 dillon chen <dillon.chen@gmail.com> - 1.3.257-1
- update to 1.3.257