[routino] * Thu Jun 09 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.1-1 - Update to 2.0.1 (#709309, bugfix

Kevin Kofler kkofler at fedoraproject.org
Thu Jun 9 17:41:13 UTC 2011


commit 713b353748e9d0b8229bff2c76a056f3695c5ecd
Author: Kevin Kofler <Kevin at tigcc.ticalc.org>
Date:   Thu Jun 9 19:40:17 2011 +0200

    * Thu Jun 09 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.1-1
    - Update to 2.0.1 (#709309, bugfix release)
    - Drop planetsplitter-segfault patch (fixed upstream)

 .gitignore                                |    1 +
 routino-2.0-planetsplitter-segfault.patch |   13 -------------
 routino.spec                              |   11 ++++++-----
 sources                                   |    2 +-
 4 files changed, 8 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd8dd89..9e07fd7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /routino-1.5.1.tgz
 /routino-2.0.tgz
+/routino-2.0.1.tgz
diff --git a/routino.spec b/routino.spec
index 1f40077..a18de42 100644
--- a/routino.spec
+++ b/routino.spec
@@ -1,7 +1,7 @@
 Name: routino
 Summary: Router for OpenStreetMap Data
-Version: 2.0
-Release: 3%{?dist}
+Version: 2.1
+Release: 1%{?dist}
 License: AGPLv3+
 Group: Applications/Productivity
 URL: http://www.routino.org/
@@ -12,8 +12,6 @@ Source1: README-MARBLE.txt
 Patch0: routino-2.0-makefiles.patch
 # remove references to INSTALL.txt/installation.html which we don't ship
 Patch1: routino-1.5.1-no-install-doc.patch
-# fix segmentation fault in planetsplitter (at least on austria.osm)
-Patch2: routino-2.0-planetsplitter-segfault.patch
 BuildRequires: flex
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -29,7 +27,6 @@ cp -p %{SOURCE1} doc/
 # Get rid of installation documentation which is not applicable to the RPM
 %patch1 -p1 -b .no-install-doc
 rm -f INSTALL.txt doc/INSTALL.txt doc/html/installation.html
-%patch2 -p1 -b .planetsplitter-segfault
 # The web stuff needs more work to be packaged. The makefiles will copy things
 # into the web directory if it's present, so get rid of it now.
 rm -rf web
@@ -52,6 +49,10 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}/
 
 %changelog
+* Thu Jun 09 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0.1-1
+- Update to 2.0.1 (#709309, bugfix release)
+- Drop planetsplitter-segfault patch (fixed upstream)
+
 * Tue May 31 2011 Kevin Kofler <Kevin at tigcc.ticalc.org> - 2.0-3
 - README-MARBLE.txt: update time indication (planetsplitter is faster in 2.0)
 
diff --git a/sources b/sources
index 96d1697..5050d6c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b2579dac0f8f6b5e143df989230081d  routino-2.0.tgz
+1da101fe96617cc40ef82078f6f642e3  routino-2.0.1.tgz


More information about the scm-commits mailing list