Accepting request 681134 from home:bruno_friedmann:branches:Application:Geo
- Update to 3.6.0 version - Cleanup of spec and history - Added libexiv2-devel as new BuildRequires - Fix python3-GDAL new name OBS-URL: https://build.opensuse.org/request/show/681134 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/qgis?expand=0&rev=244
This commit is contained in:
parent
210f64d2ce
commit
174a844082
@ -5,7 +5,7 @@
|
||||
<size unit="G">12</size>
|
||||
</disk>
|
||||
<memory>
|
||||
<size unit="M">8000</size>
|
||||
<size unit="G">8</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f47d2bf714f4397b272ab6bad874dcbb5fc305cdfcc78a04e8e0c3255d67bcda
|
||||
size 73269507
|
@ -1 +0,0 @@
|
||||
578db7bf4ca0a2c4e77139a0b13818a6 qgis-3.4.4.tar.bz2
|
3
qgis-3.6.0.tar.bz2
Normal file
3
qgis-3.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11192b4a541d46990a91450bb72c29fc7f08e7f400c15da99431645878adaccf
|
||||
size 75342119
|
1
qgis-3.6.0.tar.bz2.md5
Normal file
1
qgis-3.6.0.tar.bz2.md5
Normal file
@ -0,0 +1 @@
|
||||
a70cfe78e58797e6af544871e4cc0d80 qgis-3.6.0.tar.bz2
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 21:02:18 UTC 2019 - Bruno Friedmann <bruno@ioda-net.ch>
|
||||
|
||||
- Update to 3.6.0 version
|
||||
- Cleanup of spec and history
|
||||
- Added libexiv2-devel as new BuildRequires
|
||||
- Fix python3-GDAL new name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 21 07:38:53 UTC 2019 - Nicolas Rochard <nrochard@gmail.com>
|
||||
|
||||
|
26
qgis.spec
26
qgis.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package qgis
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,12 +12,12 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: qgis
|
||||
Version: 3.4.4
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: QGIS is a Geographic Information System (GIS)
|
||||
License: GPL-2.0-only
|
||||
@ -39,6 +39,13 @@ BuildRequires: flex >= 2.5.6
|
||||
BuildRequires: geos-devel >= 3.4
|
||||
BuildRequires: gpsbabel
|
||||
BuildRequires: grass-devel >= 7.2
|
||||
BuildRequires: libexiv2-devel
|
||||
BuildRequires: libQt5Sql-private-headers-devel
|
||||
BuildRequires: libQt5Sql5-mysql
|
||||
BuildRequires: libQt5Sql5-postgresql
|
||||
# Add the 3 main db we should access
|
||||
# also have them in requires
|
||||
BuildRequires: libQt5Sql5-sqlite
|
||||
BuildRequires: libqscintilla_qt5-devel
|
||||
BuildRequires: libspatialindex-devel
|
||||
BuildRequires: llvm-clang
|
||||
@ -52,18 +59,11 @@ BuildRequires: python3-Jinja2
|
||||
BuildRequires: python3-OWSLib
|
||||
BuildRequires: python3-PyYAML
|
||||
BuildRequires: python3-future
|
||||
BuildRequires: python3-gdal
|
||||
BuildRequires: python3-GDAL
|
||||
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
|
||||
@ -116,10 +116,10 @@ BuildRequires: pkgconfig(proj) >= 4.4
|
||||
BuildRequires: pkgconfig(python3) >= 3.4
|
||||
BuildRequires: pkgconfig(qca2-qt5)
|
||||
BuildRequires: pkgconfig(spatialite) >= 4.2.0
|
||||
Requires: libQt5Sql5-mysql
|
||||
Requires: libQt5Sql5-postgresql
|
||||
# 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