]> git.pld-linux.org Git - packages/apache-mod_python.git/blobdiff - no-git.patch
- release 33 (by relup.sh)
[packages/apache-mod_python.git] / no-git.patch
index cc07d6db5337639b631f62956ae62544c8092760..c337874ecc93c30851fa6f3d3b2e869072f14a78 100644 (file)
  extern const int mp_version_major;
  extern const int mp_version_minor;
  extern const int mp_version_patch;
+--- mod_python-3.4.1/dist/version.sh~  2013-10-23 04:33:52.000000000 +0200
++++ mod_python-3.4.1/dist/version.sh   2013-11-04 15:07:59.670516345 +0100
+@@ -5,6 +5,5 @@
+ 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`
+-echo $MAJ.$MIN.$PCH-$GIT
++echo $MAJ.$MIN.$PCH
This page took 0.062686 seconds and 4 git commands to generate.