diff --git a/shaderc.changes b/shaderc.changes index 1552b47..1bc9eb4 100644 --- a/shaderc.changes +++ b/shaderc.changes @@ -2,10 +2,7 @@ Sun Dec 4 12:50:08 UTC 2022 - Dirk Müller - update to 2022.4: - * Update to Glslang 11 - * Update SPIRV-Tools, SPIRV-Headers dependencies * Add Cmake BUNDLE DESTINATION option for target install - * The code coverage build is no longer being tested ------------------------------------------------------------------- Fri Nov 25 10:20:34 UTC 2022 - Ferdinand Thiessen diff --git a/shaderc.spec b/shaderc.spec index 3c06519..f82c186 100644 --- a/shaderc.spec +++ b/shaderc.spec @@ -31,7 +31,11 @@ Source99: baselibs.conf Patch1: 0001-Use-system-third-party-libs.patch BuildRequires: c++_compiler BuildRequires: cmake >= 2.8.12 -BuildRequires: glslang-devel >= 11.1.0.g573 +# "DEPS" file recommends: glslang 11.12.0-24-g728c6895 +# DEPS file: spirv-headers sdk-1.3.231.0-14-gc214f6f +# DEPS file: spirv-tools v2022.4-28-gd9446130 +# Slightly lower should work too +BuildRequires: glslang-devel >= 11.12.0 BuildRequires: spirv-headers >= 1.6.1~sdk231 BuildRequires: spirv-tools-devel >= 2022.4