From: Jan Rękorajski Date: Mon, 4 Nov 2013 14:09:03 +0000 (+0100) Subject: - one more git call removed X-Git-Tag: auto/th/apache-mod_python-3.4.1-4 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fapache-mod_python.git;a=commitdiff_plain;h=f80f6a3622181bba34eaadc28fe9afc9ee452db6 - one more git call removed - rel 4 --- diff --git a/apache-mod_python.spec b/apache-mod_python.spec index 5f7989a..f09fbbf 100644 --- a/apache-mod_python.spec +++ b/apache-mod_python.spec @@ -19,7 +19,7 @@ Summary(sl.UTF-8): Vključeni pythonski tolmač za spletni strežnik Apache Summary(sv.UTF-8): En inbyggd Python-interpretator för webbservern Apache Name: apache-mod_%{mod_name} Version: 3.4.1 -Release: 3 +Release: 4 License: Apache Group: Networking/Daemons/HTTP Source0: http://dist.modpython.org/dist/mod_%{mod_name}-%{version}.tgz 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