Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ispc for openSUSE:Factory checked in at 2023-03-25 18:55:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ispc (Old) and /work/SRC/openSUSE:Factory/.ispc.new.31432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ispc" Sat Mar 25 18:55:35 2023 rev:11 rq:1074203 version:1.18.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ispc/ispc.changes 2022-11-24 12:24:04.917622672 +0100 +++ /work/SRC/openSUSE:Factory/.ispc.new.31432/ispc.changes 2023-03-25 18:55:46.898797310 +0100 @@ -1,0 +2,5 @@ +Fri Mar 24 10:08:22 UTC 2023 - Hans-Peter Jansen <h...@urpla.net> + +- Add ispc-add-cstdint-include.patch to fix compilation with GCC 13. + +------------------------------------------------------------------- New: ---- ispc-add-cstdint-include.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ispc.spec ++++++ --- /var/tmp/diff_new_pack.ed1dmO/_old 2023-03-25 18:55:49.534811090 +0100 +++ /var/tmp/diff_new_pack.ed1dmO/_new 2023-03-25 18:55:49.538811111 +0100 @@ -1,8 +1,8 @@ # # spec file for package ispc # -# Copyright (c) 2022 SUSE LLC -# Copyright (c) 2020-2022 LISA GmbH, Bingen, Germany. +# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2020-2023 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -35,6 +35,7 @@ Group: Development/Languages/C and C++ URL: https://ispc.github.io/ Source: https://github.com/%{name}/%{name}/archive/v%{version}/v-%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch: ispc-add-cstdint-include.patch #!BuildIgnore: clang15 BuildRequires: bison BuildRequires: clang%llvm_ver-devel @@ -84,7 +85,7 @@ programs using %{name}, you will need to install %{name}-devel. %prep -%setup -q +%autosetup -p1 # fix clang library modules for our clang 10 and above sed -i 's|set(CLANG_LIBRARY_LIST .*)|set(CLANG_LIBRARY_LIST clang-cpp)|' CMakeLists.txt ++++++ ispc-add-cstdint-include.patch ++++++ diff a/src/target_registry.h b/src/target_registry.h --- a/src/target_registry.h +++ b/src/target_registry.h @@ -40,6 +40,7 @@ #include "bitcode_lib.h" #include <bitset> +#include <cstdint> #include <map> #include <vector>