rpms/python-iniparse/EL-5 python-iniparse.spec, 1.3, 1.4 sources, 1.4, 1.5

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Mon Nov 19 10:28:26 UTC 2007


Author: timlau

Update of /cvs/pkgs/rpms/python-iniparse/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31199

Modified Files:
	python-iniparse.spec sources 
Log Message:
Release 0.2.2-2


Index: python-iniparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/EL-5/python-iniparse.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-iniparse.spec	25 Sep 2007 06:42:38 -0000	1.3
+++ python-iniparse.spec	19 Nov 2007 10:27:52 -0000	1.4
@@ -2,12 +2,13 @@
 
 Name:           python-iniparse
 Version:        0.2.2
-Release:        1%{?dist}
+Release:        2%{?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:         ip-empty-file.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %if 0%{?fedora} >= 8
@@ -27,6 +28,7 @@
 
 %prep
 %setup -q -n iniparse-%{version}
+%patch0 -p0 
 
 %build
 %{__python} setup.py build
@@ -51,6 +53,8 @@
 
 %changelog
 
+* Mon Nov 19 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.2-2
+- Added upstream patch to fix problems with empty ini files.
 * Tue Sep 25 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.2-1
 - Updated to release 0.2.2
 - removed patch to to fix problems with out commented lines, included in upstream source


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	25 Sep 2007 06:42:38 -0000	1.4
+++ sources	19 Nov 2007 10:27:52 -0000	1.5
@@ -1 +1,2 @@
 5fbd507ab70f20461dd874716ca65604  iniparse-0.2.2.tar.gz
+10c30fd8dc2e4252c295ce3099c4b1bf  ip-empty-file.patch




More information about the fedora-extras-commits mailing list