diff --git a/15.1.0.tar.gz b/15.2.0.tar.gz similarity index 35% rename from 15.1.0.tar.gz rename to 15.2.0.tar.gz index 513c4301bb06f342f573566673a3c7cf35acce2f..585249ee714026cbfc08239b7166c15e2763ebf5 100644 Binary files a/15.1.0.tar.gz and b/15.2.0.tar.gz differ diff --git a/glslang.spec b/glslang.spec index 89933750dac61c87593ac27f1560094daf4276f7..264a2f866142a483161e782ac1b1080d1b1ee4b7 100644 --- a/glslang.spec +++ b/glslang.spec @@ -1,14 +1,14 @@ %global sdkver 1.3.290.0 Name: glslang -Version: 15.1.0 -Release: 2 +Version: 15.2.0 +Release: 1 Summary: OpenGL and OpenGL ES shader front end and validator License: BSD-2-Clause AND BSD-3-Clause AND GPL-3.0-or-later AND Apache-2.0 URL: https://github.com/KhronosGroup/%{name} Source0: %{url}/archive/refs/tags/%{version}.tar.gz -Patch0: 0001-pkg-config-compatibility.patch +# Patch0: 0001-pkg-config-compatibility.patch # 移除或更新patch文件 Patch1: 0002-remove-vulkan-version-1.4.patch BuildRequires: cmake @@ -38,7 +38,7 @@ sed -i '/spirv.pc DESTINATION/d' SPIRV/CMakeLists.txt sed -i '/glslang.pc DESTINATION/d' glslang/CMakeLists.txt %build -%cmake -DBUILD_SHARED_LIBS=OFF +%cmake -DBUILD_SHARED_LIBS=OFF -DALLOW_EXTERNAL_SPIRV_TOOLS=ON %cmake_build %install @@ -72,6 +72,9 @@ popd %{_libdir}/cmake/* %changelog +* Tue Jul 08 2025 openeuler_bot - 15.2.0-1 +- update glslang to 15.2.0 + * Wed Jan 29 2025 Funda Wang - 15.1.0-2 - fix test with new cmake buildir migration @@ -85,4 +88,4 @@ popd - update to version 14.0.3 * Wed Jul 27 2022 liweiganga - 11.9.0-1 -- Initial build +- Initial build \ No newline at end of file