* Fri Apr 17 2020 Egbert Eich <eich@suse.com> 
  - Fix .so number in baselibs.conf for libhdf5_fortran libs (boo#1169793).
 
  * Thu Apr 02 2020 Egbert Eich <eich@suse.com> 
  - Fix library link flags on pkg-config file for HPC builds (boo#1134298).
 
  * Mon Jan 20 2020 Stefan Brüns <stefan.bruens@rwth-aachen.de> 
  - Remove bogus undefines of suffix and mpi_flavor. suffix is the
  name of an RPM built-in (like expand or echo), and since RPM 4.15
  trying to alter a built-in is an error. Fixes built of serial
  flavor on Tumbleweed. See https://rpm.org/user_doc/macros.html
 
  * Tue Dec 10 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> 
  - Add compat provides for renamed hdf5-openmpi{,-devel} package,
  see https://en.opensuse.org/openSUSE:Package_dependencies
- Fix openmpi1 package naming for SLE/Leap <= 15.1
 
  * Thu Nov 28 2019 Egbert Eich <eich@suse.com> 
  - Add HPC support for gcc8 and gcc9 (jsc#SLE-7766 & jsc#SLE-8604).
 
  * Thu Nov 28 2019 Egbert Eich <eich@suse.com> 
  - Disable openmpi1 builds for SLE/Leap > 15.1.
- Enable openmpi3 builds for Leap and SLE > 15.1 (jsc#SLE-7773).
 
  * Thu Oct 24 2019 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com> 
  - openmpi has been renamed into openmpi1
 
  * Tue Sep 10 2019 Ana Guerrero Lopez <aguerrero@suse.com> 
  - Use -ffat-lto-objects to provide a proper static library.
 
  * Tue Sep 03 2019 Ana Guerrero Lopez <aguerrero@suse.com> 
  - Re-list hdf5-mpi.patch in the spec file for the sake of a avoiding
  a script rejecting the package automatically.
 
  * Fri Aug 23 2019 Ana Guerrero Lopez <aguerrero@suse.com> 
  - Update to version 1.10.5: (jsc#SLE-8501)
  * https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.5/src/hdf5-1.10.5-RELEASE.txt
- Security bugs fixed:
  * CVE-2018-17233: A SIGFPE signal is raised in the function
  H5D__create_chunk_file_map_hyper. (bsc#1109166)
  * CVE-2018-17434: Memory leak in the H5O__chunk_deserialize()
  function in H5Ocache.c (bsc#1109167)
  * CVE-2018-17437: A SIGFPE signal is raised in the function
  H5D__chunk_set_info_real. (bsc#1109168)
- Bump fortran library soname, sonum_F from 100 to 102.
- Adjust library installation path, use %hpc_prefix/lib64 in x86_64
  and %hpc_libdir in all other cases
- Patches refreshed:
  * hdf5-LD_LIBRARY_PATH.patch
  * hdf5-1.8.11-abort_unknown_host_config.patch
  * PPC64LE-Fix-long-double-handling.patch
  * hdf5-Remove-timestamps-from-binaries.patch
  * Disable-phdf5-tests.patch
- Patch disabled, upstream have changed the file that was being patched,
  while it could be ported, it's unknown if this patch is still needed.
  * hdf5-mpi.patch
- Patch removed, merged upstream
  * 0001-Fix-return-value-in-test_libver_bounds_open.patch
 
  * Thu Jul 04 2019 Egbert Eich <eich@suse.com> 
  - Since build machine size issues do not seem to go way, make
  the %check stage optional: enable with '--with check'.
 
  * Thu Apr 25 2019 Christian Goll <cgoll@suse.com> 
  - set higher constraints for succesfull mpich tests (boo#133222)
 
  * Mon Apr 01 2019 normand@linux.vnet.ibm.com 
  - Add _constraints to avoid transient build error ppc64le
 
  * Sat Mar 09 2019 Stefan Brüns <stefan.bruens@rwth-aachen.de> 
  - Update URL: and Source: to use https://.
 
  * Fri Mar 01 2019 Egbert Eich <eich@suse.com> 
  - Like on PPC ignore transient 'make check' failures on aarch64.
 
  * Fri Mar 01 2019 Egbert Eich <eich@suse.com> 
  - Like on PPC ignore transient 'make check' failures on aarch64.
 
  * Wed Feb 13 2019 Egbert Eich <eich@suse.com> 
  - Consolidate use of openmpi1, openmpi2, openmpi3 for non-HPC builds.
 
  * Fri Jan 25 2019 eich@suse.com 
  - Remove dependency to the hdf5-devel-data file for HPC:
  Currently, there are no macro files for HPC - these files
  will have to be handled differently.
- Re-disable all non-HPC builds for SLE.
 
  * Mon Jan 14 2019 eich@suse.com 
  - Reenable 'serial' build for SLE: this build creates hdf5-devel-data.
 
  * Thu Jan 03 2019 eich@suse.com 
  - Do not build non-HPC on SLE: This helps to save some build
  cycles.