Update package with version 3.7.3

(cherry picked from commit b239d8523fc54262d4fd506c7eea450e6f652de5)
This commit is contained in:
desert-sailor 2024-11-05 18:31:22 +08:00 committed by openeuler-sync-bot
parent b50fdf3431
commit 7c260afbc2
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