rpms/python-configobj/devel python-configobj.spec,1.6,1.7

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Sep 2 04:43:02 UTC 2007


Author: lmacken

Update of /cvs/pkgs/rpms/python-configobj/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14955

Modified Files:
	python-configobj.spec 
Log Message:
Update for python-setuptools changes in rawhide


Index: python-configobj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/devel/python-configobj.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-configobj.spec	3 Mar 2007 21:08:34 -0000	1.6
+++ python-configobj.spec	2 Sep 2007 04:42:29 -0000	1.7
@@ -2,7 +2,7 @@
 
 Name:           python-configobj
 Version:        4.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Config file reading, writing, and validation
 
 Group:          System Environment/Libraries
@@ -12,7 +12,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-BuildRequires:  python-setuptools python-devel
+BuildRequires: python-devel
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
+BuildRequires: python-setuptools
+%endif
 
 %description
 ConfigObj is a simple but powerful config file reader and writer: an ini file
@@ -61,6 +66,9 @@
 
 
 %changelog
+* Sun Sep  2 2007 Luke Macken <lmacken at redhat.com> - 4.4.0-2
+- Update for python-setuptools changes in rawhide
+
 * Sat Mar  3 2007 Luke Macken <lmacken at redhat.com> - 4.4.0-1
 - 4.4.0
 




More information about the fedora-extras-commits mailing list