diff --git a/14.0.0.tar.gz b/14.0.0.tar.gz deleted file mode 100644 index 2fc04eb..0000000 --- a/14.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:80bbb916a23e94ea9cbfb1acb5d1a44a7e0c9613bcf5b5947c03f2273bdc92b0 -size 3770344 diff --git a/14.1.0.tar.gz b/14.1.0.tar.gz new file mode 100644 index 0000000..fae08dc --- /dev/null +++ b/14.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5e4c36d60eda7613f36cfee3489c6f507156829c707e1ecd7f48ca45b435322 +size 3835211 diff --git a/glslang.changes b/glslang.changes index b180d07..ae7a35f 100644 --- a/glslang.changes +++ b/glslang.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Mar 10 09:15:59 UTC 2024 - Jan Engelhardt + +- 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 diff --git a/glslang.spec b/glslang.spec index ef72129..073dc5e 100644 --- a/glslang.spec +++ b/glslang.spec @@ -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