!36 [sync] PR-13: Upgrade package with version 3.7.3

From: @openeuler-sync-bot 
Reviewed-by: @desert-sailor 
Signed-off-by: @desert-sailor
This commit is contained in:
openeuler-ci-bot 2025-04-28 13:28:41 +00:00 committed by Gitee
commit 15c8184e7f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 3 deletions

View File

@ -21,7 +21,7 @@
%endif
Name: gdal
Version: 3.7.2
Version: 3.7.3
Release: 1
Summary: GIS file format library
License: MIT
@ -201,7 +201,7 @@ mv %{name}autotest-%{version} autotest
-DENABLE_DEFLATE64=OFF \
-DGDAL_USE_LERC_INTERNAL=OFF
sed -i "s#-Wp, -Wp,#-Wp,#g" `grep "Wp, -Wp," -rl ./`
%make_build
%cmake_build
%if %{with mingw}
%mingw_cmake \
@ -215,7 +215,7 @@ sed -i "s#-Wp, -Wp,#-Wp,#g" `grep "Wp, -Wp," -rl ./`
%install
%make_install
%cmake_install
# List of manpages for python scripts
for file in %{buildroot}%{_bindir}/*.py; do
@ -326,6 +326,15 @@ cp -a %{SOURCE2} %{buildroot}%{_bindir}/%{name}-config
%{_jnidir}/%{name}/gdal-%{version}-javadoc.jar
%changelog
* Tue Nov 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.7.3-1
- Update to 3.7.3
CheckDependentLibraries.cmake: don't use libjpeg if disabled
frmts/mrf/CMakeLists.txt: ignore HAVE_JPEGTURBO_DUAL_MODE_8_12 if GDAL_USE_JPEG is OFF
FindPostgreSQL.cmake: Update the list of released PgSQL versions
Add support for PoDoFo >= 0.10.0
Add support for TileDB 2.17
Fix build with -DRENAME_INTERNAL_SHAPELIB_SYMBOLS=OFF
* Thu Aug 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.7.2-1
- Update to 3.7.2