diff --git a/.cvsignore b/.cvsignore index 784a129..52090be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniparse-0.2.3.tar.gz +iniparse-0.2.4.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index cc8cb97..0199ae8 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -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.3 -Release: 5%{?dist} +Version: 0.2.4 +Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -51,7 +51,12 @@ rm -rf $RPM_BUILD_ROOT %changelog - +* Sun Dec 7 2008 Tim Lauridsen - 0.2.4-1 +- Release 0.2.4: +- Updated to work with Python-2.6 (Python-2.4 and 2.5 are still supported) +- Support for files opened in unicode mode +- Fixed Python-3.0 compatibility warnings +- Minor API cleanup * Fri Nov 28 2008 Ignacio Vazquez-Abrams - 0.2.3-5 - Rebuild for Python 2.6 * Tue Jan 8 2008 Tim Lauridsen - 0.2.3-4 diff --git a/sources b/sources index 3f15909..f70e24b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -194a04cc93fe123f244ca33e7724bdf6 iniparse-0.2.3.tar.gz +b5fb5f760f3d447fc3ed575ce1f7d312 iniparse-0.2.4.tar.gz