From 6abd0dca17a78a62edcac420f868404e8f9ab7c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Exp=C3=B3sito?= Date: Thu, 30 May 2024 19:19:51 +0200 Subject: [PATCH] License: AND must be all capital letters Fixes: 9cd8acc92e9e ("Update license identifiers") --- glslang.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/glslang.spec b/glslang.spec index d78630e..5fafd1f 100644 --- a/glslang.spec +++ b/glslang.spec @@ -2,10 +2,10 @@ Name: glslang Version: 14.2.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenGL and OpenGL ES shader front end and validator -License: BSD-2-Clause and BSD-3-Clause and GPL-3.0-or-later and Apache-2.0 +License: BSD-2-Clause AND BSD-3-Clause AND GPL-3.0-or-later AND Apache-2.0 URL: https://github.com/KhronosGroup/%{name} Source0: %url/archive/vulkan-sdk-%{sdkver}.tar.gz#/%{name}-sdk-%{sdkver}.tar.gz # Patch to build against system spirv-tools (rebased locally) @@ -73,6 +73,9 @@ popd %{_libdir}/cmake/* %changelog +* Thu May 30 2024 José Expósito - 14.2.0-3 +- Fix license identifiers + * Thu May 30 2024 José Expósito - 14.2.0-2 - Update license identifiers