[Git][debian-gis-team/mapnik][upstream] New upstream version 4.0.2+ds

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Aug 23 06:38:13 BST 2024



Bas Couwenberg pushed to branch upstream 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
- - - - -


5 changed files:

- CHANGELOG.md
- 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


=====================================
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/-/commit/a457f8231ae3635274c37dbe43ae074c775c7675

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapnik/-/commit/a457f8231ae3635274c37dbe43ae074c775c7675
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/7b48a5c9/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list