4.4.0
This commit is contained in:
parent
681f54b386
commit
820e03dbc3
@ -1 +1 @@
|
||||
configobj-4.3.2.zip
|
||||
configobj-4.4.0.zip
|
||||
|
||||
@ -1,14 +1,14 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-configobj
|
||||
Version: 4.3.2
|
||||
Release: 6%{?dist}
|
||||
Version: 4.4.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Config file reading, writing, and validation
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: BSD
|
||||
URL: http://www.voidspace.org.uk/python/configobj.html
|
||||
Source0: http://dl.sf.net/configobj/configobj-4.3.2.zip
|
||||
Source0: http://dl.sf.net/configobj/configobj-%{version}.zip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Mar 3 2007 Luke Macken <lmacken@redhat.com> - 4.4.0-1
|
||||
- 4.4.0
|
||||
|
||||
* Sat Dec 9 2006 Luke Macken <lmacken@redhat.com> - 4.3.2-6
|
||||
- Rebuild for python 2.5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user