rpms/pylint/devel pylint.spec,1.20,1.21

Brian C. Lane bcl at fedoraproject.org
Sat Mar 27 00:44:19 UTC 2010


Author: bcl

Update of /cvs/pkgs/rpms/pylint/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11771

Modified Files:
	pylint.spec 
Log Message:
Fixed changelog and added python-setuptools to BuildRequires


Index: pylint.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pylint/devel/pylint.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -p -r1.20 -r1.21
--- pylint.spec	26 Mar 2010 23:27:26 -0000	1.20
+++ pylint.spec	27 Mar 2010 00:44:19 -0000	1.21
@@ -12,7 +12,7 @@ Source0:        ftp://ftp.logilab.org/pu
 BuildArch:      noarch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires:  python-devel
+BuildRequires:  python-devel python-setuptools
 Requires:       python-logilab-astng
 
 %description
@@ -77,8 +77,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Thu Mar 25 2010 Brian C.Lane <bcl at redhat.com> - 0.20.0-1
-* Upstream 0.20.0
+* Fri Mar 26 2010 Brian C.Lane <bcl at redhat.com> - 0.20.0-1
+- Upstream 0.20.0
+- Added python-setuptools to BuildRequires
 
 * Sun Aug 30 2009 Konstantin Ryabitsev <icon at fedoraproject.org> - 0.18.1-1
 - Upstream 0.18.1 (bugfixes and small enhancements)



More information about the scm-commits mailing list