Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pnetcdf for openSUSE:Factory checked in at 2021-02-26 22:02:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pnetcdf (Old) and /work/SRC/openSUSE:Factory/.pnetcdf.new.2378 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pnetcdf" Fri Feb 26 22:02:15 2021 rev:3 rq:875412 version:1.12.2 Changes: -------- --- /work/SRC/openSUSE:Factory/pnetcdf/pnetcdf.changes 2020-12-22 13:52:41.581452251 +0100 +++ /work/SRC/openSUSE:Factory/.pnetcdf.new.2378/pnetcdf.changes 2021-02-26 22:02:22.039974474 +0100 @@ -1,0 +2,45 @@ +Fri Feb 26 09:24:33 UTC 2021 - Christian Goll <cg...@suse.com> + +- Update to version 1.12.2: + * Updated utility program + * ncvalidator now reports the name of variable that violates the NetCDF + limitation on large variables for CDF-2 files + * add corrupted file bad_large_fixed_var.nc2 that contains one large + fixed-size variables that is not defined last + * add corrupted file bad_large_rec_2_vars.nc2 that contains 2 large record + variables + * add corrupted file bad_large_rec_var.nc2 that contains 1 large record + variable that is not defined last + * add URLs of NetCDF limitations on large variables for CDF-1 and 2 file + formats + * Other updates: + * When calling ncmpi_create() with NC_CLOBBER flag, PnetCDF now calls + access() to check whether file exists first. If the file does not exist, + successive calls to truncate() or unlink() can be skipped. + * Improve detection of HDF5 signature. The HDF5 signature is located at the + beginning of the HDF5 superblock, but the location of HDF5 superblock may + not be at the beginning of the file. It is located at byte offset 0, byte + offset 512, and at successive locations in the file, each a multiple of two + of the previous location; in other words, at these byte offsets: 0, 512, + 1024, 2048, and so on. + * Bug fixes + * Fix NC_CLOBBER mode for ncmpi_create() when files are existing symbolic + links. Prior to this release, symbolic links, like other regular files, was + first deleted and then created. This can result in an unexpected outcome, + i.e. the deletion of symbolic link. NetCDF-4 library implements this + differently, by adding O_TRUNC flag when calling open() to truncate the + file to length 0. Historically, PnetCDF did not adopt the same approach + because MPI does not define a similar flag to O_TRUNC and the only way to + achieve the file clobber effect is to through MPI_File_set_size(), which + can be expensive as the function takes an MPI file handler argument, which + requires to open the file first with a call to MPI_File_open(). + * Fix a bug of calling Fortran getarg() with the first argument k with a + value > 0 when there is no command-line argument is used. NAG Fortran may + crash the program. + [f16bd3c](https://github.com/Parallel-NetCDF/PnetCDF/commit/f16bd3c1ba1b08eade2384f094c519f3f2dc114e) + * Fix a bug that limits FLASH-IO to run on less than 16K MPI processes. See + [1d84fa5](https://github.com/Parallel-NetCDF/PnetCDF/commit/1d84fa5d54ca9179da4a5b1a4ee3b92cc92287ed) +- enable non HPC openmpi4 builds + + +------------------------------------------------------------------- Old: ---- pnetcdf-1.12.1.tar.gz New: ---- pnetcdf-1.12.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pnetcdf.spec ++++++ --- /var/tmp/diff_new_pack.bERjva/_old 2021-02-26 22:02:22.587974955 +0100 +++ /var/tmp/diff_new_pack.bERjva/_new 2021-02-26 22:02:22.591974958 +0100 @@ -1,7 +1,7 @@ # -# spec file for package pnetcdf +# spec file for package %package_name # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ %global flavor @BUILD_FLAVOR@%{nil} %define pname pnetcdf -%define ver 1.12.1 -%define _ver 1_12_1 +%define ver 1.12.2 +%define _ver 1_12_2 %define sonum 4 %define libname libpnetcdf # no burst buffering ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.bERjva/_old 2021-02-26 22:02:22.623974986 +0100 +++ /var/tmp/diff_new_pack.bERjva/_new 2021-02-26 22:02:22.627974990 +0100 @@ -4,6 +4,7 @@ <package>openmpi1</package> <package>openmpi2</package> <package>openmpi3</package> + <package>openmpi4</package> <package>doc-hpc</package> <package>gnu-openmpi2-hpc</package> <package>gnu-openmpi3-hpc</package> ++++++ pnetcdf-1.12.1.tar.gz -> pnetcdf-1.12.2.tar.gz ++++++ ++++ 6728 lines of diff (skipped)