* Sat Sep 13 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.5.0-5.sme

- SME11 version python27
This commit is contained in:
2025-09-17 23:30:42 -04:00
parent d593425f20
commit 071bffb91e
6 changed files with 244 additions and 38 deletions

12
nogit.patch Normal file
View File

@@ -0,0 +1,12 @@
diff --git a/mod_python/dist/version.sh b/mod_python/dist/version.sh
index 1060b4f..1577205 100755
--- a/mod_python/dist/version.sh
+++ b/mod_python/dist/version.sh
@@ -5,6 +5,6 @@ MPV_PATH="`dirname $0`/../src/include/mp_version.h"
MAJ=`awk '/MP_VERSION_MAJOR/ {print $3}' $MPV_PATH`
MIN=`awk '/MP_VERSION_MINOR/ {print $3}' $MPV_PATH`
PCH=`awk '/MP_VERSION_PATCH/ {print $3}' $MPV_PATH`
-GIT=`git describe --always`
+GIT="0"
echo $MAJ.$MIN.$PCH-$GIT