Update to 3.4.3

This commit is contained in:
Sandro Mani 2022-05-04 16:04:47 +02:00
parent 6ff18a28cc
commit 0b81415efd
12 changed files with 49 additions and 46 deletions

1
.gitignore vendored
View File

@ -73,3 +73,4 @@ gdalautotest-1.7.0.tar.gz
/gdalautotest-3.4.1.tar.gz
/gdal-3.4.2-fedora.tar.xz
/gdalautotest-3.4.2.tar.gz
/gdal-3.4.3-fedora.tar.xz

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp
--- gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp 2022-03-08 11:12:11.000000000 +0100
+++ gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp 2022-03-14 23:50:44.828159269 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp
--- gdal-3.4.3-fedora/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp 2022-04-22 11:03:21.000000000 +0200
+++ gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/cadobjects.cpp 2022-05-04 16:04:12.433118621 +0200
@@ -34,6 +34,7 @@
#include <limits>
#include <math.h>
@ -9,9 +9,9 @@ diff -rupN --no-dereference gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/cad
//------------------------------------------------------------------------------
// CADVector
diff -rupN --no-dereference gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp
--- gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2022-03-08 11:12:10.000000000 +0100
+++ gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2022-03-14 23:50:44.828159269 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp
--- gdal-3.4.3-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2022-04-22 11:03:20.000000000 +0200
+++ gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/cad/libopencad/dwg/r2000.cpp 2022-05-04 16:04:12.434118533 +0200
@@ -39,6 +39,7 @@
#include <limits>
#include <memory>
@ -20,9 +20,9 @@ diff -rupN --no-dereference gdal-3.4.2-fedora/ogr/ogrsf_frmts/cad/libopencad/dwg
#if ((defined(__sun__) || defined(__FreeBSD__)) && __GNUC__ == 4 && __GNUC_MINOR__ == 8) || defined(__ANDROID__)
// gcc 4.8 on Solaris 11.3 or FreeBSD 11 doesn't have std::string
diff -rupN --no-dereference gdal-3.4.2-fedora/third_party/LercLib/Lerc2.h gdal-3.4.2-fedora-new/third_party/LercLib/Lerc2.h
--- gdal-3.4.2-fedora/third_party/LercLib/Lerc2.h 2022-03-08 11:11:18.000000000 +0100
+++ gdal-3.4.2-fedora-new/third_party/LercLib/Lerc2.h 2022-03-14 23:50:44.829159267 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/third_party/LercLib/Lerc2.h gdal-3.4.3-fedora-new/third_party/LercLib/Lerc2.h
--- gdal-3.4.3-fedora/third_party/LercLib/Lerc2.h 2022-04-22 11:02:29.000000000 +0200
+++ gdal-3.4.3-fedora-new/third_party/LercLib/Lerc2.h 2022-05-04 16:04:12.434118533 +0200
@@ -30,6 +30,7 @@ Contributors: Thomas Maurer
#include <limits>
#include <string>

View File

