[Git][debian-gis-team/osm2pgrouting][master] 5 commits: New upstream version 2.3.9
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Thu Oct 23 18:20:27 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / osm2pgrouting
Commits:
b3dbac27 by Bas Couwenberg at 2025-10-23T19:13:23+02:00
New upstream version 2.3.9
- - - - -
51a85009 by Bas Couwenberg at 2025-10-23T19:13:24+02:00
Update upstream source from tag 'upstream/2.3.9'
Update to upstream version '2.3.9'
with Debian dir f7895675839e69d93161273cd92284efbafc3833
- - - - -
90ea5ac5 by Bas Couwenberg at 2025-10-23T19:13:38+02:00
New upstream release.
- - - - -
e742d433 by Bas Couwenberg at 2025-10-23T19:15:32+02:00
Drop gcc-15.patch, applied upstream.
- - - - -
2f1d9749 by Bas Couwenberg at 2025-10-23T19:15:43+02:00
Set distribution to unstable.
- - - - -
6 changed files:
- NEWS
- debian/changelog
- − debian/patches/gcc-15.patch
- debian/patches/series
- src/osm_elements/osm2pgrouting.cpp
- src/osm_elements/osm_tag.cpp
Changes:
=====================================
NEWS
=====================================
@@ -1,3 +1,7 @@
+osm2pgRouting 2.3.9
+
+*
+
osm2pgRouting 2.3.8
* Removing travis tests
=====================================
debian/changelog
=====================================
@@ -1,9 +1,11 @@
-osm2pgrouting (2.3.8-5) UNRELEASED; urgency=medium
+osm2pgrouting (2.3.9-1) unstable; urgency=medium
+ * New upstream release.
* Update lintian overrides.
* Drop Rules-Requires-Root: no, default since dpkg 1.22.13.
+ * Drop gcc-15.patch, applied upstream.
- -- Bas Couwenberg <sebastic at debian.org> Fri, 12 Sep 2025 17:42:04 +0200
+ -- Bas Couwenberg <sebastic at debian.org> Thu, 23 Oct 2025 19:15:34 +0200
osm2pgrouting (2.3.8-4) unstable; urgency=medium
=====================================
debian/patches/gcc-15.patch deleted
=====================================
@@ -1,14 +0,0 @@
-Description: Fix FTBFS with GCC 15.
-Author: Bas Couwenberg <sebastic at debian.org>
-Forwarded: not-needed
-
---- a/src/osm_elements/osm_tag.cpp
-+++ b/src/osm_elements/osm_tag.cpp
-@@ -20,6 +20,7 @@
-
-
- #include "osm_elements/osm_tag.h"
-+#include <algorithm>
- #include <string>
-
- namespace osm2pgr {
=====================================
debian/patches/series
=====================================
@@ -1,2 +1 @@
-gcc-15.patch
cmake-4.patch
=====================================
src/osm_elements/osm2pgrouting.cpp
=====================================
@@ -98,7 +98,7 @@ int main(int argc, char* argv[]) {
}
if (vm.count("version")) {
- std::cout << "This is osm2pgrouting Version 2.3.8\n";
+ std::cout << "This is osm2pgrouting Version 2.3.9\n";
return 0;
}
=====================================
src/osm_elements/osm_tag.cpp
=====================================
@@ -20,6 +20,7 @@
#include "osm_elements/osm_tag.h"
+#include <algorithm>
#include <string>
namespace osm2pgr {
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/compare/8cb4b86c457fba9eb230f788813a1c4eeee75363...2f1d974994f42ec6d5cbb4e4150aa4c24c07aca9
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osm2pgrouting/-/compare/8cb4b86c457fba9eb230f788813a1c4eeee75363...2f1d974994f42ec6d5cbb4e4150aa4c24c07aca9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20251023/f3d316f9/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list