rpms/python-iniparse/F-7 python-iniparse.spec, 1.4, 1.5 sources, 1.4, 1.5

Tim Lauridsen (timlau) fedora-extras-commits at redhat.com
Tue Sep 25 06:37:26 UTC 2007


Author: timlau

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

Modified Files:
	python-iniparse.spec sources 
Log Message:
updated to released 0.2.2


Index: python-iniparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/F-7/python-iniparse.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-iniparse.spec	12 Sep 2007 09:50:34 -0000	1.4
+++ python-iniparse.spec	25 Sep 2007 06:36:51 -0000	1.5
@@ -1,14 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-iniparse
-Version:        0.2.1
-Release:        4%{?dist}
+Version:        0.2.2
+Release:        1%{?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)
 
 %if 0%{?fedora} >= 8
@@ -28,7 +27,6 @@
 
 %prep
 %setup -q -n iniparse-%{version}
-%patch0 -p0 
 
 %build
 %{__python} setup.py build
@@ -53,6 +51,9 @@
 
 %changelog
 
+* 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
 * Wed Sep 12 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.1-4
 - Added some logic to get the right python-setuptools buildrequeres
 - based on the fedora version, to make the same spec file useful in


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	10 Sep 2007 10:54:41 -0000	1.4
+++ sources	25 Sep 2007 06:36:51 -0000	1.5
@@ -1,2 +1 @@
-0d8346528f7d86be4fa713754f8e9b36  iniparse-0.2.1.tar.gz
-3da7ab88e8a20be98184801d6516e16d  iniparse-comment.patch
+5fbd507ab70f20461dd874716ca65604  iniparse-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list