rpms/python-clientform/devel .cvsignore, 1.3, 1.4 python-clientform.spec, 1.10, 1.11 sources, 1.3, 1.4

Luke Macken (lmacken) fedora-extras-commits at redhat.com
Sun Dec 10 03:43:45 UTC 2006


Author: lmacken

Update of /cvs/extras/rpms/python-clientform/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9510

Modified Files:
	.cvsignore python-clientform.spec sources 
Log Message:
0.2.5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	11 May 2006 14:06:32 -0000	1.3
+++ .cvsignore	10 Dec 2006 03:43:15 -0000	1.4
@@ -1 +1 @@
-ClientForm-0.2.2.tar.gz
+ClientForm-0.2.5.tar.gz


Index: python-clientform.spec
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/python-clientform.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-clientform.spec	3 Sep 2006 21:05:42 -0000	1.10
+++ python-clientform.spec	10 Dec 2006 03:43:15 -0000	1.11
@@ -1,8 +1,9 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-clientform
-Version:        0.2.2
-Release:        6%{?dist}
+Version:        0.2.5
+Release:        1%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
@@ -44,9 +45,12 @@
 %{python_sitelib}/ClientForm.py
 %{python_sitelib}/ClientForm.pyc
 %{python_sitelib}/ClientForm.pyo
-%{python_sitelib}/ClientForm-%{version}-py2.4.egg-info
+%{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Sat Dec  9 2006 Luke Macken <lmacken at redhat.com> 0.2.5-1
+- 0.2.5
+
 * Sun Sep  3 2006 Luke Macken <lmacken at redhat.com> 0.2.2-6
 - Rebuild for FC6
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-clientform/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	11 May 2006 14:06:32 -0000	1.3
+++ sources	10 Dec 2006 03:43:15 -0000	1.4
@@ -1 +1 @@
-2aaff3f85450120b0d3875a221b3cc6e  ClientForm-0.2.2.tar.gz
+3428e5047d657f303aaca6e228fb905e  ClientForm-0.2.5.tar.gz




More information about the scm-commits mailing list