Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nco for openSUSE:Factory checked in at 2022-02-23 16:26:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nco (Old) and /work/SRC/openSUSE:Factory/.nco.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nco" Wed Feb 23 16:26:11 2022 rev:5 rq:957005 version:5.0.6 Changes: -------- --- /work/SRC/openSUSE:Factory/nco/nco.changes 2021-11-05 22:59:07.256300503 +0100 +++ /work/SRC/openSUSE:Factory/.nco.new.1958/nco.changes 2022-02-23 16:27:01.263510056 +0100 @@ -1,0 +2,36 @@ +Mon Feb 21 13:23:14 UTC 2022 - Manfred Schwarb <[email protected]> + +- Update to version 5.0.6: + * fix: E3SM: unable to find any Conda binaries when invoked within scripts + * fix: ncremap 5.0.5 sometimes overwrote user-specified values of sgs_frc + * fix: ncclimo sometimes invoked the Bash basename() intrinsic on + non-existent arrays +- Update to version 5.0.5: + * Arithmetic operators now support the lossy quantization algorithm + known as BitRound + * ncclimo now accepts filenames from stdin or positional arguments + in monthly climo mode + * ncatted has a new edit mode: Prepend + * fix: ncclimo 5.0.4 inadvertently broke automatic filename generation + for MPAS + * fix: fix ncclimo to work correctly with stdin filenames + * fix: changing _FillValue attribute did not always work in ncatted +- Update to version 5.0.4: + * ncremap removes the previous assumption that input horizontal + dimensions are in lat-lon order + * ncremap adds alias "idw" for "dwe" distance-weighted extrapolation + * ncremap adds the --split flag to select splitter mode + * ncremap changes the API for the --permute option + * ncremap adds the --area_dgn flag (diagnose area) + * fix: ncwa was failing to set compression parameters since netCDF 4.8.0 + * fix: issues due to deflation compression changes in netCDF 4.8.0 + +------------------------------------------------------------------- +Wed Dec 1 10:27:54 UTC 2021 - Manfred Schwarb <[email protected]> + +- adjust shebangs: on Leap 15.2, the following installation error + occurs: "nothing provides /usr/bin/bash". + Therefore use /bin/bash for Leap 15.2. +- minor cleanup of spec file + +------------------------------------------------------------------- Old: ---- nco-5.0.3.tar.gz New: ---- nco-5.0.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nco.spec ++++++ --- /var/tmp/diff_new_pack.z8bLEH/_old 2022-02-23 16:27:01.823510076 +0100 +++ /var/tmp/diff_new_pack.z8bLEH/_new 2022-02-23 16:27:01.827510076 +0100 @@ -1,7 +1,7 @@ # # spec file for package nco # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: nco -Version: 5.0.3 -%define soname 5_0_3 +Version: 5.0.6 +%define soname 5_0_6 %define major 5 Release: 0 Summary: Suite of programs for manipulating NetCDF/HDF files @@ -50,6 +50,7 @@ %define ext_info .gz BuildRequires: antlr-C++ BuildRequires: antlr-tool +BuildRequires: java-headless BuildRequires: texinfo-tex %else BuildRequires: antlr-devel @@ -65,8 +66,8 @@ %package -n lib%{name}-%{soname} Summary: Libraries for accessing %{name} Group: System/Libraries -Provides: libnco = %{version} -Provides: libnco-%{major} = %{version} +Provides: libnco = %{version}-%{release} +Provides: libnco-%{major} = %{version}-%{release} %description -n lib%{name}-%{soname} The netCDF Operators, NCO, are a suite of command line programs to @@ -79,8 +80,8 @@ %package -n lib%{name}_c++-%{soname} Summary: Libraries for accessing %{name} Group: System/Libraries -Provides: libnco_c++ = %{version} -Provides: libnco_c++-%{major} = %{version} +Provides: libnco_c++ = %{version}-%{release} +Provides: libnco_c++-%{major} = %{version}-%{release} %description -n lib%{name}_c++-%{soname} The netCDF Operators, NCO, are a suite of command line programs to @@ -93,12 +94,12 @@ %package -n lib%{name}-devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Provides: %{name}-devel = %{version} -Obsoletes: %{name}-devel < %{version} -Provides: lib%{name}_c++-devel = %{version} -Requires: lib%{name}-%{soname} = %{version} -Requires: lib%{name}_c++-%{soname} = %{version} -Recommends: %{name} = %{version} +Provides: %{name}-devel = %{version}-%{release} +Obsoletes: %{name}-devel < %{version}-%{release} +Provides: lib%{name}_c++-devel = %{version}-%{release} +Requires: lib%{name}-%{soname} = %{version}-%{release} +Requires: lib%{name}_c++-%{soname} = %{version}-%{release} +Recommends: %{name} = %{version}-%{release} %description -n lib%{name}-devel The netCDF Operators, NCO, are a suite of command line programs to @@ -138,20 +139,23 @@ %make_build pushd doc makeinfo --html --no-split nco.texi - make %{?_smp_mflags} nco.pdf + make nco.pdf popd %install -mkdir -p %{buildroot}%{_includedir}/nco +export QA_RPATHS=$((0x0001)) # check-rpaths: ignore standard RPATHs, for Fedora %make_install find %{buildroot} -type f -name "*.la" -delete -print rm -f %{buildroot}%{_infodir}/dir -# Fix shbangs -sed -i "1 s|env bash|bash|" %{buildroot}%{_bindir}/{ncclimo,ncremap} +# Fix shebangs -- Leap 15.2 does not have /usr/bin/bash +%if 0%{?is_opensuse} && 0%{?sle_version} <= 150200 +sed -i '1 s|.*env bash|#!/bin/bash|' %{buildroot}%{_bindir}/{ncclimo,ncremap} +%else +sed -i '1 s|.*env bash|#!/usr/bin/bash|' %{buildroot}%{_bindir}/{ncclimo,ncremap} +%endif %check -export LD_LIBRARY_PATH=%{buildroot}%{_libdir} -make %{?_smp_mflags} check VERBOSE=1 +%make_build check %post %install_info --info-dir=%{_infodir} %{_infodir}/nco.info ++++++ nco-5.0.3.tar.gz -> nco-5.0.6.tar.gz ++++++ ++++ 7564 lines of diff (skipped)
