diff --git a/.cvsignore b/.cvsignore index d662c6a..7959e80 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -iniparse-0.3.1.tar.gz +iniparse-0.4.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index 700e873..f3262a8 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.3.1 -Release: 2%{?dist} +Version: 0.4 +Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT @@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Nov 7 2009 Tim Lauridsen - 0.4-1 +- Release 0.4 + * Sat Nov 7 2009 Tim Lauridsen - 0.3.1-2 - removed patch diff --git a/sources b/sources index 6561eab..7bfe791 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94adcf1cf01e2a537491a18f2e9b7a7a iniparse-0.3.1.tar.gz +5e573e9e9733d97623881ce9bbe5eca6 iniparse-0.4.tar.gz