From 6e94d0ad19b5b0cf936250a3e15693dcfc0131e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Sun, 23 Oct 2016 19:44:59 +0200 Subject: [PATCH] New version 2.18.0 --- .gitignore | 1 + qgis.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 80f76fc..8b6ac34 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ qgis_1.5.0.tar.gz /qgis-2.14.3.tar.bz2 /qgis-2.16.2.tar.bz2 /qgis-2.16.3.tar.bz2 +/qgis-2.18.0.tar.bz2 diff --git a/qgis.spec b/qgis.spec index 7779eb3..bcd9e13 100644 --- a/qgis.spec +++ b/qgis.spec @@ -15,7 +15,7 @@ #TODO: Run test suite (see debian/rules) Name: qgis -Version: 2.16.3 +Version: 2.18.0 Release: 1%{?dist} Summary: A user friendly Open Source Geographic Information System Group: Applications/Engineering @@ -38,9 +38,6 @@ Source5: %{name}-mime.xml # Fix builds on 64-bit machines # https://hub.qgis.org/issues/15602 Patch0: %{name}-lib64.patch -# Fix qreal type usage for arm comptability -# https://github.com/qgis/QGIS/pull/3529 -Patch1: %{name}-qreal.patch # Some plug-ins need Pyspatialite (bundled) # The license is not totally clear, see: @@ -184,7 +181,6 @@ Please refer to %{name}-server-README.fedora for details! %prep %setup -q %patch0 -p1 -b .lib64 -%patch1 -p1 -b .qreal # Remove executable permissions from source code files find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+ @@ -407,6 +403,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Fri Oct 21 2016 Volker Froehlich - 2.18.0-1 +- New upstream release + * Mon Sep 26 2016 Orion Poplawski - 2.16.3-1 - Update to 2.16.3 - Add patch to fix qreal usage on arm diff --git a/sources b/sources index 765ba7e..3138c7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -50a1799c6eb8c90eeeda4affedeea49c qgis-2.16.3.tar.bz2 +861c4af53113158581b42df2acbc3773 qgis-2.18.0.tar.bz2