import CS glslang-16.2.0-1.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-08-24 09:06:16 -04:00
parent e956e07429
commit c8c5ea2706
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/glslang-sdk-1.4.328.1.tar.gz
SOURCES/glslang-sdk-1.4.341.0.tar.gz

View File

@ -1 +1 @@
7f9d484861ff78ee38093c4c1c37a247a842d49d SOURCES/glslang-sdk-1.4.328.1.tar.gz
700bf8650791a12adfe3e61edaf60633b46e636d SOURCES/glslang-sdk-1.4.341.0.tar.gz

View File

@ -1,7 +1,7 @@
%global sdkver 1.4.328.1
%global sdkver 1.4.341.0
Name: glslang
Version: 16.0.0
Version: 16.2.0
Release: 1%{?dist}
Summary: OpenGL and OpenGL ES shader front end and validator
@ -12,7 +12,7 @@ Source0: %url/archive/vulkan-sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.
#Patch3: https://patch-diff.githubusercontent.com/raw/KhronosGroup/glslang/pull/1722.patch#/0001-pkg-config-compatibility.patch
Patch3: 0001-pkg-config-compatibility.patch
BuildRequires: cmake3
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: ninja-build
BuildRequires: spirv-tools-devel
@ -37,7 +37,7 @@ interpretation of the specifications for these languages.
find . -name '*.h' -or -name '*.cpp' -or -name '*.hpp'| xargs chmod a-x
%build
%cmake3 -DBUILD_SHARED_LIBS=OFF
%cmake -DBUILD_SHARED_LIBS=OFF
%cmake_build
%install
@ -71,6 +71,9 @@ popd
%{_libdir}/cmake/*
%changelog
* Thu 21 May 2026 Anusha Srivatsa <asrivats@redhat.com> - 16.2.0-1
- Update to 1.4.341.0 SDK
* Wed 07 2026 José Expósito <jexposit@redhat.com> - 16.0.0-1
- Update to 1.4.328.1 SDK