commit 526688411dbb91f6a18d7383f4679e7452894932 Author: Kevin Kofler Kevin@tigcc.ticalc.org Date: Sun Jun 1 01:39:07 2014 +0200
Update to 2.7.1 (#1080898)
* Sat May 31 2014 Kevin Kofler Kevin@tigcc.ticalc.org - 2.7.1-1 - Update to 2.7.1 (#1080898) - README-MARBLE.txt: update: data files from versions 2.6 and 2.7 no longer work
.gitignore | 1 + README-MARBLE.txt | 8 +++----- routino.spec | 6 +++++- sources | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) --- diff --git a/.gitignore b/.gitignore index e32ebd8..bb8d8c3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /routino-2.5.1.tgz /routino-2.6.tgz /routino-2.7.tgz +/routino-2.7.1.tgz diff --git a/README-MARBLE.txt b/README-MARBLE.txt index a8f8e13..eb04ea5 100644 --- a/README-MARBLE.txt +++ b/README-MARBLE.txt @@ -1,11 +1,9 @@ SETTING UP ROUTINO FOR USE WITH MARBLE ======================================
-IMPORTANT: If you are upgrading from a release of Routino prior to 2.6, you MUST - run these steps (at least step 4) again. Existing .mem files from - previous releases of Routino cannot be used with version 2.6 or 2.7. - Databases from version 2.6 can be used, but cycling against oneways - (new feature in 2.7) will not work until the database is regenerated. +IMPORTANT: If you are upgrading from a release of Routino prior to 2.7.1, you + MUST run these steps (at least step 4) again. Existing .mem files + from previous releases of Routino cannot be used with version 2.7.1.
Since Marble 1.0.0 (kdeedu 4.6.0), Marble supports computing routes using Routino. The following instructions describe how to set that up: diff --git a/routino.spec b/routino.spec index 1842681..0e1fac9 100644 --- a/routino.spec +++ b/routino.spec @@ -1,6 +1,6 @@ Name: routino Summary: Router for OpenStreetMap Data -Version: 2.7 +Version: 2.7.1 Release: 1%{?dist} License: AGPLv3+ Group: Applications/Productivity @@ -52,6 +52,10 @@ rm -rf %{buildroot} %{_datadir}/%{name}/
%changelog +* Sat May 31 2014 Kevin Kofler Kevin@tigcc.ticalc.org - 2.7.1-1 +- Update to 2.7.1 (#1080898) +- README-MARBLE.txt: update: data files from versions 2.6 and 2.7 no longer work + * Sat May 31 2014 Kevin Kofler Kevin@tigcc.ticalc.org - 2.7-1 - Update to 2.7 (last version compatible with databases from 2.6) - Rebase patches diff --git a/sources b/sources index b02d1f2..690d204 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60d0571aa13d982da190fca794932856 routino-2.7.tgz +19fdbc385d85820fb0689a6a9b8b292f routino-2.7.1.tgz
scm-commits@lists.fedoraproject.org