X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=blobdiff_plain;f=no-git.patch;h=c337874ecc93c30851fa6f3d3b2e869072f14a78;hp=cc07d6db5337639b631f62956ae62544c8092760;hb=716f763e564cb6867e677aa2a1881c229e1e32fa;hpb=c69332165fdd4d9fdfe0ae0c9b93ee313e91a0a9 diff --git a/no-git.patch b/no-git.patch index cc07d6d..c337874 100644 --- a/no-git.patch +++ b/no-git.patch @@ -29,3 +29,13 @@ 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