rpms/python-iniparse/EL-5 python-iniparse.spec, 1.7, 1.8 sources, 1.6, 1.7

Tim Lauridsen timlau at fedoraproject.org
Sun Dec 7 07:09:23 UTC 2008


Author: timlau

Update of /cvs/pkgs/rpms/python-iniparse/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9582

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


Index: python-iniparse.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/EL-5/python-iniparse.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- python-iniparse.spec	11 Dec 2007 13:45:29 -0000	1.7
+++ python-iniparse.spec	7 Dec 2008 07:08:52 -0000	1.8
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-iniparse
-Version:        0.2.3
-Release:        3%{?dist}
+Version:        0.2.4
+Release:        1%{?dist}
 Summary:        Python Module for Accessing and Modifying Configuration Data in INI files
 Group:          Development/Libraries
 License:        MIT
@@ -44,13 +44,23 @@
 
 %files
 %defattr(-,root,root,-)
-%doc  %{_docdir}/python-iniparse-%{version}/*
+%dir %{_docdir}/python-iniparse-%{version} 
+%doc %{_docdir}/python-iniparse-%{version}/*
 %{python_sitelib}/*
 
 
 
 %changelog
-
+* Sun Dec 7 2008 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.4-1
+- Release 0.2.4:
+-   Updated to work with Python-2.6 (Python-2.4 and 2.5 are still supported)
+-   Support for files opened in unicode mode
+-   Fixed Python-3.0 compatibility warnings
+-   Minor API cleanup 
+* Fri Nov 28 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.2.3-5
+- Rebuild for Python 2.6
+* Tue Jan 8 2008 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.3-4
+- own the %%{_docdir}/python-iniparse-%{version} directory
 * Tue Dec 11 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.3-3
 - handle egg-info too
 * Tue Dec 11 2007 Tim Lauridsen <timlau at fedoraproject.org> - 0.2.3-2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-iniparse/EL-5/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	11 Dec 2007 10:49:34 -0000	1.6
+++ sources	7 Dec 2008 07:08:52 -0000	1.7
@@ -1 +1 @@
-194a04cc93fe123f244ca33e7724bdf6  iniparse-0.2.3.tar.gz
+b5fb5f760f3d447fc3ed575ce1f7d312  iniparse-0.2.4.tar.gz




More information about the fedora-extras-commits mailing list