]> git.pld-linux.org Git - packages/apache-mod_python.git/commitdiff
- one more git call removed auto/th/apache-mod_python-3.4.1-4
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Nov 2013 14:09:03 +0000 (15:09 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Nov 2013 14:09:03 +0000 (15:09 +0100)
- rel 4

apache-mod_python.spec
no-git.patch

index 5f7989ab47c5f9ba95b85b77c52688031917bc3e..f09fbbfc657561025c45437411a77c3009774956 100644 (file)
@@ -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
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.049273 seconds and 4 git commands to generate.