Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion SPECS-EXTENDED/gdal/gdal.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -316,6 +316,11 @@ ctest -E "autotest_osr|autotest_alg|autotest_gdrivers|autotest_gcore"


%changelog
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 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 <gmileka@microsoft.com> - 3.6.3-4
Remove the use of explicit hdf5 version from the build-time dependencies.

Expand Down
7 changes: 6 additions & 1 deletion SPECS-EXTENDED/netcdf/netcdf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -398,6 +398,11 @@ done


%changelog
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 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 <gmileka@microsoft.com> - 4.9.0-6
Remove the use of the '_hdf5_version' and explicit hdf5 version from the
build-time dependencies.
Expand Down
11 changes: 8 additions & 3 deletions SPECS/python-h5py/python-h5py.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ 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
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
Expand All @@ -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
Expand Down Expand Up @@ -93,6 +93,11 @@ cd -
%{python3_sitearch}/%{name}-%{version}-*.egg-info

%changelog
* Mon Dec 29 2025 Kshitiz Godara <kgodara@microsoft.com> - 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 <rmaharjan@microsoft.com> - 3.10.0-1
- Update to 3.10.0 to match hdf5 1.14.4

Expand Down
Loading