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
This commit is contained in:
Martin Pluskal 2020-06-16 14:30:42 +00:00 committed by Git OBS Bridge
parent ce0925af55
commit 0ca9601906
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 12 06:34:58 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <guillaume.gardet@opensuse.org>

View File

@ -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)