Accepting request 630839 from home:bruno_friedmann:branches:Application:Geo
- Update to 3.2.2 (monthly bug fix release) - Packaging + Add the 3 main database component to buildrequires and requires So future version can open auth db and others without cryptic debuging by end user. sqlite3, mysql, postgresql + Add new BuildRequires libQt5Sql-private-headers-devel OBS-URL: https://build.opensuse.org/request/show/630839 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=236
This commit is contained in:
parent
71a2928d4f
commit
ac2d8be377
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5cf6c20cd8d7b7f0d78296ca23216a6459191d804518d615ae110df8afaff73
|
||||
size 72064255
|
@ -1 +0,0 @@
|
||||
6778b28b622c7de6efc470e10973b78a qgis-3.2.1.tar.bz2
|
3
qgis-3.2.2.tar.bz2
Normal file
3
qgis-3.2.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:831924459c1a9f29dacf7c6ea37f401dc4da5b20ba29e4d474174852c51a824d
|
||||
size 71947443
|
1
qgis-3.2.2.tar.bz2.md5
Normal file
1
qgis-3.2.2.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
||||
cfa48bcbe09e7621332fb115880d6ac1 qgis-3.2.2.tar.bz2
|
10
qgis.changes
10
qgis.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 21 13:13:39 UTC 2018 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- Update to 3.2.2 (monthly bug fix release)
|
||||
- Packaging
|
||||
+ Add the 3 main database component to buildrequires and requires
|
||||
So future version can open auth db and others without cryptic
|
||||
debuging by end user. sqlite3, mysql, postgresql
|
||||
+ Add new BuildRequires libQt5Sql-private-headers-devel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 24 10:00:42 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
13
qgis.spec
13
qgis.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qgis
|
||||
Version: 3.2.1
|
||||
Version: 3.2.2
|
||||
Release: 0
|
||||
Summary: QGIS is a Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
@ -56,6 +56,13 @@ BuildRequires: python3-psycopg2
|
||||
BuildRequires: python3-pygments
|
||||
BuildRequires: python3-qscintilla-qt5
|
||||
BuildRequires: python3-qt5-devel
|
||||
# Add the 3 main db we should access
|
||||
# also have them in requires
|
||||
BuildRequires: libQt5Sql5-sqlite
|
||||
BuildRequires: libQt5Sql5-postgresql
|
||||
BuildRequires: libQt5Sql5-mysql
|
||||
#New with 3.3.0
|
||||
BuildRequires: libQt5Sql-private-headers-devel
|
||||
BuildRequires: python3-sip-devel > 4.12
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-termcolor
|
||||
@ -108,6 +115,10 @@ BuildRequires: pkgconfig(proj) >= 4.4
|
||||
BuildRequires: pkgconfig(python3) >= 3.4
|
||||
BuildRequires: pkgconfig(qca2-qt5)
|
||||
BuildRequires: pkgconfig(spatialite) >= 4.2.0
|
||||
# Force requires of those 3 main component.
|
||||
Requires: libQt5Sql5-sqlite
|
||||
Requires: libQt5Sql5-postgresql
|
||||
Requires: libQt5Sql5-mysql
|
||||
Requires: python3-Jinja2
|
||||
Requires: python3-OWSLib
|
||||
Requires: python3-PyYAML
|
||||
|
Loading…
Reference in New Issue
Block a user