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:
parent
b4dffb88e3
commit
afaaf853f2
@ -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>
|
Mon Mar 9 13:06:49 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -102,7 +102,12 @@ BuildRequires: pkgconfig(Qt5Widgets)
|
|||||||
BuildRequires: pkgconfig(Qt5Xml)
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
BuildRequires: pkgconfig(Qt5XmlPatterns)
|
||||||
BuildRequires: pkgconfig(expat) >= 1.95
|
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
|
BuildRequires: pkgconfig(gdal) >= 2.1
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(gsl) >= 1.8
|
BuildRequires: pkgconfig(gsl) >= 1.8
|
||||||
BuildRequires: pkgconfig(libpq) > 9.4
|
BuildRequires: pkgconfig(libpq) > 9.4
|
||||||
BuildRequires: pkgconfig(libzip)
|
BuildRequires: pkgconfig(libzip)
|
||||||
|
Loading…
Reference in New Issue
Block a user