Bas Couwenberg pushed to branch upstream at Debian GIS Project / osmium-tool
Commits: a87bdc17 by Bas Couwenberg at 2020-06-28T08:03:34+02:00 New upstream version 1.12.1 - - - - - 3 changed files: - CHANGELOG.md - CMakeLists.txt - README.md Changes: ===================================== CHANGELOG.md ===================================== @@ -12,6 +12,14 @@ This project adheres to [Semantic Versioning](https://semver.org/). ### Fixed +## [1.12.1] - 2020-06-27 + +### Changed + +* Require libosmium 2.15.6 which has an important fix related + to multipolygons assembly (needed for "osmium export"). + + ## [1.12.0] - 2020-04-21 ### Added ===================================== CMakeLists.txt ===================================== @@ -26,7 +26,7 @@ project(osmium) set(OSMIUM_VERSION_MAJOR 1) set(OSMIUM_VERSION_MINOR 12) -set(OSMIUM_VERSION_PATCH 0) +set(OSMIUM_VERSION_PATCH 1) set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH}) @@ -44,7 +44,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON) find_package(Boost 1.55.0 REQUIRED COMPONENTS program_options) include_directories(SYSTEM ${Boost_INCLUDE_DIRS}) -find_package(Osmium 2.15.1 REQUIRED COMPONENTS io) +find_package(Osmium 2.15.6 REQUIRED COMPONENTS io) include_directories(SYSTEM ${OSMIUM_INCLUDE_DIRS}) ===================================== README.md ===================================== @@ -17,7 +17,7 @@ later are known to work. It also works on modern Visual Studio C++ compilers. You also need the following libraries: - Libosmium (>= 2.15.2) + Libosmium (>= 2.15.6) https://osmcode.org/libosmium Debian/Ubuntu: libosmium2-dev Fedora/CentOS: libosmium-devel View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/a87bdc1743564e1b73565eedebf61d552a5bf191 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/commit/a87bdc1743564e1b73565eedebf61d552a5bf191 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
