Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adios for openSUSE:Factory checked 
in at 2025-10-16 17:39:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adios (Old)
 and      /work/SRC/openSUSE:Factory/.adios.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adios"

Thu Oct 16 17:39:04 2025 rev:9 rq:1311578 version:1.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/adios/adios.changes      2025-04-03 
16:47:35.101080267 +0200
+++ /work/SRC/openSUSE:Factory/.adios.new.18484/adios.changes   2025-10-16 
17:39:46.446991684 +0200
@@ -1,0 +2,5 @@
+Sat Sep 27 13:41:36 UTC 2025 - Arjen de Korte <[email protected]>
+
+- Fix build on compilers defaulting to -std=c23
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ adios.spec ++++++
--- /var/tmp/diff_new_pack.ymMZzH/_old  2025-10-16 17:39:47.047016937 +0200
+++ /var/tmp/diff_new_pack.ymMZzH/_new  2025-10-16 17:39:47.047016937 +0200
@@ -33,8 +33,12 @@
 ExcludeArch:    s390 s390x i586 %arm
 
 %if "%{mpi_flavor}" == "openmpi5"
+%if 0%{?suse_version} < 1600
+ExclusiveArch:  do_not_build
+%else
 ExcludeArch:    %{ix86} %{arm}
 %endif
+%endif
 
 %define p_prefix %{_libdir}/mpi/gcc/%{mpi_flavor}
 
@@ -123,7 +127,7 @@
 export MPICC=mpicc
 export MPICXX=mpicxx
 export MPIFC=mpif90
-export CFLAGS="-fPIC %{optflags}"
+export CFLAGS="-fPIC %{optflags} -std=gnu11"
 %if 0%{?suse_version} >= 1550
 # https://github.com/ornladios/ADIOS/issues/206
 export FCFLAGS="-fPIC %{optflags} -fallow-argument-mismatch"
@@ -156,7 +160,7 @@
   --without-fastbit \
   --without-ffs \
 
-make V=1 %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

Reply via email to