Update package with version 3.7.3
(cherry picked from commit b239d8523fc54262d4fd506c7eea450e6f652de5)
This commit is contained in:
parent
b50fdf3431
commit
7c260afbc2
Binary file not shown.
15
gdal.spec
15
gdal.spec
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gdal
|
Name: gdal
|
||||||
Version: 3.7.2
|
Version: 3.7.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GIS file format library
|
Summary: GIS file format library
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -201,7 +201,7 @@ mv %{name}autotest-%{version} autotest
|
|||||||
-DENABLE_DEFLATE64=OFF \
|
-DENABLE_DEFLATE64=OFF \
|
||||||
-DGDAL_USE_LERC_INTERNAL=OFF
|
-DGDAL_USE_LERC_INTERNAL=OFF
|
||||||
sed -i "s#-Wp, -Wp,#-Wp,#g" `grep "Wp, -Wp," -rl ./`
|
sed -i "s#-Wp, -Wp,#-Wp,#g" `grep "Wp, -Wp," -rl ./`
|
||||||
%make_build
|
%cmake_build
|
||||||
|
|
||||||
%if %{with mingw}
|
%if %{with mingw}
|
||||||
%mingw_cmake \
|
%mingw_cmake \
|
||||||
@ -215,7 +215,7 @@ sed -i "s#-Wp, -Wp,#-Wp,#g" `grep "Wp, -Wp," -rl ./`
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%cmake_install
|
||||||
|
|
||||||
# List of manpages for python scripts
|
# List of manpages for python scripts
|
||||||
for file in %{buildroot}%{_bindir}/*.py; do
|
for file in %{buildroot}%{_bindir}/*.py; do
|
||||||
@ -326,6 +326,15 @@ cp -a %{SOURCE2} %{buildroot}%{_bindir}/%{name}-config
|
|||||||
%{_jnidir}/%{name}/gdal-%{version}-javadoc.jar
|
%{_jnidir}/%{name}/gdal-%{version}-javadoc.jar
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 29 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.7.2-1
|
||||||
- Update to 3.7.2
|
- Update to 3.7.2
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user