SHA256
1
0
forked from pool/qgis

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

- Update to 3.12.1 (bugfix)
- Use gdal 3 for all openSUSE versions since Leap 15.1 also have gdal 3 now

OBS-URL: https://build.opensuse.org/request/show/794054
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=297
This commit is contained in:
Nicolas Rochard 2020-04-15 08:10:37 +00:00 committed by Git OBS Bridge
parent afaaf853f2
commit e0410ebb84
6 changed files with 12 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:19e9c185dfe88cad7ee6e0dcf5ab7b0bbfe1672307868a53bf771e0c8f9d5e9c
size 109184001

View File

@ -1 +0,0 @@
19e9c185dfe88cad7ee6e0dcf5ab7b0bbfe1672307868a53bf771e0c8f9d5e9c qgis-3.12.0.tar.bz2

3
qgis-3.12.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a7dc7af768b8960c08ce72a06c1f4ca4664f4197ce29c7fe238429e48b2881a8
size 109570969

View File

@ -0,0 +1 @@
a7dc7af768b8960c08ce72a06c1f4ca4664f4197ce29c7fe238429e48b2881a8 qgis-3.12.1.tar.bz2

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Apr 15 07:33:54 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update to 3.12.1 (bugfix)
- Use gdal 3 for all openSUSE versions since Leap 15.1 also have
gdal 3 now
-------------------------------------------------------------------
Thu Mar 12 13:47:26 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -18,7 +18,7 @@
%bcond_without grass
Name: qgis
Version: 3.12.0
Version: 3.12.1
Release: 0
Summary: A Geographic Information System (GIS)
License: GPL-2.0-only
@ -102,12 +102,7 @@ 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)