Update to 7.0.5
This commit is contained in:
parent
2249df8681
commit
ec06cc4e10
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/grass-7.0.5.tar.gz
|
||||
/grass-7.0.4.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
||||
|
||||
Name: grass
|
||||
Version: 7.0.4
|
||||
Release: 9%{?dist}
|
||||
Version: 7.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: GRASS GIS - Geographic Resources Analysis Support System
|
||||
|
||||
Group: Applications/Engineering
|
||||
|
|
@ -103,6 +103,8 @@ CXXFLAGS="-std=c++98 ${CFLAGS}"
|
|||
--with-tiff \
|
||||
--with-png \
|
||||
--with-postgres \
|
||||
--with-postgres-includes=/usr/pgsql-9.6/include \
|
||||
--with-postgres-libs=/usr/pgsql-9.6/lib \
|
||||
--with-mysql \
|
||||
--with-opengl \
|
||||
--with-odbc \
|
||||
|
|
@ -230,6 +232,9 @@ fi
|
|||
%{_includedir}/%{name}/
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2017 Devrim Gündüz <devrim@gunduz.org> - 7.0.5-1
|
||||
- Update to 7.0.5
|
||||
|
||||
* Sun Mar 19 2017 Devrim Gündüz <devrim@gunduz.org> - 7.0.4-9
|
||||
- Rebuild against new boost.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
843e8942c14aa7473380ea70c9b0ec52 grass-7.0.4.tar.gz
|
||||
SHA512 (grass-7.0.5.tar.gz) = 42ff0577ca4fb1fe5f370090b94bec82eec1be65883152d64eacae6b3628e91e67ced045ca2a299f32e9d773995b35cc98b4cceaee6518c788f9366f3c7371bd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue