New version 2.18.0

This commit is contained in:
Volker Fröhlich 2016-10-23 19:44:59 +02:00
parent 8b75df0b21
commit 6e94d0ad19
3 changed files with 6 additions and 6 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <volker27@gmx.at> - 2.18.0-1
- New upstream release
* Mon Sep 26 2016 Orion Poplawski <orion@cora.nwra.com> - 2.16.3-1
- Update to 2.16.3
- Add patch to fix qreal usage on arm

View File

@ -1 +1 @@
50a1799c6eb8c90eeeda4affedeea49c qgis-2.16.3.tar.bz2
861c4af53113158581b42df2acbc3773 qgis-2.18.0.tar.bz2