Skip to content

Commit 11d1b59

Browse files
kgodara912Kshitiz Godara
andauthored
Version bump of hdf5-devel dependencies (#15411)
Co-authored-by: Kshitiz Godara <kgodara@microsoft.com>
1 parent 0ae3f98 commit 11d1b59

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

SPECS-EXTENDED/gdal/gdal.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Summary: GIS file format library
1515
#global pre rc1
1616
Name: gdal
1717
Version: 3.6.3
18-
Release: 4%{?dist}
18+
Release: 5%{?dist}
1919
License: MIT
2020
Vendor: Microsoft Corporation
2121
Distribution: Mariner
@@ -316,6 +316,11 @@ ctest -E "autotest_osr|autotest_alg|autotest_gdrivers|autotest_gcore"
316316

317317

318318
%changelog
319+
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 3.6.3-5
320+
- Bumping the release version so that this package is re-built with
321+
the newer 1.14.6 hdf5 libraries. This ensures that the matching
322+
1.14.6 .so files Will be used at run time.
323+
319324
* Wed May 22 2024 George Mileka <gmileka@microsoft.com> - 3.6.3-4
320325
Remove the use of explicit hdf5 version from the build-time dependencies.
321326

SPECS-EXTENDED/netcdf/netcdf.spec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Summary: Libraries for the Unidata network Common Data Form
1313
Name: netcdf
1414
Version: 4.9.0
15-
Release: 6%{?dist}
15+
Release: 7%{?dist}
1616
License: NetCDF
1717
Vendor: Microsoft Corporation
1818
Distribution: Mariner
@@ -398,6 +398,11 @@ done
398398

399399

400400
%changelog
401+
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 4.9.0-7
402+
- Bumping the release version so that this package is re-built with
403+
the newer 1.14.6 hdf5 libraries. This ensures that the matching
404+
1.14.6 .so files Will be used at run time.
405+
401406
* Wed May 22 2024 George Mileka <gmileka@microsoft.com> - 4.9.0-6
402407
Remove the use of the '_hdf5_version' and explicit hdf5 version from the
403408
build-time dependencies.

SPECS/python-h5py/python-h5py.spec

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ simplifies the process of reading and writing data from Python.
1313
Summary: A Python interface to the HDF5 library
1414
Name: h5py
1515
Version: 3.10.0
16-
Release: 1%{?dist}
16+
Release: 2%{?dist}
1717
License: BSD
1818
Vendor: Microsoft Corporation
1919
Distribution: Mariner
2020
URL: https://www.h5py.org/
2121
Source0: https://files.pythonhosted.org/packages/source/h/h5py/h5py-%{version}.tar.gz
2222

2323
BuildRequires: gcc
24-
BuildRequires: hdf5-devel >= 1.14.4
24+
BuildRequires: hdf5-devel >= 1.14.6
2525
BuildRequires: liblzf-devel
2626
BuildRequires: python%{python3_pkgversion}-Cython >= 0.23
2727
BuildRequires: python%{python3_pkgversion}-cached_property
@@ -38,7 +38,7 @@ BuildRequires: python%{python3_pkgversion}-sphinx
3838
%package -n python%{python3_pkgversion}-h5py
3939
%{?python_provide:%python_provide python%{python3_pkgversion}-h5py}
4040
Summary: %{summary}
41-
Requires: hdf5 >= 1.14.4
41+
Requires: hdf5 >= 1.14.6
4242
Requires: python%{python3_pkgversion}-cached_property
4343
Requires: python%{python3_pkgversion}-numpy >= 1.7
4444
Requires: python%{python3_pkgversion}-six
@@ -93,6 +93,11 @@ cd -
9393
%{python3_sitearch}/%{name}-%{version}-*.egg-info
9494

9595
%changelog
96+
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 3.10.0-2
97+
- Bumping the release version so that this package is re-built with
98+
the newer 1.14.6 hdf5 libraries. This ensures that the matching
99+
1.14.6 .so files Will be used at run time.
100+
96101
* Thu May 23 2024 Riken Maharjan <rmaharjan@microsoft.com> - 3.10.0-1
97102
- Update to 3.10.0 to match hdf5 1.14.4
98103

0 commit comments

Comments
 (0)