rebuild for python 2.5

This commit is contained in:
Luke Macken 2006-12-10 03:40:51 +00:00
parent e04807f777
commit 681f54b386

View File

@ -2,7 +2,7 @@
Name: python-configobj Name: python-configobj
Version: 4.3.2 Version: 4.3.2
Release: 5%{?dist} Release: 6%{?dist}
Summary: Config file reading, writing, and validation Summary: Config file reading, writing, and validation
Group: System Environment/Libraries 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) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch BuildArch: noarch
BuildRequires: python-setuptools BuildRequires: python-setuptools python-devel
%description %description
ConfigObj is a simple but powerful config file reader and writer: an ini file ConfigObj is a simple but powerful config file reader and writer: an ini file
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Dec 9 2006 Luke Macken <lmacken@redhat.com> - 4.3.2-6
- Rebuild for python 2.5
* Sun Sep 3 2006 Luke Macken <lmacken@redhat.com> - 4.3.2-5 * Sun Sep 3 2006 Luke Macken <lmacken@redhat.com> - 4.3.2-5
- Fix dist tag - Fix dist tag