rpms/python-iniparse/F-7 python-iniparse.spec,1.2,1.3

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Mon Sep 10 10:49:09 UTC 2007


Author: timlau

Update of /cvs/pkgs/rpms/python-iniparse/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8441

Modified Files:
	python-iniparse.spec 
Log Message:
Release 0.2.1-3


Index: python-iniparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/F-7/python-iniparse.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-iniparse.spec	11 Aug 2007 11:21:04 -0000	1.2
+++ python-iniparse.spec	10 Sep 2007 10:48:29 -0000	1.3
@@ -2,12 +2,13 @@
 
 Name:           python-iniparse
 Version:        0.2.1
-Release:        1%{?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
@@ -23,7 +24,7 @@
 
 %prep
 %setup -q -n iniparse-%{version}
-
+%patch0 -p0 
 
 %build
 %{__python} setup.py build
@@ -47,6 +48,9 @@
 
 
 %changelog
+
+* Mon Sep 10 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.1-3
+- Added patch from upstream svn to fix problems with out commented lines.
 * Tue Aug 7 2007 Paramjit Oberoi <param at cs.wisc.edu> - 0.2.1-1
 - Release 0.2.1
 * Fri Jul 27 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2-3




More information about the fedora-extras-commits mailing list