SHA256
1
0
forked from pool/qgis

Accepting request 784354 from home:Guillaume_G:branches:Application:Geo

- Use gdal 3 where possible because of bugs with gdal 2
  https://github.com/qgis/QGIS/issues/34933

OBS-URL: https://build.opensuse.org/request/show/784354
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=295
This commit is contained in:
Nicolas Rochard 2020-03-12 15:25:08 +00:00 committed by Git OBS Bridge
parent b4dffb88e3
commit afaaf853f2
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Mar 12 13:47:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use gdal 3 where possible because of bugs with gdal 2
https://github.com/qgis/QGIS/issues/34933
-------------------------------------------------------------------
Mon Mar 9 13:06:49 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -102,7 +102,12 @@ BuildRequires: pkgconfig(Qt5Widgets)
BuildRequires: pkgconfig(Qt5Xml)
BuildRequires: pkgconfig(Qt5XmlPatterns)
BuildRequires: pkgconfig(expat) >= 1.95
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150200
# Use gdal 3 where possible because of bugs with gdal 2 - https://github.com/qgis/QGIS/issues/34933
BuildRequires: pkgconfig(gdal) >= 3
%else
BuildRequires: pkgconfig(gdal) >= 2.1
%endif
BuildRequires: pkgconfig(gsl) >= 1.8
BuildRequires: pkgconfig(libpq) > 9.4
BuildRequires: pkgconfig(libzip)