[Git][debian-gis-team/mapnik][master] 5 commits: New upstream version 4.0.2+ds
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 23 06:38:00 BST 2024
Bas Couwenberg pushed to branch master at Debian GIS Project / mapnik
Commits:
a457f823 by Bas Couwenberg at 2024-08-23T06:28:09+02:00
New upstream version 4.0.2+ds
- - - - -
52abb16d by Bas Couwenberg at 2024-08-23T06:28:11+02:00
Update upstream source from tag 'upstream/4.0.2+ds'
Update to upstream version '4.0.2+ds'
with Debian dir a4a364f880b7ef9a40eabb547c6c4e246d883005
- - - - -
472efc31 by Bas Couwenberg at 2024-08-23T06:28:39+02:00
New upstream release.
- - - - -
553376cc by Bas Couwenberg at 2024-08-23T06:34:00+02:00
Rename library package for SONAME change.
- - - - -
90310af5 by Bas Couwenberg at 2024-08-23T06:37:24+02:00
Set distribution to experimental.
- - - - -
9 changed files:
- CHANGELOG.md
- debian/changelog
- debian/control
- debian/libmapnik4.0.1.install → debian/libmapnik4.0.install
- debian/libmapnik4.0.1.lintian-overrides → debian/libmapnik4.0.lintian-overrides
- include/mapnik/version.hpp
- src/CMakeLists.txt
- src/json/CMakeLists.txt
- src/wkt/CMakeLists.txt
Changes:
=====================================
CHANGELOG.md
=====================================
@@ -6,6 +6,13 @@ Developers: Please commit along with changes.
For a complete change history, see the git log.
+## Mapnik 4.0.2
+
+Released August 21st, 2024
+
+- CMake build - set `SOVERSION` to `${MAPNIK_MAJOR_VERSION}.${MAPNIK_MINOR_VERSION}`
+- Upgraded SCons build system to v4.8.0
+
## Mapnik 4.0.1
- Use CMAKE_INSTALL_LIBDIR for libdir in pkg-config files
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mapnik (4.0.2+ds-1~exp1) experimental; urgency=medium
+
+ * New upstream release.
+ * Rename library package for SONAME change.
+
+ -- Bas Couwenberg <sebastic at debian.org> Fri, 23 Aug 2024 06:35:33 +0200
+
mapnik (4.0.1+ds-1) unstable; urgency=medium
* Move from experimental to unstable.
=====================================
debian/control
=====================================
@@ -40,7 +40,7 @@ Vcs-Git: https://salsa.debian.org/debian-gis-team/mapnik.git
Homepage: http://www.mapnik.org/
Rules-Requires-Root: no
-Package: libmapnik4.0.1
+Package: libmapnik4.0
Architecture: any
Depends: fonts-dejavu,
${shlibs:Depends},
@@ -61,7 +61,7 @@ Description: C++ toolkit for developing GIS applications (libraries)
Package: libmapnik-dev
Architecture: any
Section: libdevel
-Depends: libmapnik4.0.1 (= ${binary:Version}),
+Depends: libmapnik4.0 (= ${binary:Version}),
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-regex-dev,
=====================================
debian/libmapnik4.0.1.install → debian/libmapnik4.0.install
=====================================
=====================================
debian/libmapnik4.0.1.lintian-overrides → debian/libmapnik4.0.lintian-overrides
=====================================
=====================================
include/mapnik/version.hpp
=====================================
@@ -27,7 +27,7 @@
#define MAPNIK_MAJOR_VERSION 4
#define MAPNIK_MINOR_VERSION 0
-#define MAPNIK_PATCH_VERSION 1
+#define MAPNIK_PATCH_VERSION 2
#define MAPNIK_VERSION MAPNIK_VERSION_ENCODE(MAPNIK_MAJOR_VERSION, MAPNIK_MINOR_VERSION, MAPNIK_PATCH_VERSION)
=====================================
src/CMakeLists.txt
=====================================
@@ -51,7 +51,7 @@ set_target_properties(mapnik PROPERTIES
IMPORT_PREFIX "lib" # for the archive on dll platforms
VERSION ${MAPNIK_VERSION}
# see https://github.com/mapnik/mapnik/pull/4248#issuecomment-925596509 => ABI compability only with the full version
- SOVERSION ${MAPNIK_VERSION}
+ SOVERSION ${MAPNIK_MAJOR_VERSION}.${MAPNIK_MINOR_VERSION}
)
if(MSVC)
=====================================
src/json/CMakeLists.txt
=====================================
@@ -30,7 +30,7 @@ set_target_properties(json PROPERTIES
IMPORT_PREFIX "lib"
VERSION ${MAPNIK_VERSION}
# see mapnik target for explanation
- SOVERSION ${MAPNIK_VERSION}
+ SOVERSION ${MAPNIK_MAJOR_VERSION}.${MAPNIK_MINOR_VERSION}
)
mapnik_install(json)
=====================================
src/wkt/CMakeLists.txt
=====================================
@@ -22,7 +22,7 @@ set_target_properties(wkt PROPERTIES
IMPORT_PREFIX "lib"
VERSION ${MAPNIK_VERSION}
# see mapnik target for explanation
- SOVERSION ${MAPNIK_VERSION}
+ SOVERSION ${MAPNIK_MAJOR_VERSION}.${MAPNIK_MINOR_VERSION}
)
mapnik_install(wkt)
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/compare/6becccd27dcdff039b74d747042d1b5dccbac534...90310af575928bb24d7d8d3cc822a10630d99fc5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/compare/6becccd27dcdff039b74d747042d1b5dccbac534...90310af575928bb24d7d8d3cc822a10630d99fc5
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/20240823/f8339238/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list