Update to 4.7.0
This commit is contained in:
parent
71cd3cad66
commit
a72990e666
@ -1,2 +1 @@
|
|||||||
configobj-4.5.3.zip
|
configobj-4.7.0.tar.gz
|
||||||
configobj-4.6.0.zip
|
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
|
||||||
|
|
||||||
Name: python-configobj
|
Name: python-configobj
|
||||||
Version: 4.6.0
|
Version: 4.7.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Config file reading, writing, and validation
|
Summary: Config file reading, writing, and validation
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://www.voidspace.org.uk/python/configobj.html
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user