diff --git a/glslang-sdk-1.4.313.0.tar.gz b/glslang-sdk-1.4.313.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6d3e785b9cf3b98831a9a904d003e4c79d23c188 Binary files /dev/null and b/glslang-sdk-1.4.313.0.tar.gz differ diff --git a/glslang.spec b/glslang.spec index a74b7974ba4e851984450a08f8cad65b0bae231e..0b3729bcb7f8f3551252708502d14339dc2969cc 100644 --- a/glslang.spec +++ b/glslang.spec @@ -1,19 +1,22 @@ -%define anolis_release 1 -%global sdkver 1.4.304.0 +%define anolis_release 1 +%global sdkver 1.4.313.0 Name: glslang -Version: 15.1.0 +Version: 15.3.0 Release: %{anolis_release}%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator License: BSD and GPLv3+ and ASL 2.0 URL: https://github.com/KhronosGroup/%{name} -Source0: https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.tar.gz +Source0: https://github.com/KhronosGroup/glslang/archive/vulkan-sdk-1.4.313.0.tar.gz#/glslang-sdk-1.4.313.0.tar.gz Patch1: 0001-pkg-config-compatibility.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig(SPIRV-Tools) >= 2019.2.1 +BuildRequires: cmake3 +BuildRequires: ninja-build +BuildRequires: spirv-tools-devel Requires: spirv-tools-sdk-libs >= %{sdkver} %description @@ -78,6 +81,10 @@ head -n7 CHANGES.md | grep "%{version}" %{_libdir}/cmake/* %changelog +* Mon Oct 27 2025 wenyuzifang - 15.3.0-1 +- Updated to version 15.3.0 to fix xxxxxx + + * Tue Feb 18 2025 gaochang - 15.1.0-1 - Update to 15.1.0 - Update sdkver to 1.4.304.0