@ -43,8 +43,8 @@
%endif
Name: gdal
Version: 3.4.2
Release: 1%{?dist}%{?bootstrap:.%{bootstrap}.bootstrap}
Version: 3.4.3
Release: 1%{?dist}
Summary: GIS file format library
License: MIT
URL: http://www.gdal.org
@ -635,6 +635,9 @@ popd
#Or as before, using ldconfig
%changelog
* Wed May 04 2022 Sandro Mani <manisandro@gmail.com> - 3.4.3-1
- Update to 3.4.3
* Mon Mar 14 2022 Sandro Mani <manisandro@gmail.com> - 3.4.2-1
- Update to 3.4.2

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/m4/lib-link.m4 gdal-3.4.2-fedora-new/m4/lib-link.m4
--- gdal-3.4.2-fedora/m4/lib-link.m4 2022-03-08 11:12:26.000000000 +0100
+++ gdal-3.4.2-fedora-new/m4/lib-link.m4 2022-03-14 23:50:45.320158106 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/m4/lib-link.m4 gdal-3.4.3-fedora-new/m4/lib-link.m4
--- gdal-3.4.3-fedora/m4/lib-link.m4 2022-04-22 11:03:37.000000000 +0200
+++ gdal-3.4.3-fedora-new/m4/lib-link.m4 2022-05-04 16:04:12.870079834 +0200
@@ -108,8 +108,6 @@ dnl acl_hardcode_direct,
dnl acl_hardcode_minus_L.
AC_DEFUN([AC_LIB_RPATH],

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/apps/GNUmakefile gdal-3.4.2-fedora-new/apps/GNUmakefile
--- gdal-3.4.2-fedora/apps/GNUmakefile 2022-03-08 11:10:52.000000000 +0100
+++ gdal-3.4.2-fedora-new/apps/GNUmakefile 2022-03-14 23:50:44.391160302 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/apps/GNUmakefile gdal-3.4.3-fedora-new/apps/GNUmakefile
--- gdal-3.4.3-fedora/apps/GNUmakefile 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/apps/GNUmakefile 2022-05-04 16:04:11.984158476 +0200
@@ -232,6 +232,7 @@ gdal-config-inst: gdal-config.in ../GDAL
install: default

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/frmts/iso8211/GNUmakefile gdal-3.4.2-fedora-new/frmts/iso8211/GNUmakefile
--- gdal-3.4.2-fedora/frmts/iso8211/GNUmakefile 2022-03-08 11:10:53.000000000 +0100
+++ gdal-3.4.2-fedora-new/frmts/iso8211/GNUmakefile 2022-03-14 23:50:43.943161361 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/frmts/iso8211/GNUmakefile gdal-3.4.3-fedora-new/frmts/iso8211/GNUmakefile
--- gdal-3.4.3-fedora/frmts/iso8211/GNUmakefile 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/frmts/iso8211/GNUmakefile 2022-05-04 16:04:11.552196892 +0200
@@ -23,8 +23,7 @@ dist-clean: clean
rm -rf $(DISTDIR)

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/swig/java/add_javadoc.c gdal-3.4.2-fedora-new/swig/java/add_javadoc.c
--- gdal-3.4.2-fedora/swig/java/add_javadoc.c 2022-03-08 11:10:55.000000000 +0100
+++ gdal-3.4.2-fedora-new/swig/java/add_javadoc.c 2022-03-14 23:50:43.455162515 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/swig/java/add_javadoc.c gdal-3.4.3-fedora-new/swig/java/add_javadoc.c
--- gdal-3.4.3-fedora/swig/java/add_javadoc.c 2022-04-22 11:02:06.000000000 +0200
+++ gdal-3.4.3-fedora-new/swig/java/add_javadoc.c 2022-05-04 16:04:11.092237798 +0200
@@ -142,21 +142,21 @@ int main(int argc, char* argv[])
JavaDocInstance* instances = (JavaDocInstance*)calloc(sizeof(JavaDocInstance), 3000);
int nInstances = 0;
@ -67,9 +67,9 @@ diff -rupN --no-dereference gdal-3.4.2-fedora/swig/java/add_javadoc.c gdal-3.4.2
} while(bFoundOpen == FALSE || nBrackets > 0);
}
else
diff -rupN --no-dereference gdal-3.4.2-fedora/swig/java/javadoc.java gdal-3.4.2-fedora-new/swig/java/javadoc.java
--- gdal-3.4.2-fedora/swig/java/javadoc.java 2022-03-08 11:10:55.000000000 +0100
+++ gdal-3.4.2-fedora-new/swig/java/javadoc.java 2022-03-14 23:50:43.456162513 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/swig/java/javadoc.java gdal-3.4.3-fedora-new/swig/java/javadoc.java
--- gdal-3.4.3-fedora/swig/java/javadoc.java 2022-04-22 11:02:07.000000000 +0200
+++ gdal-3.4.3-fedora-new/swig/java/javadoc.java 2022-05-04 16:04:11.094237621 +0200
@@ -11982,12 +11982,12 @@ public interface osrConstants:public fin
public interface osrConstants:public final static int PROJ_ERR_COORD_TRANSFM
@ -85,9 +85,9 @@ diff -rupN --no-dereference gdal-3.4.2-fedora/swig/java/javadoc.java gdal-3.4.2-
* or iterative convergence method failed.
*/
public interface osrConstants:public final static int PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN
diff -rupN --no-dereference gdal-3.4.2-fedora/swig/java/java.opt gdal-3.4.2-fedora-new/swig/java/java.opt
--- gdal-3.4.2-fedora/swig/java/java.opt 2022-03-08 11:10:53.000000000 +0100
+++ gdal-3.4.2-fedora-new/swig/java/java.opt 2022-03-14 23:50:43.457162510 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/swig/java/java.opt gdal-3.4.3-fedora-new/swig/java/java.opt
--- gdal-3.4.3-fedora/swig/java/java.opt 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/swig/java/java.opt 2022-05-04 16:04:11.094237621 +0200
@@ -7,6 +7,6 @@ JAVADOC=$(JAVA_HOME)/bin/javadoc
JAVAC=$(JAVA_HOME)/bin/javac
JAVA=$(JAVA_HOME)/bin/java

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/configure.ac gdal-3.4.2-fedora-new/configure.ac
--- gdal-3.4.2-fedora/configure.ac 2022-03-08 11:10:52.000000000 +0100
+++ gdal-3.4.2-fedora-new/configure.ac 2022-03-14 23:50:45.076158683 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/configure.ac gdal-3.4.3-fedora-new/configure.ac
--- gdal-3.4.3-fedora/configure.ac 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/configure.ac 2022-05-04 16:04:12.651099272 +0200
@@ -73,7 +73,7 @@ dnl warning #2304: non-explicit construc
dnl warning #3280: declaration hides member
dnl remark #11074: Inlining inhibited by limit max-size

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/doc/source/index.rst gdal-3.4.2-fedora-new/doc/source/index.rst
--- gdal-3.4.2-fedora/doc/source/index.rst 2022-03-08 11:10:53.000000000 +0100
+++ gdal-3.4.2-fedora-new/doc/source/index.rst 2022-03-14 23:50:44.609159787 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/doc/source/index.rst gdal-3.4.3-fedora-new/doc/source/index.rst
--- gdal-3.4.3-fedora/doc/source/index.rst 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/doc/source/index.rst 2022-05-04 16:04:12.215137970 +0200
@@ -4,8 +4,6 @@ GDAL
.. include:: ./about_no_title.rst

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/doc/Makefile gdal-3.4.2-fedora-new/doc/Makefile
--- gdal-3.4.2-fedora/doc/Makefile 2022-03-08 11:10:52.000000000 +0100
+++ gdal-3.4.2-fedora-new/doc/Makefile 2022-03-14 23:50:44.164160839 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/doc/Makefile gdal-3.4.3-fedora-new/doc/Makefile
--- gdal-3.4.3-fedora/doc/Makefile 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/doc/Makefile 2022-05-04 16:04:11.767177773 +0200
@@ -2,7 +2,7 @@
#

