Update to 2.8.4
This commit is contained in:
parent
b6ce3a6a14
commit
adc366a958
13
qgis.spec
13
qgis.spec
|
@ -3,7 +3,7 @@
|
|||
|
||||
# libspatialite is present for PPC and PPC64 in Fedora and EL7, but not in older EL
|
||||
%global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=TRUE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE
|
||||
%if 0%{?rhel} <= 6
|
||||
%if (0%{?rhel} <= 6 && !0%{?fedora})
|
||||
%ifarch ppc ppc64
|
||||
%global configure_with_spatialite -D WITH_QSPATIALITE:BOOL=FALSE -D WITH_INTERNAL_SPATIALITE:BOOL=FALSE
|
||||
%endif
|
||||
|
@ -12,7 +12,7 @@
|
|||
#TODO: Run test suite (see debian/rules)
|
||||
|
||||
Name: qgis
|
||||
Version: 2.8.3
|
||||
Version: 2.8.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A user friendly Open Source Geographic Information System
|
||||
Group: Applications/Engineering
|
||||
|
@ -401,7 +401,14 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 7 2015 Dave Johansen <davejohansen@gmail.com> - 2.8.3-1
|
||||
* Mon Nov 30 2015 Volker Fröhlich <volker27@gmx.at> - 2.8.4-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Sep 23 2015 Volker Froehlich <volker27@gmx.at> - 2.8.3-2
|
||||
- Correct conditionals for spatialite support on PPC and Fedora
|
||||
(Thanks to Rafael Fonseca)
|
||||
|
||||
* Wed Aug 19 2015 Volker Fröhlich <volker27@gmx.at> - 2.8.3-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Jun 3 2015 Volker Fröhlich <volker27@gmx.at> - 2.8.2-1
|
||||
|
|
Reference in New Issue
Block a user