Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spirv-cross for openSUSE:Factory 
checked in at 2025-03-15 16:16:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spirv-cross (Old)
 and      /work/SRC/openSUSE:Factory/.spirv-cross.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spirv-cross"

Sat Mar 15 16:16:14 2025 rev:17 rq:1252817 version:1.4.309.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/spirv-cross/spirv-cross.changes  2024-10-09 
22:12:27.689039214 +0200
+++ /work/SRC/openSUSE:Factory/.spirv-cross.new.19136/spirv-cross.changes       
2025-03-15 16:17:08.270719333 +0100
@@ -1,0 +2,19 @@
+Thu Mar 13 17:15:32 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release SDK-1.4.309.1
+  * MSL: Terminate function with return value using return if
+    ending in unreachable.
+  * MSL: Add option to disable rasterization depending on usage.
+  * MSL: Add auto-disable-rasterization option to C API.
+  * Allow non-literal specialization constant to be array size of
+    OpConstantNull.
+  * GLSL/MSL: Support VK_KHR_zero_initialize_workgroup_memory.
+
+-------------------------------------------------------------------
+Sun Feb  9 10:13:41 UTC 2025 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release SDK-1.4.304.1
+  * Support for SPV_QCOM_image_processing2
+  * Added mesh shader and task shader support
+
+-------------------------------------------------------------------

Old:
----
  vulkan-sdk-1.3.296.0.tar.gz

New:
----
  vulkan-sdk-1.4.309.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ spirv-cross.spec ++++++
--- /var/tmp/diff_new_pack.iH675R/_old  2025-03-15 16:17:08.818742316 +0100
+++ /var/tmp/diff_new_pack.iH675R/_new  2025-03-15 16:17:08.822742484 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spirv-cross
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,21 @@
 
 %define lname libspirv-cross-c-shared0
 %define __builder ninja
+%if 0%{?suse_version} < 1600
+%define gcc_version 13
+%endif
+
 Name:           spirv-cross
-Version:        1.3.296.0
+Version:        1.4.309.0
 Release:        0
 Summary:        Tool and library for SPIR-V reflection and disassembly
 License:        Apache-2.0 OR MIT
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/KhronosGroup/SPIRV-Cross
 Source0:        
https://github.com/KhronosGroup/SPIRV-Cross/archive/vulkan-sdk-%version.tar.gz
-BuildRequires:  c++_compiler
 BuildRequires:  cmake >= 3
+BuildRequires:  gcc%{?gcc_version} >= 9
+BuildRequires:  gcc%{?gcc_version}-c++ >= 9
 BuildRequires:  ninja
 BuildRequires:  pkg-config
 
@@ -69,8 +74,9 @@
 
 %build
 %cmake \
-    -DSPIRV_CROSS_SHARED=ON \
-    -DSPIRV_CROSS_CLI=ON
+       -DCMAKE_C_COMPILER="gcc%{?gcc_version:-%{gcc_version}}" \
+       -DCMAKE_CXX_COMPILER="g++%{?gcc_version:-%{gcc_version}}" \
+       -DSPIRV_CROSS_SHARED=ON -DSPIRV_CROSS_CLI=ON
 %cmake_build
 
 %install

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.iH675R/_old  2025-03-15 16:17:08.854743826 +0100
+++ /var/tmp/diff_new_pack.iH675R/_new  2025-03-15 16:17:08.854743826 +0100
@@ -1,5 +1,5 @@
-mtime: 1728409915
-commit: 894d6dda6323e9034732bd170c7c545a63728197d463104318fe8e6bbcfe35c8
+mtime: 1741886261
+commit: 3593fc19f4905f6136a4bf1a0dfffab3baff32669b97c0f235af81045ec29805
 url: https://src.opensuse.org/jengelh/spirv-cross
 revision: master
 

++++++ build.specials.obscpio ++++++

++++++ vulkan-sdk-1.3.296.0.tar.gz -> vulkan-sdk-1.4.309.0.tar.gz ++++++
++++ 16343 lines of diff (skipped)

Reply via email to