Hello community,

here is the log from the commit of package netcdf for openSUSE:Factory checked 
in at 2019-12-02 11:29:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netcdf (Old)
 and      /work/SRC/openSUSE:Factory/.netcdf.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netcdf"

Mon Dec  2 11:29:05 2019 rev:50 rq:752486 version:4.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes    2019-11-01 
15:13:45.100724823 +0100
+++ /work/SRC/openSUSE:Factory/.netcdf.new.4691/netcdf.changes  2019-12-02 
11:31:08.522565657 +0100
@@ -1,0 +2,21 @@
+Fri Nov 29 18:23:24 UTC 2019 - Egbert Eich <e...@suse.com>
+
+- Add support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8609).
+
+-------------------------------------------------------------------
+Thu Nov 28 15:44:00 UTC 2019 - Egbert Eich <e...@suse.com>
+
+- Update to version 4.7.1:
+  * Remove obsolete _CRAYMPP and LOCKNUMREC macros from
+    code. Also brought documentation up to date in man page.
+  * Remove obsolete and deprecated functions nc_set_base_pe()
+    and nc_inq_base_pe() from the dispatch table. (Both functions
+    are still supported in the library, this is an internal
+    change only.)
+  * Fix: Reverted nccopy behavior so that if no -c parameters are
+    given, then any default chunking is left to the netcdf-c library
+    to decide.
+- Disable openmpi1 builds for SLE/Leap > 15.1.
+- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
+
+-------------------------------------------------------------------

Old:
----
  netcdf-4.7.0.tar.gz

New:
----
  netcdf-4.7.1.tar.gz

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

Other differences:
------------------
++++++ netcdf.spec ++++++
--- /var/tmp/diff_new_pack.4ZylE3/_old  2019-12-02 11:31:09.366565266 +0100
+++ /var/tmp/diff_new_pack.4ZylE3/_new  2019-12-02 11:31:09.378565260 +0100
@@ -20,14 +20,15 @@
 
 %define _do_check 1
 
-%define ver 4.7.0
-%define _ver 4_7_0
+%define ver 4.7.1
+%define _ver 4_7_1
 %define pname netcdf
 %define sonum   15
 
-%if 0%{?is_opensuse} || 0%{?is_backports}
-%undefine DisOMPI3
-%else
+%if 0%{?sle_version} >= 150200
+%define DisOMPI1 ExclusiveArch:  do_not_build
+%endif
+%if !0%{?is_opensuse} && 0%{?sle_version:1} && 0%{?sle_version} < 150200
 %define DisOMPI3 ExclusiveArch:  do_not_build
 %endif
 
@@ -106,6 +107,15 @@
 %bcond_without hpc
 %endif
 
+%if "%{flavor}" == "gnu7-openmpi2-hpc"
+%{?DisOMPI2}
+%global compiler_family gnu
+%define c_f_ver 7
+%define mpi_flavor openmpi
+%define mpi_ver 2
+%bcond_without hpc
+%endif
+
 %if "%{flavor}" == "gnu7-openmpi3-hpc"
 %{?DisOMPI3}
 %global compiler_family gnu
@@ -128,6 +138,102 @@
 %define mpi_flavor mpich
 %bcond_without hpc
 %endif
+
+%if "%{flavor}" == "gnu8-hpc"
+%global compiler_family gnu
+%define c_f_ver 8
+%undefine mpi_flavor 
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-openmpi-hpc"
+%{?DisOMPI1}
+%global compiler_family gnu
+%define c_f_ver 8
+%define mpi_flavor openmpi
+%define mpi_ver 1
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-openmpi2-hpc"
+%{?DisOMPI2}
+%global compiler_family gnu
+%define c_f_ver 8
+%define mpi_flavor openmpi
+%define mpi_ver 2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-openmpi3-hpc"
+%{?DisOMPI3}
+%global compiler_family gnu
+%define c_f_ver 8
+%define mpi_flavor openmpi
+%define mpi_ver 3
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-mvapich2-hpc"
+%global compiler_family gnu
+%define c_f_ver 8
+%define mpi_flavor mvapich2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu8-mpich-hpc"
+%global compiler_family gnu
+%define c_f_ver 8
+%define mpi_flavor mpich
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-hpc"
+%global compiler_family gnu
+%define c_f_ver 9
+%undefine mpi_flavor 
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-openmpi-hpc"
+%{?DisOMPI1}
+%global compiler_family gnu
+%define c_f_ver 9
+%define mpi_flavor openmpi
+%define mpi_ver 1
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-openmpi2-hpc"
+%{?DisOMPI2}
+%global compiler_family gnu
+%define c_f_ver 9
+%define mpi_flavor openmpi
+%define mpi_ver 2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-openmpi3-hpc"
+%{?DisOMPI3}
+%global compiler_family gnu
+%define c_f_ver 9
+%define mpi_flavor openmpi
+%define mpi_ver 3
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-mvapich2-hpc"
+%global compiler_family gnu
+%define c_f_ver 9
+%define mpi_flavor mvapich2
+%bcond_without hpc
+%endif
+
+%if "%{flavor}" == "gnu9-mpich-hpc"
+%global compiler_family gnu
+%define c_f_ver 9
+%define mpi_flavor mpich
+%bcond_without hpc
+%endif
 
 %if "%{flavor}" == "mvapich2"
 %define mpi_flavor mvapich2


++++++ netcdf-4.7.0.tar.gz -> netcdf-4.7.1.tar.gz ++++++
++++ 41886 lines of diff (skipped)


Reply via email to