diff --git a/python-iniparse.spec b/python-iniparse.spec index 0199ae8..ca156c2 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -1,7 +1,7 @@ %{!?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 +Version: 0.3.0 Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries @@ -51,6 +51,15 @@ 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 + * 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) 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