From afc38d09c469f1c7d5dfb69477f02dafa5036ab7 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 7 Mar 2018 17:16:27 -0800 Subject: [PATCH] Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") --- glslang.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/glslang.spec b/glslang.spec index 20cf77a..a88ce86 100644 --- a/glslang.spec +++ b/glslang.spec @@ -5,7 +5,7 @@ Name: glslang Version: 3.1 -Release: 0.6%{?gitrel}%{?dist} +Release: 0.7%{?gitrel}%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator License: BSD and GPLv3+ and ASL 2.0 @@ -78,6 +78,10 @@ install -pm 0644 build/StandAlone/libglslang-default-resource-limits.a %{buildro %{_libdir}/libglslang-default-resource-limits.a %changelog +* Wed Mar 07 2018 Adam Williamson - 3.1-0.7.20180205.git2651cca +- Rebuild to fix GCC 8 mis-compilation + See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64") + * Fri Feb 09 2018 Leigh Scott - 3.1-0.6.20180205.git2651cca - Update for vulkan 1.0.68.0