[Git][debian-gis-team/osmium-tool][master] 5 commits: New upstream version 1.12.1
Bas Couwenberg
gitlab at salsa.debian.org
Sun Jun 28 07:40:53 BST 2020
Bas Couwenberg pushed to branch master 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
- - - - -
abaea402 by Bas Couwenberg at 2020-06-28T08:03:38+02:00
Update upstream source from tag 'upstream/1.12.1'
Update to upstream version '1.12.1'
with Debian dir c0f557ad5dbf65df67e70a587a00802213f50617
- - - - -
41e1b31d by Bas Couwenberg at 2020-06-28T08:03:52+02:00
New upstream release.
- - - - -
e005447e by Bas Couwenberg at 2020-06-28T08:04:49+02:00
Bump minimum required libosmium2-dev to 2.15.6.
- - - - -
a7dcd823 by Bas Couwenberg at 2020-06-28T08:04:59+02:00
Set distribution to unstable.
- - - - -
5 changed files:
- CHANGELOG.md
- CMakeLists.txt
- README.md
- debian/changelog
- debian/control
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
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+osmium-tool (1.12.1-1) unstable; urgency=medium
+
+ * New upstream release.
+ * Bump minimum required libosmium2-dev to 2.15.6.
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 28 Jun 2020 08:04:50 +0200
+
osmium-tool (1.12.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10~),
libboost-program-options-dev,
libbz2-dev,
libexpat1-dev,
- libosmium2-dev (>= 2.15.2),
+ libosmium2-dev (>= 2.15.6),
pandoc,
zlib1g-dev
Standards-Version: 4.5.0
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/compare/9315f6feda16857e53561c44738a8da0cf563055...a7dcd8239a769f1c714c607850bfcd19842eda09
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/osmium-tool/-/compare/9315f6feda16857e53561c44738a8da0cf563055...a7dcd8239a769f1c714c607850bfcd19842eda09
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/20200628/0184dee1/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list