Accepting request 1156707 from X11:Wayland

- Update to release 14.1

OBS-URL: https://build.opensuse.org/request/show/1156707
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glslang?expand=0&rev=50
This commit is contained in:
Ana Guerrero 2024-03-15 19:28:11 +00:00 committed by Git OBS Bridge
commit d67431bbc0
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0
size 3770344

3
14.1.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322
size 3835211

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Mar 10 09:15:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 14.1
* Add a new ``--absolute-path`` command-line option to output
absolute paths in error messages
* Support GL_EXT_control_flow_attributes2,
GL_ARB_shading_language_include, NV_shader_atomic_fp16_vector,
GL_EXT_expect_assume_support, GL_KHR_shader_subgroup_rotate,
EXT_shader_quad_control, GL_EXT_maximal_reconvergence,
GL_ARB_texture_multisample_extension
* Emit debug info for accelerationStructure and rayQuery variables
* Improve debug source and line info
* Add OpAssumeTrueKHR and OpExpectKHR
* Remove generation of deprecated Target.cmake files
-------------------------------------------------------------------
Fri Dec 22 19:11:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package glslang
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define lname libglslang14
Name: glslang
Version: 14.0.0
Version: 14.1.0
Release: 0
Summary: OpenGL and OpenGL ES shader front end and validator
License: BSD-3-Clause
@ -31,7 +31,7 @@ BuildRequires: bison
BuildRequires: cmake >= 3.14.0
BuildRequires: fdupes
BuildRequires: python3-base
BuildRequires: spirv-tools-devel
BuildRequires: spirv-tools-devel >= 2024.1~rc1
%if 0%{?suse_version} && 0%{?suse_version} < 1599
BuildRequires: gcc11-c++
%else