diff --git a/qgis.changes b/qgis.changes index 775afb4..8c581cc 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jun 12 06:34:58 UTC 2020 - Guillaume GARDET + +- Requires at least gdal 3.1 for GeoTIFF and Proj >= 6 + https://github.com/qgis/QGIS/issues/36699#issuecomment-633539864 + ------------------------------------------------------------------- Mon Jun 8 15:39:20 UTC 2020 - Guillaume GARDET diff --git a/qgis.spec b/qgis.spec index a52226a..db4602c 100644 --- a/qgis.spec +++ b/qgis.spec @@ -104,7 +104,8 @@ BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(Qt5XmlPatterns) BuildRequires: pkgconfig(expat) >= 1.95 -BuildRequires: pkgconfig(gdal) >= 3 +# Requires at least gdal 3.1 for GeoTIFF and Proj >= 6 - https://github.com/qgis/QGIS/issues/36699#issuecomment-633539864 +BuildRequires: pkgconfig(gdal) >= 3.1 BuildRequires: pkgconfig(gsl) >= 1.8 BuildRequires: pkgconfig(libpq) > 9.4 BuildRequires: pkgconfig(libzip)