rpms/python-memcached/devel python-memcached.spec,1.4,1.5

Tom Callaway spot at fedoraproject.org
Wed Sep 3 18:14:19 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/python-memcached/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22157

Modified Files:
	python-memcached.spec 
Log Message:
fix BR


Index: python-memcached.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-memcached/devel/python-memcached.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-memcached.spec	3 Sep 2008 18:05:01 -0000	1.4
+++ python-memcached.spec	3 Sep 2008 18:13:49 -0000	1.5
@@ -2,7 +2,7 @@
 
 Name:           python-memcached
 Version:        1.43
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python memcached client library
 
 Group:          Development/Languages
@@ -12,7 +12,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel
+BuildRequires:  python-devel, python-setuptools
 
 %description
 This software is a 100% Python interface to the memcached memory cache
@@ -41,6 +41,9 @@
 %{python_sitelib}/python_memcached-%{version}-py*.egg-info/
 
 %changelog
+* Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.43-2
+- add BR: python-setuptools
+
 * Wed Sep  3 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.43-1
 - fix license tag
 - update to 1.43




More information about the fedora-extras-commits mailing list