Release 0.2.3

This commit is contained in:
Tim Lauridsen 2007-12-11 10:44:56 +00:00
parent 048ab3135c
commit b4e0707487
3 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
iniparse-0.2.2.tar.gz
iniparse-0.2.3.tar.gz

View File

@ -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

View File

@ -1,2 +1 @@
5fbd507ab70f20461dd874716ca65604 iniparse-0.2.2.tar.gz
10c30fd8dc2e4252c295ce3099c4b1bf ip-empty-file.patch
194a04cc93fe123f244ca33e7724bdf6 iniparse-0.2.3.tar.gz