Update to 4.7.0
This commit is contained in:
parent
71cd3cad66
commit
a72990e666
@ -1,2 +1 @@
|
||||
configobj-4.5.3.zip
|
||||
configobj-4.6.0.zip
|
||||
configobj-4.7.0.tar.gz
|
||||
|
||||
@ -2,14 +2,14 @@
|
||||
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||
|
||||
Name: python-configobj
|
||||
Version: 4.6.0
|
||||
Release: 2%{?dist}
|
||||
Version: 4.7.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-%{version}.zip
|
||||
Source0: http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
|
||||
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Jan 10 2010 Luke Macken <lmacken@redhat.com> - 4.7.0-1
|
||||
- Update to 4.7.0
|
||||
|
||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.6.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user