diff --git a/SPECS-EXTENDED/gdal/gdal.spec b/SPECS-EXTENDED/gdal/gdal.spec index 251773a1651..c43570a3a1a 100644 --- a/SPECS-EXTENDED/gdal/gdal.spec +++ b/SPECS-EXTENDED/gdal/gdal.spec @@ -15,7 +15,7 @@ Summary: GIS file format library #global pre rc1 Name: gdal Version: 3.6.3 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT Vendor: Microsoft Corporation Distribution: Mariner @@ -316,6 +316,11 @@ ctest -E "autotest_osr|autotest_alg|autotest_gdrivers|autotest_gcore" %changelog +* Mon Dec 29 2025 Kshitiz Godara - 3.6.3-5 +- Bumping the release version so that this package is re-built with + the newer 1.14.6 hdf5 libraries. This ensures that the matching + 1.14.6 .so files Will be used at run time. + * Wed May 22 2024 George Mileka - 3.6.3-4 Remove the use of explicit hdf5 version from the build-time dependencies. diff --git a/SPECS-EXTENDED/netcdf/netcdf.spec b/SPECS-EXTENDED/netcdf/netcdf.spec index 55cfaa85041..96564241ad5 100644 --- a/SPECS-EXTENDED/netcdf/netcdf.spec +++ b/SPECS-EXTENDED/netcdf/netcdf.spec @@ -12,7 +12,7 @@ Summary: Libraries for the Unidata network Common Data Form Name: netcdf Version: 4.9.0 -Release: 6%{?dist} +Release: 7%{?dist} License: NetCDF Vendor: Microsoft Corporation Distribution: Mariner @@ -398,6 +398,11 @@ done %changelog +* Mon Dec 29 2025 Kshitiz Godara - 4.9.0-7 +- Bumping the release version so that this package is re-built with + the newer 1.14.6 hdf5 libraries. This ensures that the matching + 1.14.6 .so files Will be used at run time. + * Wed May 22 2024 George Mileka - 4.9.0-6 Remove the use of the '_hdf5_version' and explicit hdf5 version from the build-time dependencies. diff --git a/SPECS/python-h5py/python-h5py.spec b/SPECS/python-h5py/python-h5py.spec index 750113365e7..6bbe2c413a3 100644 --- a/SPECS/python-h5py/python-h5py.spec +++ b/SPECS/python-h5py/python-h5py.spec @@ -13,7 +13,7 @@ simplifies the process of reading and writing data from Python. Summary: A Python interface to the HDF5 library Name: h5py Version: 3.10.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Vendor: Microsoft Corporation Distribution: Mariner @@ -21,7 +21,7 @@ URL: https://www.h5py.org/ Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz BuildRequires: gcc -BuildRequires: hdf5-devel >= 1.14.4 +BuildRequires: hdf5-devel >= 1.14.6 BuildRequires: liblzf-devel BuildRequires: python%{python3_pkgversion}-Cython >= 0.23 BuildRequires: python%{python3_pkgversion}-cached_property @@ -38,7 +38,7 @@ BuildRequires: python%{python3_pkgversion}-sphinx %package -n python%{python3_pkgversion}-h5py %{?python_provide:%python_provide python%{python3_pkgversion}-h5py} Summary: %{summary} -Requires: hdf5 >= 1.14.4 +Requires: hdf5 >= 1.14.6 Requires: python%{python3_pkgversion}-cached_property Requires: python%{python3_pkgversion}-numpy >= 1.7 Requires: python%{python3_pkgversion}-six @@ -93,6 +93,11 @@ cd - %{python3_sitearch}/%{name}-%{version}-*.egg-info %changelog +* Mon Dec 29 2025 Kshitiz Godara - 3.10.0-2 +- Bumping the release version so that this package is re-built with + the newer 1.14.6 hdf5 libraries. This ensures that the matching + 1.14.6 .so files Will be used at run time. + * Thu May 23 2024 Riken Maharjan - 3.10.0-1 - Update to 3.10.0 to match hdf5 1.14.4