From b4e07074874a7ac1a17262e53c672171e2809f2b Mon Sep 17 00:00:00 2001 From: Tim Lauridsen Date: Dec 11 2007 10:44:56 +0000 Subject: Release 0.2.3 --- diff --git a/.cvsignore b/.cvsignore index 6a131a1..784a129 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniparse-0.2.2.tar.gz +iniparse-0.2.3.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index b800669..4830c21 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.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 - 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 - 0.2.2-2 - Added upstream patch to fix problems with empty ini files. * Tue Sep 25 2007 Tim Lauridsen - 0.2.2-1 diff --git a/sources b/sources index cc8a55a..3f15909 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -5fbd507ab70f20461dd874716ca65604 iniparse-0.2.2.tar.gz -10c30fd8dc2e4252c295ce3099c4b1bf ip-empty-file.patch +194a04cc93fe123f244ca33e7724bdf6 iniparse-0.2.3.tar.gz