File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Summary: GIS file format library
1515#global pre rc1
1616Name: gdal
1717Version: 3.6.3
18- Release: 3 %{?dist }
18+ Release: 4 %{?dist }
1919License: MIT
2020Vendor: Microsoft Corporation
2121Distribution: Mariner
@@ -41,7 +41,7 @@ BuildRequires: geos-devel
4141BuildRequires: giflib-devel
4242BuildRequires: gtest-devel
4343BuildRequires: hdf-devel
44- BuildRequires: hdf5-devel >= 1.14.4
44+ BuildRequires: hdf5-devel
4545BuildRequires: json-c-devel
4646BuildRequires: libdap-devel
4747BuildRequires: libgeotiff-devel
@@ -97,7 +97,7 @@ BuildRequires: java-devel >= 1:1.6.0
9797BuildRequires: javapackages-local
9898BuildRequires: jpackage-utils
9999%endif
100- Requires: hdf5 >= 1.14.4
100+ Requires: hdf5
101101
102102%description
103103Geospatial Data Abstraction Library (GDAL/OGR) is a cross platform
@@ -316,6 +316,10 @@ ctest -E "autotest_osr|autotest_alg|autotest_gdrivers|autotest_gcore"
316316
317317
318318%changelog
319+ * Wed May 22 2024 George Mileka <gmileka@microsoft.com> - 3.6.3-4
320+ Remove the use of explicit hdf5 version from the build-time dependencies.
321+
322+ * Tue May 21 2024 George Mileka <gmileka@microsoft.com> - 3.6.3-3
319323- Bumping the release version so that this package is re-built with the newer
320324 1.14.4 hdf5 libraries. This ensures that the matching 1.14.4 .so files Will
321325 be used at run time.
Original file line number Diff line number Diff line change 1212Summary: Libraries for the Unidata network Common Data Form
1313Name: netcdf
1414Version: 4.9.0
15- Release: 5 %{?dist }
15+ Release: 6 %{?dist }
1616License: NetCDF
1717Vendor: Microsoft Corporation
1818Distribution: Mariner
@@ -27,7 +27,7 @@ BuildRequires: curl-devel
2727BuildRequires: doxygen
2828BuildRequires: gawk
2929BuildRequires: hdf-static
30- BuildRequires: hdf5-devel = %{ _hdf5_version }
30+ BuildRequires: hdf5-devel
3131BuildRequires: libtool
3232BuildRequires: libxml2-devel
3333BuildRequires: libzstd-devel
@@ -77,7 +77,7 @@ NetCDF data is:
7777Summary: Development files for netcdf
7878Requires: %{name }%{?_isa } = %{version }-%{release }
7979Requires: curl-devel%{?_isa }
80- Requires: hdf5-devel%{?_isa } >= 1.14.4
80+ Requires: hdf5-devel%{?_isa }
8181Requires: pkgconfig%{?_isa }
8282
8383%description devel
@@ -398,6 +398,11 @@ done
398398
399399
400400%changelog
401+ * Wed May 22 2024 George Mileka <gmileka@microsoft.com> - 4.9.0-6
402+ Remove the use of the '_hdf5_version' and explicit hdf5 version from the
403+ build-time dependencies.
404+
405+ * Tue May 21 2024 George Mileka <gmileka@microsoft.com> - 4.9.0-5
401406- Bumping the release version so that this package is re-built with the newer
402407 1.14.4 hdf5 libraries. This ensures that the matching 1.14.4 .so files Will
403408 be used at run time.
You can’t perform that action at this time.
0 commit comments