Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spirv-headers for openSUSE:Factory 
checked in at 2025-03-08 17:51:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spirv-headers (Old)
 and      /work/SRC/openSUSE:Factory/.spirv-headers.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "spirv-headers"

Sat Mar  8 17:51:34 2025 rev:46 rq:1251060 version:1.6.4+sdk303

Changes:
--------
--- /work/SRC/openSUSE:Factory/spirv-headers/spirv-headers.changes      
2024-12-18 20:08:42.941709691 +0100
+++ /work/SRC/openSUSE:Factory/.spirv-headers.new.19136/spirv-headers.changes   
2025-03-08 17:51:45.128801954 +0100
@@ -1,0 +2,6 @@
+Thu Mar  6 14:02:10 UTC 2025 - Stefan Dirsch <sndir...@suse.com>
+
+- Build with GCC 13 on Leap/SLES 15 in the hope to fix Mesa build
+  (bsc#1238713) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ spirv-headers.spec ++++++
--- /var/tmp/diff_new_pack.D8qbZf/_old  2025-03-08 17:51:46.696867232 +0100
+++ /var/tmp/diff_new_pack.D8qbZf/_new  2025-03-08 17:51:46.712867898 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spirv-headers
 #
-# 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
@@ -23,6 +23,12 @@
 # They add "SDK" tags that reflect the Vulkan version (1.3),
 # and the independently increasing toolchain release number (296).
 
+# Leap 15 and SLES 15 defaults to GCC 7, which does not have stable C++17 ABI.
+# See https://bugzilla.suse.com/show_bug.cgi?id=1235697
+%if 0%{?suse_version} < 1600
+%define gcc_version 13
+%endif
+
 Name:           spirv-headers
 Version:        1.6.4+sdk303
 %define innerver 1.3.303
@@ -36,7 +42,8 @@
 BuildArch:      noarch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  fdupes
-BuildRequires:  gcc-c++
+BuildRequires:  gcc%{?gcc_version} >= 9
+BuildRequires:  gcc%{?gcc_version}-c++ >= 9
 BuildRequires:  pkg-config
 
 %description
@@ -52,7 +59,9 @@
 %autosetup -n SPIRV-Headers-%rev -p1
 
 %build
-%cmake
+%cmake \
+ -DCMAKE_C_COMPILER=gcc%{?gcc_version:-%{gcc_version}} \
+ -DCMAKE_CXX_COMPILER=g++%{?gcc_version:-%{gcc_version}}
 %cmake_build
 
 %install

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.D8qbZf/_old  2025-03-08 17:51:47.040881553 +0100
+++ /var/tmp/diff_new_pack.D8qbZf/_new  2025-03-08 17:51:47.084883385 +0100
@@ -1,5 +1,5 @@
-mtime: 1734295673
-commit: 6272520b8f7295acbbf1287a42ae9205b8acce0dbaf75c83c50af7a64e337014
+mtime: 1741293022
+commit: 8b79aa8b1dafe5a89b568f72f4854c09e92793a148ebbbbcbce61bfdc08915c5
 url: https://src.opensuse.org/jengelh/spirv-headers
 revision: master
 

++++++ build.specials.obscpio ++++++
diff: old/*: No such file or directory
diff: new/*: No such file or directory

Reply via email to