diff --git a/_constraints b/_constraints
index 7a503da..4d76c77 100644
--- a/_constraints
+++ b/_constraints
@@ -5,7 +5,7 @@
12
- 8000
+ 8
diff --git a/qgis-3.4.4.tar.bz2 b/qgis-3.4.4.tar.bz2
deleted file mode 100644
index 97affdc..0000000
--- a/qgis-3.4.4.tar.bz2
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:f47d2bf714f4397b272ab6bad874dcbb5fc305cdfcc78a04e8e0c3255d67bcda
-size 73269507
diff --git a/qgis-3.4.4.tar.bz2.md5 b/qgis-3.4.4.tar.bz2.md5
deleted file mode 100644
index 7a74798..0000000
--- a/qgis-3.4.4.tar.bz2.md5
+++ /dev/null
@@ -1 +0,0 @@
-578db7bf4ca0a2c4e77139a0b13818a6 qgis-3.4.4.tar.bz2
diff --git a/qgis-3.6.0.tar.bz2 b/qgis-3.6.0.tar.bz2
new file mode 100644
index 0000000..b3f9b4d
--- /dev/null
+++ b/qgis-3.6.0.tar.bz2
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:11192b4a541d46990a91450bb72c29fc7f08e7f400c15da99431645878adaccf
+size 75342119
diff --git a/qgis-3.6.0.tar.bz2.md5 b/qgis-3.6.0.tar.bz2.md5
new file mode 100644
index 0000000..666193d
--- /dev/null
+++ b/qgis-3.6.0.tar.bz2.md5
@@ -0,0 +1 @@
+a70cfe78e58797e6af544871e4cc0d80 qgis-3.6.0.tar.bz2
diff --git a/qgis.changes b/qgis.changes
index b8ebb03..bf75d18 100644
--- a/qgis.changes
+++ b/qgis.changes
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Wed Feb 27 21:02:18 UTC 2019 - Bruno Friedmann
+
+- 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
diff --git a/qgis.spec b/qgis.spec
index 72de050..3d93f5a 100644
--- a/qgis.spec
+++ b/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