rpms/python-iniparse/FC-6 python-iniparse.spec, 1.2, 1.3 sources, 1.3, 1.4

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


Author: timlau

Update of /cvs/pkgs/rpms/python-iniparse/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8093

Modified Files:
	python-iniparse.spec sources 
Log Message:
Updated to release 0.2.2-1


Index: python-iniparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/FC-6/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:43:22 -0000	1.2
+++ python-iniparse.spec	25 Sep 2007 06:41:02 -0000	1.3
@@ -1,7 +1,7 @@
 %{!?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
+Version:        0.2.2
 Release:        1%{?dist}
 Summary:        Python Module for Accessing and Modifying Configuration Data in INI files
 Group:          Development/Libraries
@@ -10,7 +10,11 @@
 Source0:        http://iniparse.googlecode.com/files/iniparse-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+%if 0%{?fedora} >= 8
+BuildRequires: python-setuptools-devel
+%else
 BuildRequires: python-setuptools
+%endif
 
 BuildArch: noarch
 
@@ -24,7 +28,6 @@
 %prep
 %setup -q -n iniparse-%{version}
 
-
 %build
 %{__python} setup.py build
 
@@ -47,6 +50,18 @@
 
 
 %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
+- all fedora releases.
+* 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 28 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.1-2
+- Changed BuildRequires python-setuptools to python-setuptools-devel
 * 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


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 Aug 2007 11:43:22 -0000	1.3
+++ sources	25 Sep 2007 06:41:02 -0000	1.4
@@ -1 +1 @@
-0d8346528f7d86be4fa713754f8e9b36  iniparse-0.2.1.tar.gz
+5fbd507ab70f20461dd874716ca65604  iniparse-0.2.2.tar.gz




More information about the fedora-extras-commits mailing list