Hello community, here is the log from the commit of package qgis for openSUSE:Factory checked in at 2019-12-04 13:53:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qgis (Old) and /work/SRC/openSUSE:Factory/.qgis.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qgis" Wed Dec 4 13:53:57 2019 rev:6 rq:753770 version:3.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/qgis/qgis.changes 2019-11-24 00:37:25.199268270 +0100 +++ /work/SRC/openSUSE:Factory/.qgis.new.4691/qgis.changes 2019-12-04 14:20:24.650439691 +0100 @@ -1,0 +2,11 @@ +Mon Dec 2 17:21:33 UTC 2019 - Dirk Stoecker <[email protected]> + +- Autoconfigure grass directory + +------------------------------------------------------------------- +Sun Dec 01 18:00:00 UTC 2019 - Angelos Tzotsos <[email protected]> + +- Use GRASS 7.8.x +- Remove OTB build requirement + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qgis.spec ++++++ --- /var/tmp/diff_new_pack.pU0q85/_old 2019-12-04 14:20:26.054440875 +0100 +++ /var/tmp/diff_new_pack.pU0q85/_new 2019-12-04 14:20:26.058440878 +0100 @@ -1,7 +1,7 @@ # # spec file for package qgis # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,6 @@ %bcond_without grass -%bcond_with otb Name: qgis Version: 3.10.0 @@ -54,9 +53,6 @@ BuildRequires: libspatialindex-devel BuildRequires: ocl-icd-devel BuildRequires: opencl-cpp-headers -%if %{with otb} -BuildRequires: otb-devel -%endif BuildRequires: pkgconfig BuildRequires: poppler-tools BuildRequires: python-qscintilla-qt5-sip @@ -204,7 +200,7 @@ %if %{with grass} -DWITH_GRASS=TRUE \ -DWITH_GRASS7=TRUE \ - -DGRASS_PREFIX7=%{_libdir}/grass76 \ + -DGRASS_PREFIX7=`cat %{_sysconfdir}/GRASSDIR` \ %endif -DWITH_QSPATIALITE=TRUE \ -DWITH_SERVER=TRUE \
