From 0ca9601906afd89e3d620b6896a0be81eac901a2c68abc61f484bd3d13705969 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 16 Jun 2020 14:30:42 +0000 Subject: [PATCH] Accepting request 815267 from home:Guillaume_G:branches:Application:Geo - Requires at least gdal 3.1 for GeoTIFF and Proj >= 6 https://github.com/qgis/QGIS/issues/36699#issuecomment-633539864 OBS-URL: https://build.opensuse.org/request/show/815267 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=303 --- qgis.changes | 6 ++++++ qgis.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) 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)