From ec85b27322c07c95b493d7991be0523e3ebea3d2 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Fri, 16 Apr 2021 05:37:25 +0000 Subject: [PATCH] - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 Signed-off-by: Mohan Boddu --- shaderc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shaderc.spec b/shaderc.spec index 4620465..b7a8580 100644 --- a/shaderc.spec +++ b/shaderc.spec @@ -11,7 +11,7 @@ Name: shaderc Version: 2020.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A collection of tools, libraries, and tests for Vulkan shader compilation License: ASL 2.0 @@ -126,6 +126,9 @@ sed -i 's|SPIRV/GlslangToSpv.h|glslang/SPIRV/GlslangToSpv.h|' libshaderc_util/sr %{_libdir}/pkgconfig/shaderc_combined.pc %changelog +* Fri Apr 16 2021 Mohan Boddu - 2020.5-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + * Fri Mar 5 13:43:44 CET 2021 Robert-André Mauchin - 2020.5-1 - Update to 2020.5 - Close: rhbz#1931006