Author: matkor Date: Mon Jun 30 09:59:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - Release 2. R: python-devel-tools as it tries to import pdb module.
---- Files affected: SPECS: bzr.spec (1.37 -> 1.38) ---- Diffs: ================================================================ Index: SPECS/bzr.spec diff -u SPECS/bzr.spec:1.37 SPECS/bzr.spec:1.38 --- SPECS/bzr.spec:1.37 Tue May 27 18:16:45 2008 +++ SPECS/bzr.spec Mon Jun 30 11:59:47 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): Bazaar - rozproszony system kontroli wersji Name: bzr Version: 1.5 -Release: 1 +Release: 2 License: GPL v2 Group: Development/Version Control Source0: https://launchpad.net/bzr/%{version}/%{version}/+download/%{name}-%{version}.tar.gz @@ -13,6 +13,8 @@ BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python +# pdb module required by bzr +Requires: python-devel-tools Requires: python-cElementTree Requires: python-paramiko Requires: python-pycurl @@ -92,6 +94,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.38 2008/06/30 09:59:47 matkor +- Release 2. R: python-devel-tools as it tries to import pdb module. + Revision 1.37 2008/05/27 16:16:45 qboosh - more friendly Source0 URL @@ -99,7 +104,7 @@ - Version 1.5-1. Revision 1.35 2008-05-15 09:38:57 matkor -Updated to 1.4-1. +- Updated to 1.4-1. Revision 1.34 2008-03-24 12:06:55 adamg - updated to 1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bzr.spec?r1=1.37&r2=1.38&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
