diff --git a/python-configobj.spec b/python-configobj.spec index 2f913e2..2526f45 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -2,7 +2,7 @@ Name: python-configobj Version: 4.3.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Config file reading, writing, and validation Group: System Environment/Libraries @@ -12,7 +12,7 @@ Source0: http://dl.sf.net/configobj/configobj-4.3.2.zip BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-setuptools +BuildRequires: python-setuptools python-devel %description ConfigObj is a simple but powerful config file reader and writer: an ini file @@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Dec 9 2006 Luke Macken - 4.3.2-6 +- Rebuild for python 2.5 + * Sun Sep 3 2006 Luke Macken - 4.3.2-5 - Fix dist tag