diff --git a/qgis-3.0.0.tar.bz2 b/qgis-3.0.0.tar.bz2 deleted file mode 100644 index c4138f4..0000000 --- a/qgis-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:598614b49cc57c3bf30961d77ac29e736738d7b7f3c471d30048ff31068e92e5 -size 94186303 diff --git a/qgis-3.0.0.tar.bz2.md5 b/qgis-3.0.0.tar.bz2.md5 deleted file mode 100644 index 5f3fe64..0000000 --- a/qgis-3.0.0.tar.bz2.md5 +++ /dev/null @@ -1 +0,0 @@ -ff6e7ad62e98ef32af41db42640f345d qgis-3.0.0.tar.bz2 diff --git a/qgis-3.0.1.tar.bz2 b/qgis-3.0.1.tar.bz2 new file mode 100644 index 0000000..c5f245e --- /dev/null +++ b/qgis-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2954597cfbdc82b852281c19d8652265f4785b3cf4d7c05e9a1174a89c44d4 +size 94217493 diff --git a/qgis-3.0.1.tar.bz2.md5 b/qgis-3.0.1.tar.bz2.md5 new file mode 100644 index 0000000..176cefb --- /dev/null +++ b/qgis-3.0.1.tar.bz2.md5 @@ -0,0 +1 @@ +a9fac346ab7a4dfdf8755c7d3aecc3a0 qgis-3.0.1.tar.bz2 diff --git a/qgis.changes b/qgis.changes index 0f25be8..d010272 100644 --- a/qgis.changes +++ b/qgis.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Mar 27 17:05:33 UTC 2018 - wbauer@tmo.at + +- Update to 3.0.1 +- There's no point to recommend libqca2-plugin-*, those are for the + Qt4 version of QCA and cannot be used by qca-qt5 +- Don't disable QtWebKit anymore, the Qt5 version is available and + maintained +- No need to BuildIgnore libopenssl-1_0_0-devel any more + ------------------------------------------------------------------- Fri Mar 9 07:43:51 UTC 2018 - guillaume@opensuse.org diff --git a/qgis.spec b/qgis.spec index d62ede4..6610408 100644 --- a/qgis.spec +++ b/qgis.spec @@ -17,7 +17,7 @@ Name: qgis -Version: 3.0.0 +Version: 3.0.1 Release: 0 Summary: QGIS is a Geographic Information System (GIS) License: GPL-2.0 @@ -105,8 +105,6 @@ BuildRequires: pkgconfig(proj) >= 4.4 BuildRequires: pkgconfig(python3) >= 3.4 BuildRequires: pkgconfig(qca2-qt5) BuildRequires: pkgconfig(spatialite) >= 4.2.0 -# Fix the mess with qca-devel -#!BuildIgnore: libopenssl-1_0_0-devel Requires: python3-Jinja2 Requires: python3-OWSLib Requires: python3-PyYAML @@ -122,8 +120,6 @@ Requires: python3-termcolor Recommends: %{name}-sample-data Recommends: apache2-mod_fcgid Recommends: gpsbabel -Recommends: libqca2-plugin-cyrus-sasl -Recommends: libqca2-plugin-pkcs11 Obsoletes: qgis2 Obsoletes: qgis-master Obsoletes: qgis-ltr @@ -192,7 +188,6 @@ export PATH=$PATH:$QTDIR/bin -DWITH_SERVER=TRUE \ -DWITH_SERVER_PLUGINS=TRUE \ -DWITH_POSTGRESQL=TRUE \ - -DWITH_QTWEBKIT=FALSE \ -DPOSTGRES_LIBRARY=%{_libdir}/libpq.so \ -DQGIS_PLUGIN_SUBDIR=%{lib}/qgis \ -DQGIS_MANUAL_SUBDIR=share/man \