[python-clientform] - Update to 0.2.10 - Run the test suite

Luke Macken lmacken at fedoraproject.org
Thu Sep 30 19:45:05 UTC 2010


commit 562a923cdb24f5efea3758237070101c50de3a56
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Sep 30 15:45:04 2010 -0400

    - Update to 0.2.10
    - Run the test suite

 python-clientform.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/python-clientform.spec b/python-clientform.spec
index 76d1201..8281be5 100644
--- a/python-clientform.spec
+++ b/python-clientform.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-clientform
-Version:        0.2.7
-Release:        7%{?dist}
+Version:        0.2.10
+Release:        1%{?dist}
 Summary:        Python module for client-side HTML forms
 
 Group:          Development/Languages
@@ -40,7 +40,10 @@ rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --single-version-externally-managed -O1 \
                              --skip-build --root $RPM_BUILD_ROOT
 
- 
+%check
+%{__python} test.py
+
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -54,6 +57,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/ClientForm-%{version}-py%{pyver}.egg-info
 
 %changelog
+* Thu Sep 30 2010 Luke Macken <lmacken at redhat.com> - 0.2.10-1
+- Update to 0.2.10
+- Run the test suite
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list