Accepting request 784358 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/784358 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qgis?expand=0&rev=10
This commit is contained in:
commit
266b2fe64a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:381cb01a8ac2f5379a915b124e9c830d727d2c67775ec49609c7153fe765a6f7
|
||||
size 101916273
|
@ -1 +0,0 @@
|
||||
381cb01a8ac2f5379a915b124e9c830d727d2c67775ec49609c7153fe765a6f7 qgis-3.10.2.tar.bz2
|
3
qgis-3.12.0.tar.bz2
Normal file
3
qgis-3.12.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19e9c185dfe88cad7ee6e0dcf5ab7b0bbfe1672307868a53bf771e0c8f9d5e9c
|
||||
size 109184001
|
1
qgis-3.12.0.tar.bz2.sha256
Normal file
1
qgis-3.12.0.tar.bz2.sha256
Normal file
@ -0,0 +1 @@
|
||||
19e9c185dfe88cad7ee6e0dcf5ab7b0bbfe1672307868a53bf771e0c8f9d5e9c qgis-3.12.0.tar.bz2
|
12
qgis.changes
12
qgis.changes
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Update to 3.12.0, changes are documented at
|
||||
https://changelog.qgis.org/en/qgis/version/3.12/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 10:54:31 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%bcond_without grass
|
||||
Name: qgis
|
||||
Version: 3.10.2
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: A Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
@ -102,11 +102,16 @@ 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)
|
||||
BuildRequires: pkgconfig(proj) >= 6.0
|
||||
BuildRequires: pkgconfig(proj) >= 6.3.1
|
||||
BuildRequires: pkgconfig(python3) >= 3.4
|
||||
BuildRequires: pkgconfig(qca2-qt5)
|
||||
BuildRequires: pkgconfig(spatialite) >= 4.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user