Release 0.2.3
This commit is contained in:
parent
048ab3135c
commit
b4e0707487
@ -1 +1 @@
|
||||
iniparse-0.2.2.tar.gz
|
||||
iniparse-0.2.3.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-iniparse
|
||||
Version: 0.2.2
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Python Module for Accessing and Modifying Configuration Data in INI files
|
||||
Group: Development/Libraries
|
||||
License: MIT
|
||||
@ -28,7 +28,6 @@ use.
|
||||
|
||||
%prep
|
||||
%setup -q -n iniparse-%{version}
|
||||
%patch0 -p0
|
||||
|
||||
%build
|
||||
%{__python} setup.py build
|
||||
@ -53,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
|
||||
* Tue Dec 11 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.3-1
|
||||
- Updates to release 0.2.3
|
||||
- removed empty ini file patch, it is included in 0.2.3
|
||||
* Mon Nov 19 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-2
|
||||
- Added upstream patch to fix problems with empty ini files.
|
||||
* Tue Sep 25 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user