Hello community,

here is the log from the commit of package netcdf-fortran for openSUSE:Factory 
checked in at 2020-07-01 20:44:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf-fortran (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf-fortran.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf-fortran"

Wed Jul  1 20:44:06 2020 rev:14 rq:818157 version:4.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf-fortran/netcdf-fortran.changes    
2020-03-29 14:27:23.418149502 +0200
+++ /work/SRC/openSUSE:Factory/.netcdf-fortran.new.3060/netcdf-fortran.changes  
2020-07-01 20:44:07.618376362 +0200
@@ -1,0 +2,6 @@
+Wed Jul  1 15:36:46 UTC 2020 - Egbert Eich <[email protected]>
+
+- Gfortran from gcc-10 requires -std=legacy to build the Fortran
+  code in netcdf-fortran (bsc#1173598).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ netcdf-fortran.spec ++++++
--- /var/tmp/diff_new_pack.ONxDw7/_old  2020-07-01 20:44:08.130377976 +0200
+++ /var/tmp/diff_new_pack.ONxDw7/_new  2020-07-01 20:44:08.134377989 +0200
@@ -337,8 +337,8 @@
 
 %if 0%{?mpi_flavor:1}
 export CC="mpicc"
-export FC="mpif90"
-export F77="mpif77"
+export FC="mpif90 -std=legacy"
+export F77="mpif77 -std=legacy"
 %endif
 %hpc_configure \
     --enable-shared \


Reply via email to