diff options
author | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
---|---|---|
committer | Sam Bingner <sam@bingner.com> | 2018-10-12 16:38:39 -1000 |
commit | ab753fcde40b28248172c552ce2b1f23eddfc9f4 (patch) | |
tree | 2ff2724ef77294878f91b528843a0f0b6dba5462 /data/python/timestamp.diff | |
parent | 295030d5719c3af352cfc5394b8ce13e3a1e0fb9 (diff) |
Update more packages
Diffstat (limited to 'data/python/timestamp.diff')
-rw-r--r-- | data/python/timestamp.diff | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/python/timestamp.diff b/data/python/timestamp.diff index 76642259f..cebeb8131 100644 --- a/data/python/timestamp.diff +++ b/data/python/timestamp.diff @@ -1,6 +1,6 @@ -diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuildinfo.c ---- Python-2.5.1/Modules/getbuildinfo.c 2006-01-18 09:13:51.000000000 +0000 -+++ Python-2.5.1+iPhone/Modules/getbuildinfo.c 2008-06-19 08:00:45.000000000 +0000 +diff -ur Python-2.7.15/Modules/getbuildinfo.c Python-2.7.15+iPhone/Modules/getbuildinfo.c +--- Python-2.7.15/Modules/getbuildinfo.c 2018-04-29 12:47:33.000000000 -1000 ++++ Python-2.7.15+iPhone/Modules/getbuildinfo.c 2018-09-04 16:04:45.000000000 -1000 @@ -5,20 +5,12 @@ #endif @@ -20,5 +20,5 @@ diff -ru Python-2.5.1/Modules/getbuildinfo.c Python-2.5.1+iPhone/Modules/getbuil #endif -#endif - #ifdef SUBWCREV - #define SVNVERSION "$WCRANGE$$WCMODS?M:$" + /* XXX Only unix build process has been tested */ + #ifndef GITVERSION |