From 7e14c091657fb1f226cda68118a876e25668f158 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sun, 25 Jun 2017 10:55:27 +0200 Subject: [PATCH 1/2] New version 2.18.10 --- .gitignore | 1 + qgis.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 170c0ae..4b947ab 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ qgis_1.5.0.tar.gz /qgis-2.18.7.tar.bz2 /qgis-2.18.8.tar.bz2 /qgis-2.18.9.tar.bz2 +/qgis-2.18.10.tar.bz2 diff --git a/qgis.spec b/qgis.spec index 93fefba..ae7aa2f 100644 --- a/qgis.spec +++ b/qgis.spec @@ -15,7 +15,7 @@ #TODO: Run test suite (see debian/rules) Name: qgis -Version: 2.18.9 +Version: 2.18.10 Release: 1%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -406,6 +406,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Sat Jun 24 2017 Volker Froehlich - 2.18.10-1 +- New upstream release + * Wed May 31 2017 Volker Froehlich - 2.18.9-1 - New upstream release diff --git a/sources b/sources index 99a64c5..6b628a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (qgis-2.18.9.tar.bz2) = 2495d9bc4f22f22882beb322d01465dd456a6db8a59a7e8e8056555b6ab4c895e9fc70d423f36a856d3a3b890bb3fbab607f7fd34736a8d2bc69f29bf1d91ca4 +SHA512 (qgis-2.18.10.tar.bz2) = 7f72515b72842a8612675c552f0091ca8b7075bda7fa3dbad09641532148af98cbeb17ee0eb3518204e59ce3a87db2eaef9ba57192ee5ade183b1c300e7a96d8 From 29df9e04b368cff75168425ac108a405e58b67b4 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 26 Jun 2017 16:42:09 +0200 Subject: [PATCH 2/2] Disable parallel build for now to avoid build failures --- qgis.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/qgis.spec b/qgis.spec index ae7aa2f..6679a25 100644 --- a/qgis.spec +++ b/qgis.spec @@ -16,7 +16,7 @@ Name: qgis Version: 2.18.10 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -243,7 +243,10 @@ gzip ChangeLog # Doesn't build, as of 2.10, known issue #-D WITH_GLOBE:BOOL=TRUE -make %{?_smp_mflags} +# Parallel build appears to occasionally result in build failures +# (UI form headers generated too late) +# TODO: Re-check with QGIS-3.0 +make %install @@ -406,6 +409,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Mon Jun 26 2017 Sandro Mani - 2.18.10-2 +- Disable parallel build for now to avoid build failures + * Sat Jun 24 2017 Volker Froehlich - 2.18.10-1 - New upstream release