rpms/python-configobj/F-9 .cvsignore, 1.4, 1.5 python-configobj.spec, 1.9, 1.10 sources, 1.4, 1.5

Luke Macken lmacken at fedoraproject.org
Mon Feb 9 17:43:08 UTC 2009


Author: lmacken

Update of /cvs/pkgs/rpms/python-configobj/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13892

Modified Files:
	.cvsignore python-configobj.spec sources 
Log Message:
Update to 4.5.3 bugfix release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/F-9/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	29 Feb 2008 04:53:17 -0000	1.4
+++ .cvsignore	9 Feb 2009 17:42:38 -0000	1.5
@@ -1 +1 @@
-configobj-4.5.2.zip
+configobj-4.5.3.zip


Index: python-configobj.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/F-9/python-configobj.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- python-configobj.spec	29 Feb 2008 05:15:31 -0000	1.9
+++ python-configobj.spec	9 Feb 2009 17:42:38 -0000	1.10
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-configobj
-Version:        4.5.2
-Release:        1%{?dist}
+Version:        4.5.3
+Release:        4%{?dist}
 Summary:        Config file reading, writing, and validation
 
 Group:          System Environment/Libraries
@@ -58,9 +58,23 @@
 %{python_sitelib}/*.py
 %{python_sitelib}/*.pyc
 %{python_sitelib}/*.pyo
-%{python_sitelib}/configobj-%{version}-py%{pyver}.egg-info
+%if 0%{?fedora} >= 9
+%{python_sitelib}/*.egg-info
+%endif
 
 %changelog
+* Mon Feb 09 2009 Luke Macken <lmacken at redhat.com> - 4.5.3-4
+- Conditionally include the egg-info, when available (#478417)
+
+* Mon Dec 1 2008 Toshio Kuratomi <toshio at fedoraproject.org> - 4.5.3-3
+- Upload Source file so this actually builds.
+
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 4.5.3-2
+- Rebuild for Python 2.6
+
+* Sat Jun 28 2008 Luke Macken <lmacken at redhat.com> - 4.5.3-1
+- Update to 4.5.3
+
 * Thu Feb 28 2008 Luke Macken <lmacken at redhat.com> - 4.5.2-1
 - Update to 4.5.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-configobj/F-9/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	29 Feb 2008 04:53:17 -0000	1.4
+++ sources	9 Feb 2009 17:42:38 -0000	1.5
@@ -1 +1 @@
-b84e6ce4f8ef5fa1c466cc3561099a66  configobj-4.5.2.zip
+abd4eec2ff08bea466018bccdcf91aab  configobj-4.5.3.zip




More information about the scm-commits mailing list