Hello community, here is the log from the commit of package netcdf for openSUSE:Factory checked in at 2020-07-20 21:03:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/netcdf (Old) and /work/SRC/openSUSE:Factory/.netcdf.new.3592 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netcdf" Mon Jul 20 21:03:37 2020 rev:55 rq:821862 version:4.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/netcdf/netcdf.changes 2020-03-29 14:27:14.834145112 +0200 +++ /work/SRC/openSUSE:Factory/.netcdf.new.3592/netcdf.changes 2020-07-20 21:05:33.233347358 +0200 @@ -1,0 +2,11 @@ +Mon Jul 20 04:59:19 UTC 2020 - Egbert Eich <[email protected]> + +- Remove build restrictions for SLE builds: build all flavors for + SLE. +- Fix ldconfig args for HPC packages: no caching should be done + as these libs are made available thru LD_LIBRARY_PATH tweaking. +- Adhere to common conventions regarding NetCDF and PnetCDF: + NetCDF modules should be called 'netcdf' - regardless whether + they are 'serial' or use MPI (boo#1174291). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netcdf.spec ++++++ --- /var/tmp/diff_new_pack.m0dGjD/_old 2020-07-20 21:05:35.065349216 +0200 +++ /var/tmp/diff_new_pack.m0dGjD/_new 2020-07-20 21:05:35.069349219 +0200 @@ -261,10 +261,6 @@ %bcond_with hpc %endif -%if !0%{?is_opensuse} && !0%{?with_hpc:1} -ExclusiveArch: do_not_build -%endif - %{?mpi_flavor:%{bcond_without mpi}}%{!?mpi_flavor:%{bcond_with mpi}} %{?with_hpc:%{!?compiler_family:%global compiler_family gnu}} %{?with_mpi:%{!?mpi_flavor:error "No MPI family specified!"}} @@ -277,7 +273,6 @@ %if %{with hpc} %{hpc_init -c %compiler_family %{?c_f_ver:-v %{c_f_ver}} %{?with_mpi:-m {%mpi_flavor}} %{?mpi_ver:-V %{mpi_ver}} %{?ext:-e %{ext}}} %define package_name %{hpc_package_name %_ver} -%{?with_mpi:%global hpc_module_pname p%{pname}} %define libname(s:) lib%{pname}%{hpc_package_name_tail %_ver} %define p_prefix %hpc_prefix %define p_bindir %hpc_bindir @@ -648,10 +643,15 @@ make check %endif -%post -n %{libname -s %{sonum}} -p /sbin/ldconfig +%if %{with hpc} || %{with mpi} +%define ldconfig_args -N %p_libdir +%endif + +%post -n %{libname -s %{sonum}} +/sbin/ldconfig %{?ldconfig_args} %postun -n %{libname -s %{sonum}} -/sbin/ldconfig +/sbin/ldconfig %{?ldconfig_args} %{?with_hpc:%hpc_module_delete_if_default} %files
