OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 14-Jul-2003 16:55:17
Branch: HEAD Handle: 2003071415551402
Modified files:
openpkg-src/python python.spec
openpkg-web news.txt
Log:
get rid of versioning in distutils
Summary:
Revision Changes Path
1.35 +4 -1 openpkg-src/python/python.spec
1.5559 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/python/python.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 python.spec
--- openpkg-src/python/python.spec 8 Jul 2003 14:42:05 -0000 1.34
+++ openpkg-src/python/python.spec 14 Jul 2003 14:55:16 -0000 1.35
@@ -33,7 +33,7 @@
Group: Language
License: GPL
Version: 2.2.3
-Release: 20030611
+Release: 20030714
# list of sources
Source0: ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
@@ -71,6 +71,9 @@
%{l_shtool} subst \
-e 's;\(lib/python"\) *VERSION;\1;g' \
Modules/getpath.c
+ %{l_shtool} subst \
+ -e 's;\+ *sys\.version\[:3\];;g' \
+ Lib/*.py Lib/*/*.py
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5558 -r1.5559 news.txt
--- openpkg-web/news.txt 14 Jul 2003 14:25:48 -0000 1.5558
+++ openpkg-web/news.txt 14 Jul 2003 14:55:14 -0000 1.5559
@@ -1,3 +1,4 @@
+14-Jul-2003: Upgraded package: P<python-2.2.3-20030714>
14-Jul-2003: Upgraded package: P<whoson-2.02a-20030714>
14-Jul-2003: Upgraded package: P<vrrpd-0.8.7-20030714>
14-Jul-2003: Upgraded package: P<tripwire-2.3.1.2-20030714>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]