New version 2.18.0
This commit is contained in:
parent
8b75df0b21
commit
6e94d0ad19
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -25,3 +25,4 @@ qgis_1.5.0.tar.gz
|
||||||
/qgis-2.14.3.tar.bz2
|
/qgis-2.14.3.tar.bz2
|
||||||
/qgis-2.16.2.tar.bz2
|
/qgis-2.16.2.tar.bz2
|
||||||
/qgis-2.16.3.tar.bz2
|
/qgis-2.16.3.tar.bz2
|
||||||
|
/qgis-2.18.0.tar.bz2
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
#TODO: Run test suite (see debian/rules)
|
#TODO: Run test suite (see debian/rules)
|
||||||
|
|
||||||
Name: qgis
|
Name: qgis
|
||||||
Version: 2.16.3
|
Version: 2.18.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A user friendly Open Source Geographic Information System
|
Summary: A user friendly Open Source Geographic Information System
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
|
@ -38,9 +38,6 @@ Source5: %{name}-mime.xml
|
||||||
# Fix builds on 64-bit machines
|
# Fix builds on 64-bit machines
|
||||||
# https://hub.qgis.org/issues/15602
|
# https://hub.qgis.org/issues/15602
|
||||||
Patch0: %{name}-lib64.patch
|
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)
|
# Some plug-ins need Pyspatialite (bundled)
|
||||||
# The license is not totally clear, see:
|
# The license is not totally clear, see:
|
||||||
|
@ -184,7 +181,6 @@ Please refer to %{name}-server-README.fedora for details!
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
%patch1 -p1 -b .qreal
|
|
||||||
|
|
||||||
# Remove executable permissions from source code files
|
# Remove executable permissions from source code files
|
||||||
find . \( -name "*.cpp" -o -name "*.h" \) -type f -perm /111 -execdir chmod -x {} \+
|
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
|
%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
|
* Mon Sep 26 2016 Orion Poplawski <orion@cora.nwra.com> - 2.16.3-1
|
||||||
- Update to 2.16.3
|
- Update to 2.16.3
|
||||||
- Add patch to fix qreal usage on arm
|
- Add patch to fix qreal usage on arm
|
||||||
|
|
Reference in New Issue
Block a user