Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package hpx for openSUSE:Factory checked in 
at 2023-03-30 22:52:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hpx (Old)
 and      /work/SRC/openSUSE:Factory/.hpx.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hpx"

Thu Mar 30 22:52:47 2023 rev:7 rq:1075599 version:1.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/hpx/hpx.changes  2022-09-16 13:33:00.873399300 
+0200
+++ /work/SRC/openSUSE:Factory/.hpx.new.31432/hpx.changes       2023-03-30 
22:52:51.473085600 +0200
@@ -1,0 +2,5 @@
+Wed Mar 29 10:48:35 UTC 2023 - Nicolas Morey <[email protected]>
+
+- Add Add-missing-header-for-std-intmax_t.patch for GCC13 support
+
+-------------------------------------------------------------------

New:
----
  Add-missing-header-for-std-intmax_t.patch

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

Other differences:
------------------
++++++ hpx.spec ++++++
--- /var/tmp/diff_new_pack.XtW75l/_old  2023-03-30 22:52:52.033088596 +0200
+++ /var/tmp/diff_new_pack.XtW75l/_new  2023-03-30 22:52:52.037088618 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hpx
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2019 Christoph Junghans
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,6 +25,7 @@
 Group:          Productivity/Networking/Other
 URL:            https://stellar.cct.lsu.edu/tag/hpx/
 Source0:        
https://github.com/STEllAR-GROUP/hpx/archive/%{version}.tar.gz#/%{name}_%{version}.tar.gz
+Patch1:         Add-missing-header-for-std-intmax_t.patch
 BuildRequires:  asio-devel
 BuildRequires:  cmake
 BuildRequires:  fdupes
@@ -72,6 +73,7 @@
 %prep
 %define _lto_cflags %{nil}
 %setup -q
+%patch1
 
 %build
 %ifarch aarch64 %{arm}

++++++ Add-missing-header-for-std-intmax_t.patch ++++++
commit cb19c8b96d3ecb806d678385ae305a7dc29973e6
Author: Jonathan Wakely <[email protected]>
Date:   Wed Feb 8 12:32:11 2023 +0000

    Add missing header for std::intmax_t

diff --git 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
index 16378ff8d863..034c461f9fa2 100644
--- 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
+++ 
libs/core/iterator_support/include/hpx/iterator_support/counting_iterator.hpp
@@ -18,6 +18,7 @@
 #include <hpx/type_support/lazy_conditional.hpp>
 
 #include <cstddef>
+#include <cstdint>
 #include <iterator>
 #include <type_traits>
 

Reply via email to