From d1b5b0dc07fce9f11fdb1922b44c28fd3339dd45 Mon Sep 17 00:00:00 2001 From: mgb01105731 Date: Thu, 12 Jun 2025 10:34:22 +0800 Subject: [PATCH] Rebuild with hdf5 1.14.5 --- gdal.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gdal.spec b/gdal.spec index 15bad66..40fd5ea 100644 --- a/gdal.spec +++ b/gdal.spec @@ -1,3 +1,5 @@ +%define anolis_release 2 + %global run_tests 0 %global bashcompletiondir %(pkg-config --variable=compatdir bash-completion) @@ -27,7 +29,7 @@ Name: gdal Version: 3.7.0 -Release: 1%{?dist} +Release: %{anolis_release}%{?dist} Summary: GIS file format library License: MIT URL: http://www.gdal.org @@ -537,5 +539,8 @@ cp -a %{SOURCE3} %{buildroot}%{_bindir}/%{name}-config %changelog +* Thu Jun 12 2025 mgb01105731 - 3.7.0-2 +- Rebuild with hdf5 1.14.5 + * Fri Jun 16 2023 forrest_ly - 3.7.0-1 - init for anolis 23 -- Gitee