View File

@ -1,6 +1,6 @@
diff -rupN --no-dereference gdal-3.4.2-fedora/frmts/dods/GNUmakefile gdal-3.4.2-fedora-new/frmts/dods/GNUmakefile
--- gdal-3.4.2-fedora/frmts/dods/GNUmakefile 2022-03-08 11:10:53.000000000 +0100
+++ gdal-3.4.2-fedora-new/frmts/dods/GNUmakefile 2022-03-14 23:50:43.717161896 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/frmts/dods/GNUmakefile gdal-3.4.3-fedora-new/frmts/dods/GNUmakefile
--- gdal-3.4.3-fedora/frmts/dods/GNUmakefile 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/frmts/dods/GNUmakefile 2022-05-04 16:04:11.324217168 +0200
@@ -4,7 +4,7 @@ include ../../GDALmake.opt
OBJ = dodsdataset2.o
@ -10,9 +10,9 @@ diff -rupN --no-dereference gdal-3.4.2-fedora/frmts/dods/GNUmakefile gdal-3.4.2-
default: $(OBJ:.o=.$(OBJ_EXT))
diff -rupN --no-dereference gdal-3.4.2-fedora/ogr/ogrsf_frmts/dods/GNUmakefile gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile
--- gdal-3.4.2-fedora/ogr/ogrsf_frmts/dods/GNUmakefile 2022-03-08 11:10:53.000000000 +0100
+++ gdal-3.4.2-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile 2022-03-14 23:50:43.717161896 +0100
diff -rupN --no-dereference gdal-3.4.3-fedora/ogr/ogrsf_frmts/dods/GNUmakefile gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile
--- gdal-3.4.3-fedora/ogr/ogrsf_frmts/dods/GNUmakefile 2022-04-22 11:02:04.000000000 +0200
+++ gdal-3.4.3-fedora-new/ogr/ogrsf_frmts/dods/GNUmakefile 2022-05-04 16:04:11.324217168 +0200
@@ -5,7 +5,7 @@ include ../../../GDALmake.opt
OBJ = ogrdodsdriver.o ogrdodsdatasource.o ogrdodslayer.o \
ogrdodssequencelayer.o ogrdodsfielddefn.o ogrdodsgrid.o

View File

@ -1,2 +1 @@
SHA512 (gdal-3.4.2-fedora.tar.xz) = 68d94baa12c862fcec6a84e41d3c3a9574175cb408ab97d7c6e6a5dc011a298572259f7a90a9161ae87e3efffeda72118a3810cd985c2513d101b0460ba1d9d3
SHA512 (gdalautotest-3.4.2.tar.gz) = a0d7d9aafda5e74fc32fcdba38bf6b9fa739fab41f9ee2fb1e0c43c44c6952f757116cc1140a5d45a2536189cf6436cac0e7e810bb85e9e0a7637cdfde33ea04
SHA512 (gdal-3.4.3-fedora.tar.xz) = dc71756be69a98c255ba1f7fded5826848babc2137b2d06dd2919bfa051b4417c8737d3c97f499ba6a7d84bdf6ce2d12e1dd874907399ab6dab29a2d89198f06