Author: emes Date: Sun Feb 20 01:00:17 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- exclude sys.argv[0] basedir from path to avoid name conflicts with
*.py scripts while importing modules
---- Files affected:
SPECS:
python-Twisted.spec (1.32 -> 1.33)
---- Diffs:
================================================================
Index: SPECS/python-Twisted.spec
diff -u SPECS/python-Twisted.spec:1.32 SPECS/python-Twisted.spec:1.33
--- SPECS/python-Twisted.spec:1.32 Fri Dec 24 14:37:14 2004
+++ SPECS/python-Twisted.spec Sun Feb 20 02:00:12 2005
@@ -5,11 +5,12 @@
Summary(pl): Narzędzia do zdarzeniowego i rozproszonego programowania w
Pythonie
Name: python-%{module}
Version: 1.3.0
-Release: 7
+Release: 8
License: LGPL
Group: Libraries/Python
Source0: http://twisted.sourceforge.net/%{module}-%{version}.tar.bz2
# Source0-md5: aaed1c9d006f9b72ea82ad978989fcdf
+Patch0: python-Twisted-basedir-import.patch
URL: http://www.twistedmatrix.com/
BuildRequires: python-devel >= 2.2
Requires: python-Crypto
@@ -100,6 +101,7 @@
%prep
%setup -q -n %{module}-%{version}
+%patch0 -p1
%build
CFLAGS="%{rpmcflags}"
@@ -161,6 +163,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.33 2005/02/20 01:00:12 emes
+- exclude sys.argv[0] basedir from path to avoid name conflicts with
+ *.py scripts while importing modules
+
Revision 1.32 2004/12/24 13:37:14 troll
-rel 7 to rebuild with Python 2.4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/python-Twisted.spec?r1=1.32&r2=1.33&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit