diff --git a/qgis-3.2.1.tar.bz2 b/qgis-3.2.1.tar.bz2 deleted file mode 100644 index 9a5f55c..0000000 --- a/qgis-3.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5cf6c20cd8d7b7f0d78296ca23216a6459191d804518d615ae110df8afaff73 -size 72064255 diff --git a/qgis-3.2.1.tar.bz2.md5 b/qgis-3.2.1.tar.bz2.md5 deleted file mode 100644 index e55ff31..0000000 --- a/qgis-3.2.1.tar.bz2.md5 +++ /dev/null @@ -1 +0,0 @@ -6778b28b622c7de6efc470e10973b78a qgis-3.2.1.tar.bz2 diff --git a/qgis-3.2.2.tar.bz2 b/qgis-3.2.2.tar.bz2 new file mode 100644 index 0000000..b0b810a --- /dev/null +++ b/qgis-3.2.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831924459c1a9f29dacf7c6ea37f401dc4da5b20ba29e4d474174852c51a824d +size 71947443 diff --git a/qgis-3.2.2.tar.bz2.md5 b/qgis-3.2.2.tar.bz2.md5 new file mode 100644 index 0000000..204fc00 --- /dev/null +++ b/qgis-3.2.2.tar.bz2.md5 @@ -0,0 +1 @@ +cfa48bcbe09e7621332fb115880d6ac1 qgis-3.2.2.tar.bz2 diff --git a/qgis.changes b/qgis.changes index ccdeb11..b0554f5 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Aug 21 13:13:39 UTC 2018 - Bruno Friedmann + +- 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 diff --git a/qgis.spec b/qgis.spec index 3396c0c..c4ce2db 100644 --- a/qgis.spec +++ b/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