Author: arekm Date: Tue Dec 20 00:05:42 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fix autoreload for case where there is no py files
---- Files affected: SPECS: python-cherrypy.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/python-cherrypy.spec diff -u SPECS/python-cherrypy.spec:1.6 SPECS/python-cherrypy.spec:1.7 --- SPECS/python-cherrypy.spec:1.6 Mon Oct 24 01:24:02 2005 +++ SPECS/python-cherrypy.spec Tue Dec 20 01:05:36 2005 @@ -11,6 +11,7 @@ Group: Development/Languages/Python Source0: http://dl.sourceforge.net/cherrypy/%{fname}-%{version}.tar.gz # Source0-md5: 10bd559bdfdf783101d83335dd8acf58 +Patch0: %{name}-autoreload.patch URL: http://www.cherrypy.org BuildRequires: python %pyrequires_eq python-modules @@ -60,6 +61,7 @@ %prep %setup -q -n %{fname}-%{version} +%patch0 -p1 %build python setup.py build @@ -96,6 +98,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/12/20 00:05:36 arekm +- fix autoreload for case where there is no py files + Revision 1.6 2005/10/23 23:24:02 heretyk - up to 2.1.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/python-cherrypy.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
