[Git][debian-gis-team/mapserver][upstream] New upstream version 8.2.0~beta2

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Sat Jun 8 20:18:56 BST 2024



Bas Couwenberg pushed to branch upstream at Debian GIS Project / mapserver


Commits:
f6304c21 by Bas Couwenberg at 2024-06-08T21:07:48+02:00
New upstream version 8.2.0~beta2
- - - - -


4 changed files:

- CMakeLists.txt
- HISTORY.md
- src/mapogcapi.cpp
- src/mapscript/python/CMakeLists.txt


Changes:

=====================================
CMakeLists.txt
=====================================
@@ -18,7 +18,7 @@ include(CheckCSourceCompiles)
 set (MapServer_VERSION_MAJOR 8)
 set (MapServer_VERSION_MINOR 2)
 set (MapServer_VERSION_REVISION 0)
-set (MapServer_VERSION_SUFFIX "-beta1")
+set (MapServer_VERSION_SUFFIX "-beta2")
 
 # Set C++ version
 # Make CMAKE_CXX_STANDARD available as cache option overridable by user


=====================================
HISTORY.md
=====================================
@@ -13,6 +13,11 @@ https://mapserver.org/development/changelog/
 
 The online Migration Guide can be found at https://mapserver.org/MIGRATION_GUIDE.html
 
+8.2.0-beta2 release (2024-06-08)
+--------------------------------
+
+- fix Python MapScript installation (#7071)
+
 8.2.0-beta1 release (2024-06-06)
 --------------------------------
 


=====================================
src/mapogcapi.cpp
=====================================
@@ -1217,7 +1217,7 @@ static int processCollectionItemsRequest(mapObj *map, cgiRequestObj *request,
 
   msProjectionInheritContextFrom(&reprObjs.proj, &(map->projection));
   if (msLoadProjectionString(&reprObjs.proj, outputCrs.c_str()) != 0) {
-    outputError(OGCAPI_SERVER_ERROR, "Cannot instanciate output CRS.");
+    outputError(OGCAPI_SERVER_ERROR, "Cannot instantiate output CRS.");
     return MS_SUCCESS;
   }
 


=====================================
src/mapscript/python/CMakeLists.txt
=====================================
@@ -122,7 +122,7 @@ install(
     endif()
 
     execute_process(
-      COMMAND ${Python_EXECUTABLE} -m pip install \${PYTHON_ROOT} \${PYTHON_PREFIX}
+      COMMAND ${Python_EXECUTABLE} -m pip install \${PYTHON_ROOT} \${PYTHON_PREFIX} .
       WORKING_DIRECTORY ${OUTPUT_FOLDER}
     )
   "



View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/f6304c2139008afca45290fbc4c4b9de48a6d154

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapserver/-/commit/f6304c2139008afca45290fbc4c4b9de48a6d154
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/20240608/06e7987d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list