Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nco for openSUSE:Factory checked in at 2021-07-03 20:50:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nco (Old) and /work/SRC/openSUSE:Factory/.nco.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nco" Sat Jul 3 20:50:52 2021 rev:3 rq:903786 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nco/nco.changes 2021-05-08 22:09:10.593285574 +0200 +++ /work/SRC/openSUSE:Factory/.nco.new.2625/nco.changes 2021-07-03 20:51:13.644594039 +0200 @@ -1,0 +2,22 @@ +Thu Jul 1 12:41:16 UTC 2021 - Ferdinand Thiessen <[email protected]> + +- Update to version 5.0.0 + * ncremap has crucial fixes for applying and exporting the mask + field, if any. + * ncremap provides new flags to control the application of + _FillValue attributes in empty destination cells, and to + accomodate map-files that ignore or violate proper treatment + of masked grids. + * ncks auxiliary coordinates (-X) now support wrapped longitude + regions. +- Update to version 4.9.9 + * ncclimo now supports the mth_srt/end options for high resolution + timeseries that do not begin/end in Jan/Dec + * ncremap has crucial fixes for weight generation and map-checking + for masked grids, fixes for curvilinear grid inferral, + and automatic rounding when regridding integer-valued fields +- Drop manual removing of `__DATE__` and `__TIME__` macros, those + get automatically overriden by `SOURCE_DATE_EPOCH` set by rpmbuild + (supported since gcc7) + +------------------------------------------------------------------- Old: ---- nco-4.9.8.tar.gz New: ---- nco-5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nco.spec ++++++ --- /var/tmp/diff_new_pack.FYBvMF/_old 2021-07-03 20:51:14.224589578 +0200 +++ /var/tmp/diff_new_pack.FYBvMF/_new 2021-07-03 20:51:14.228589548 +0200 @@ -17,9 +17,9 @@ Name: nco -Version: 4.9.8 -%define soname 4_9_8 -%define major 4 +Version: 5.0.0 +%define soname 5_0_0 +%define major 5 Release: 0 Summary: Suite of programs for manipulating NetCDF/HDF files License: BSD-3-Clause @@ -121,23 +121,21 @@ %prep %setup -q +# We need to enable the valarray check, so the c++ binding library gets build +sed -i 's|# AC_CXX_HAVE_VALARRAY|AC_CXX_HAVE_VALARRAY|' configure.ac %build autoconf aclocal automake --foreign -export CFLAGS="%{optflags} -Wno-cpp" -export CXXFLAGS="%{optflags}" %configure \ --disable-static \ --prefix=%{_prefix} \ --includedir=%{_includedir}/nco \ + --enable-nco_cplusplus \ --disable-dependency-tracking USER=abuild HOST=OBS HOSTNAME=OBS -#---we want reproducible builds: -find . -type f -regex ".*[.]cc?" -exec perl -i -pe 's{__(DATE|TIME)__}{""}g' "{}" "+" - -make %{?_smp_mflags} +%make_build pushd doc makeinfo --html --no-split nco.texi make %{?_smp_mflags} nco.pdf ++++++ nco-4.9.8.tar.gz -> nco-5.0.0.tar.gz ++++++ ++++ 9797 lines of diff (skipped)
