Release 0.3.1-2 - remove patch line :(

This commit is contained in:
Tim Lauridsen 2009-11-07 10:47:19 +00:00
parent 29eb7e3dca
commit 57f8c874af

View File

@ -2,7 +2,7 @@
Name: python-iniparse Name: python-iniparse
Version: 0.3.1 Version: 0.3.1
Release: 1%{?dist} Release: 2%{?dist}
Summary: Python Module for Accessing and Modifying Configuration Data in INI files Summary: Python Module for Accessing and Modifying Configuration Data in INI files
Group: Development/Libraries Group: Development/Libraries
License: MIT License: MIT
@ -28,7 +28,6 @@ use.
%prep %prep
%setup -q -n iniparse-%{version} %setup -q -n iniparse-%{version}
%patch0
%build %build
%{__python} setup.py build %{__python} setup.py build
@ -53,6 +52,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.1-2
- removed patch
* Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.1-1 * Sat Nov 7 2009 Tim Lauridsen <timlau@fedoraproject.org> - 0.3.1-1
- Release 0.3.1 - Release 0.3.1
- Fix empty-line handling bugs introduced in 0.3.0 - Fix empty-line handling bugs introduced in 0.3.0