diff --git a/Makefile b/Makefile index 0a4fabd..3e873a9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := netcdf -URL = https://github.com/Unidata/netcdf-c/archive/v4.9.1/netcdf-c-4.9.1.tar.gz +URL = https://github.com/Unidata/netcdf-c/archive/v4.9.2/netcdf-c-4.9.2.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/buildreq_cache b/buildreq_cache index d43b7dd..de4106c 100644 --- a/buildreq_cache +++ b/buildreq_cache @@ -1,4 +1,4 @@ -4.9.1 +4.9.2 bzip2-dev graphviz libxml2-dev diff --git a/configure_misses b/configure_misses index dd46a7c..d27156a 100644 --- a/configure_misses +++ b/configure_misses @@ -25,6 +25,8 @@ Configure miss: int64 Configure miss: int64 Configure miss: library containing H5Pset_fapl_ros3 Configure miss: library containing H5Pset_fapl_ros3 +Configure miss: library containing zip_open +Configure miss: library containing zip_open Configure miss: longlong Configure miss: longlong Configure miss: mpicc option to enable C11 features @@ -70,8 +72,10 @@ Configure miss: whether nczarr zip support is enabled Configure miss: whether nczarr zip support is enabled Configure miss: whether netCDF-4 logging is enabled Configure miss: whether netCDF-4 logging is enabled -Configure miss: whether netcdf zarr S3 support should be enabled -Configure miss: whether netcdf zarr S3 support should be enabled +Configure miss: whether netcdf NCZarr S3 support should be enabled +Configure miss: whether netcdf NCZarr S3 support should be enabled +Configure miss: whether netcdf S3 support should be enabled +Configure miss: whether netcdf S3 support should be enabled Configure miss: whether netcdf zarr S3 testing should be enabled Configure miss: whether netcdf zarr S3 testing should be enabled Configure miss: whether parallel I/O for classic files is to be enabled @@ -94,6 +98,4 @@ Configure miss: whether use of external servers should be enabled Configure miss: whether we should attempt to install netcdf-fortran (EXPERIMENTAL) Configure miss: whether we should attempt to install netcdf-fortran (EXPERIMENTAL) Configure miss: x86_64-generic-linux-gnu-file -Configure miss: x86_64-generic-linux-gnu-file -Configure miss: zip_open in -lzip -Configure miss: zip_open in -lzip \ No newline at end of file +Configure miss: x86_64-generic-linux-gnu-file \ No newline at end of file diff --git a/netcdf.spec b/netcdf.spec index d422706..a1f7e38 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -3,10 +3,10 @@ # Generated by: autospec.py # Name : netcdf -Version : 4.9.1 -Release : 16 -URL : https://github.com/Unidata/netcdf-c/archive/v4.9.1/netcdf-c-4.9.1.tar.gz -Source0 : https://github.com/Unidata/netcdf-c/archive/v4.9.1/netcdf-c-4.9.1.tar.gz +Version : 4.9.2 +Release : 17 +URL : https://github.com/Unidata/netcdf-c/archive/v4.9.2/netcdf-c-4.9.2.tar.gz +Source0 : https://github.com/Unidata/netcdf-c/archive/v4.9.2/netcdf-c-4.9.2.tar.gz Summary : NetCDF Client Library for C Group : Development/Tools License : BSD-3-Clause NetCDF Zlib bzip2-1.0.6 @@ -94,10 +94,10 @@ openmpi components for the netcdf package. %prep -%setup -q -n netcdf-c-4.9.1 -cd %{_builddir}/netcdf-c-4.9.1 +%setup -q -n netcdf-c-4.9.2 +cd %{_builddir}/netcdf-c-4.9.2 pushd .. -cp -a netcdf-c-4.9.1 build-openmpi +cp -a netcdf-c-4.9.2 build-openmpi popd %build @@ -105,7 +105,7 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C.UTF-8 -export SOURCE_DATE_EPOCH=1675791517 +export SOURCE_DATE_EPOCH=1678981530 export GCC_IGNORE_WERROR=1 export CFLAGS="$CFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " export FCFLAGS="$FFLAGS -fdebug-types-section -femit-struct-debug-baseonly -fno-lto -g1 -gno-column-info -gno-variable-location-views -gz " @@ -155,7 +155,7 @@ make %{?_smp_mflags} check || : module unload openmpi %install -export SOURCE_DATE_EPOCH=1675791517 +export SOURCE_DATE_EPOCH=1678981530 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/netcdf cp %{_builddir}/netcdf-c-%{version}/COPYRIGHT %{buildroot}/usr/share/package-licenses/netcdf/1b45343da188e7ec176d9443c8c3312798532bfc || : @@ -214,7 +214,7 @@ popd %files lib %defattr(-,root,root,-) /usr/lib64/libnetcdf.so.19 -/usr/lib64/libnetcdf.so.19.2.1 +/usr/lib64/libnetcdf.so.19.2.2 %files license %defattr(0644,root,root,0755) @@ -240,7 +240,7 @@ popd /usr/lib64/openmpi/bin/ncgen3 /usr/lib64/openmpi/bin/ocprint /usr/lib64/openmpi/lib/libnetcdf.so.19 -/usr/lib64/openmpi/lib/libnetcdf.so.19.2.1 +/usr/lib64/openmpi/lib/libnetcdf.so.19.2.2 /usr/lib64/openmpi/share/man/man1/nccopy.1 /usr/lib64/openmpi/share/man/man1/ncdump.1 /usr/lib64/openmpi/share/man/man1/ncgen.1 diff --git a/options.conf b/options.conf index a2a1f96..9894a92 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = netcdf -url = https://github.com/Unidata/netcdf-c/archive/v4.9.1/netcdf-c-4.9.1.tar.gz +url = https://github.com/Unidata/netcdf-c/archive/v4.9.2/netcdf-c-4.9.2.tar.gz archives = giturl = https://github.com/Unidata/netcdf-c.git domain = @@ -14,7 +14,7 @@ allow_test_failures = true # unset %build ld_as_needed variable asneeded = false # this package is trusted enough to automatically update (used by other tools) -autoupdate = false +autoupdate = true # extend flags with '-std=gnu++98 broken_c++ = false # disable parallelization during build diff --git a/release b/release index b6a7d89..98d9bcb 100644 --- a/release +++ b/release @@ -1 +1 @@ -16 +17 diff --git a/upstream b/upstream index 74b3be5..03fb7b9 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -8e199954712ea317b0f5cedbdda50a4377b62834/netcdf-c-4.9.1.tar.gz +0eb6fdcbd725bd53bb9e98405a2cb15f3c511ce2/netcdf-c-4.9.2.tar.gz diff --git a/versions b/versions index 5b341fd..dad10c7 100644 --- a/versions +++ b/versions @@ -1 +1 @@ -4.9.1 +4.9.2