diff --git a/.cvsignore b/.cvsignore index 78bcfdf..ca47e3e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ iniparse-0.2.1.tar.gz +iniparse-comment.patch diff --git a/python-iniparse.spec b/python-iniparse.spec index 24d45b2..9b7e1f7 100644 --- a/python-iniparse.spec +++ b/python-iniparse.spec @@ -2,12 +2,13 @@ Name: python-iniparse Version: 0.2.1 -Release: 2%{?dist} +Release: 3%{?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) BuildRequires: python-setuptools-devel @@ -23,7 +24,7 @@ use. %prep %setup -q -n iniparse-%{version} - +%patch0 -p0 %build %{__python} setup.py build @@ -48,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 10 2007 Tim Lauridsen - 0.2.1-3 +- Added patch from upstream svn to fix problems with out commented lines. * Tue Aug 28 2007 Tim Lauridsen - 0.2.1-2 - Changed BuildRequires python-setuptools to python-setuptools-devel * Tue Aug 7 2007 Paramjit Oberoi - 0.2.1-1 diff --git a/sources b/sources index 161ac9c..9472a87 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 0d8346528f7d86be4fa713754f8e9b36 iniparse-0.2.1.tar.gz +3da7ab88e8a20be98184801d6516e16d iniparse-comment.patch