diff --git a/glslang.spec b/glslang.spec index 41b9c5f..a5f2a94 100644 --- a/glslang.spec +++ b/glslang.spec @@ -1,10 +1,10 @@ -%global commit 18eef33bd7a4bf5ad8c69f99cb72022608cf6e73 +%global commit ae2a562936cc8504c9ef2757cceaff163147834f %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20210423 +%global commit_date 20210623 %global gitrel .%{commit_date}.git%{shortcommit} Name: glslang -Version: 11.4.0 +Version: 11.5.0 Release: 1%{?gitrel}%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator @@ -81,6 +81,9 @@ install -pm 0644 %{_vpath_builddir}/StandAlone/libglslang-default-resource-limit %{_libdir}/cmake/* %changelog +* Wed Jul 07 2021 Dave Airlie - 11.5.0-1 +- Latest snapshot used in 1.2.182 sdk + * Tue May 18 2021 Dave Airlie