diff --git a/Vulkan-Loader-sdk-1.3.239.0.tar.gz b/Vulkan-Loader-sdk-1.3.239.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5b6ab117d1a518cfbf5b6f4c7f6a58065c4ce2d1 Binary files /dev/null and b/Vulkan-Loader-sdk-1.3.239.0.tar.gz differ diff --git a/add-notes.patch b/add-notes.patch new file mode 100644 index 0000000000000000000000000000000000000000..2e4c822014acf35281c6ce1db0f45a0ce5ee55a1 --- /dev/null +++ b/add-notes.patch @@ -0,0 +1,12 @@ +diff -up Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt.dma Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt +--- Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt.dma 2022-06-20 12:14:17.371384329 +1000 ++++ Vulkan-Loader-sdk-1.3.216.0/loader/CMakeLists.txt 2022-06-20 12:14:25.743510904 +1000 +@@ -178,7 +178,7 @@ else() # i.e.: Linux + if(USE_GAS) + enable_language(ASM) + +- set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS}") ++ set(CMAKE_ASM_FLAGS "${CMAKE_C_FLAGS} -Wa,--generate-missing-build-notes=yes") + set(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) + + if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "aarch64") diff --git a/v1.3.234.tar.gz b/v1.3.234.tar.gz deleted file mode 100644 index 1a7ee34495df4d5e4bb7ad55a50ff62c87f66537..0000000000000000000000000000000000000000 Binary files a/v1.3.234.tar.gz and /dev/null differ diff --git a/vulkan-loader.spec b/vulkan-loader.spec index f3933089d0e68521d653ec7d1da0a49e62d42931..b9f7f8fac572789ae33c75b69ea6d62e5f20cc62 100644 --- a/vulkan-loader.spec +++ b/vulkan-loader.spec @@ -1,13 +1,14 @@ -%define anolis_release 2 +%define anolis_release 1 Summary: Vulkan ICD desktop loader Name: vulkan-loader -Version: 1.3.234 +Version: 1.3.239.0 Release: %{anolis_release}%{?dist} License: ASL 2.0 URL: https://github.com/KhronosGroup/Vulkan-Loader Source0: https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v%{version}.tar.gz +Patch1: add-notes.patch BuildRequires: gcc gcc-c++ cmake ninja-build BuildRequires: python3-devel @@ -103,6 +104,10 @@ mkdir -p %{buildroot}%{_datadir}/vulkan/icd.d %changelog +* Wed Jul 02 2025 wenyuzifang - 1.3.239.0-1 +- Updated to version 1.3.239.0 to fix xxxxxxxxx + + * Wed Apr 12 2023 Kun(llfl) - 1.3.234-2 - optimize spec file @@ -128,4 +133,4 @@ mkdir -p %{buildroot}%{_datadir}/vulkan/icd.d - add provides to fix mesa-vulkan-drivers dependency * Thu Apr 14 2022 Chunmei Xu - 1.3.211-1 -- init from upstream +- init from upstream \ No newline at end of file