diff --git a/.cvsignore b/.cvsignore index ca47e3e..6a131a1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -iniparse-0.2.1.tar.gz -iniparse-comment.patch +iniparse-0.2.2.tar.gz diff --git a/python-iniparse.spec b/python-iniparse.spec index 23dc45e..216ae6d 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -1,14 +1,13 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-iniparse -Version: 0.2.1 -Release: 4%{?dist} +Version: 0.2.2 +Release: 1%{?dist} Summary: Python Module for Accessing and Modifying Configuration Data in INI files Group: Development/Libraries License: MIT URL: http://code.google.com/p/iniparse/ Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz -Patch0: iniparse-comment.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if 0%{?fedora} >= 8 @@ -28,7 +27,6 @@ use. %prep %setup -q -n iniparse-%{version} -%patch0 -p0 %build %{__python} setup.py build @@ -53,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Sep 25 2007 Tim Lauridsen - 0.2.2-1 +- Updated to release 0.2.2 +- removed patch to to fix problems with out commented lines, included in upstream source * Wed Sep 12 2007 Tim Lauridsen - 0.2.1-4 - Added some logic to get the right python-setuptools buildrequeres - based on the fedora version, to make the same spec file useful in diff --git a/sources b/sources index 9472a87..60ac204 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -0d8346528f7d86be4fa713754f8e9b36 iniparse-0.2.1.tar.gz -3da7ab88e8a20be98184801d6516e16d iniparse-comment.patch +5fbd507ab70f20461dd874716ca65604 iniparse-0.2.2.tar.gz