Bas Couwenberg pushed to branch experimental at Debian GIS Project / gdal
Commits: aa5ff670 by Bas Couwenberg at 2023-11-08T20:42:52+01:00 Add patch to fix compatibility with GCC 13. - - - - - e8826a24 by Bas Couwenberg at 2023-11-08T20:42:52+01:00 Set distribution to experimental. - - - - - 3 changed files: - debian/changelog - + debian/patches/gcc-13.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +gdal (3.8.0~rc1+dfsg-1~exp2) experimental; urgency=medium + + * Add patch to fix compatibility with GCC 13. + + -- Bas Couwenberg <[email protected]> Wed, 08 Nov 2023 20:33:43 +0100 + gdal (3.8.0~rc1+dfsg-1~exp1) experimental; urgency=medium * New upstream release candidate. ===================================== debian/patches/gcc-13.patch ===================================== @@ -0,0 +1,15 @@ +Description: Include <cstdint> for uint64_t. + Per: http://gcc.gnu.org/gcc-13/porting_to.html +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/OSGeo/gdal/pull/8682 + +--- a/port/cpl_json.h ++++ b/port/cpl_json.h +@@ -31,6 +31,7 @@ + #include "cpl_progress.h" + #include "cpl_string.h" + ++#include <cstdint> + #include <string> + #include <vector> + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ repack.patch +gcc-13.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/88aeeec0ace15015179c772fad55f6b15d3f5ba4...e8826a246e1f1c296db385efc721d3334dd8a9a7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal/-/compare/88aeeec0ace15015179c772fad55f6b15d3f5ba4...e8826a246e1f1c296db385efc721d3334dd8a9a7 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
