diff --git a/.cvsignore b/.cvsignore index 52090be..c109a4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniparse-0.2.4.tar.gz +iniparse-0.3.0.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index 6a003f7..ca156c2 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.4 -Release: 2%{?dist} +Version: 0.3.0 +Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -51,6 +51,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Feb 28 2009 Tim Lauridsen - 0.3.0-1 +- Release 0.3.0 +- Fix handling of continuation lines +- Fix DEFAULT handling +- Fix picking/unpickling + * Thu Feb 26 2009 Fedora Release Engineering - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index f70e24b..7d0a1f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b5fb5f760f3d447fc3ed575ce1f7d312 iniparse-0.2.4.tar.gz +5d45431639e7dbb6bc6c90f025ccbc6e iniparse-0.3.0.tar.gz