Release 0.2.1-3

This commit is contained in:
Tim Lauridsen 2007-09-10 10:38:07 +00:00
parent 7decabdb03
commit ddc9e82b1b
3 changed files with 7 additions and 2 deletions

View File

@ -1 +1,2 @@
iniparse-0.2.1.tar.gz iniparse-0.2.1.tar.gz
iniparse-comment.patch

View File

@ -2,12 +2,13 @@
Name: python-iniparse Name: python-iniparse
Version: 0.2.1 Version: 0.2.1
Release: 2%{?dist} Release: 3%{?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
URL: http://code.google.com/p/iniparse/ URL: http://code.google.com/p/iniparse/
Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz Source0: http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
Patch0: iniparse-comment.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-setuptools-devel BuildRequires: python-setuptools-devel
@ -23,7 +24,7 @@ use.
%prep %prep
%setup -q -n iniparse-%{version} %setup -q -n iniparse-%{version}
%patch0 -p0
%build %build
%{__python} setup.py build %{__python} setup.py build
@ -48,6 +49,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Mon Sep 10 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-3
- Added patch from upstream svn to fix problems with out commented lines.
* Tue Aug 28 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-2 * Tue Aug 28 2007 Tim Lauridsen <timlau@fedoraproject.org> - 0.2.1-2
- Changed BuildRequires python-setuptools to python-setuptools-devel - Changed BuildRequires python-setuptools to python-setuptools-devel
* Tue Aug 7 2007 Paramjit Oberoi <param@cs.wisc.edu> - 0.2.1-1 * Tue Aug 7 2007 Paramjit Oberoi <param@cs.wisc.edu> - 0.2.1-1

View File

@ -1 +1,2 @@
0d8346528f7d86be4fa713754f8e9b36 iniparse-0.2.1.tar.gz 0d8346528f7d86be4fa713754f8e9b36 iniparse-0.2.1.tar.gz
3da7ab88e8a20be98184801d6516e16d iniparse-comment.patch