Update to 1.4.341.0 SDK
This commit is contained in:
parent
7e88af5cff
commit
f8eb2ca6bf
11
glslang.spec
11
glslang.spec
@ -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
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glslang-sdk-1.4.328.1.tar.gz) = e08b601c0dac2c9f63e1098f237dad91ca4d6bd117b34d0bca18eaf86fcc4f12489c3cd1cd018680388bca6950f57c0fc0255a15fff0ef85ae17f33e0c0da572
|
||||
SHA512 (glslang-sdk-1.4.341.0.tar.gz) = f243830836f0ba6f13d6e2ccb48cee3c41f8478e0315b190f3a8e607d3723e7e687102126131a7ecc6eed5899b9de1b69c76f6f795f0f13703931e5041c47906
|
||||
|
||||
Loading…
Reference in New Issue
Block a user