OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 06-Feb-2004 12:26:00
Branch: HEAD Handle: 2004020611255702
Modified files:
openpkg-src/python python.spec
openpkg-web news.txt
Log:
python is similar to perl: it remembers the C compiler and if a python
extension requires compilation, python uses the remembered path. So
make gcc a run-time dependency for python, too
Summary:
Revision Changes Path
1.46 +2 -2 openpkg-src/python/python.spec
1.8456 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/python/python.spec
============================================================================
$ cvs diff -u -r1.45 -r1.46 python.spec
--- openpkg-src/python/python.spec 3 Feb 2004 20:05:42 -0000 1.45
+++ openpkg-src/python/python.spec 6 Feb 2004 11:25:59 -0000 1.46
@@ -34,7 +34,7 @@
Group: Language
License: GPL
Version: 2.3.3
-Release: 20040203
+Release: 20040206
# list of sources
Source0: ftp://ftp.python.org/pub/python/%{version}/Python-%{version}.tgz
@@ -43,7 +43,7 @@
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
-PreReq: OpenPKG, openpkg >= 20040130
+PreReq: OpenPKG, openpkg >= 20040130, gcc
AutoReq: no
AutoReqProv: no
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8455 -r1.8456 news.txt
--- openpkg-web/news.txt 6 Feb 2004 11:23:51 -0000 1.8455
+++ openpkg-web/news.txt 6 Feb 2004 11:25:57 -0000 1.8456
@@ -1,3 +1,4 @@
+06-Feb-2004: Upgraded package: P<python-2.3.3-20040206>
06-Feb-2004: Upgraded package: P<txt2html-2.21-20040206>
06-Feb-2004: Upgraded package: P<syslog-ng-1.6.2-20040206>
06-Feb-2004: Upgraded package: P<pks-0.9.6-20040206>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]