[python-tgext-crud] Update to 0.3.8

Luke Macken lmacken at fedoraproject.org
Tue Sep 7 15:31:16 UTC 2010


commit 6977e843d0f81f34c40f287be09b33feaee221e0
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Sep 7 11:31:00 2010 -0400

    Update to 0.3.8

 .gitignore             |    1 +
 python-tgext-crud.spec |   12 ++++++++----
 sources                |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4c49a97..e28357c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 tgext.crud-0.3.3.tar.gz
+/tgext.crud-0.3.8.tar.gz
diff --git a/python-tgext-crud.spec b/python-tgext-crud.spec
index 23e910c..70cc1ae 100644
--- a/python-tgext-crud.spec
+++ b/python-tgext-crud.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-tgext-crud
-Version:        0.3.3
-Release:        2%{?dist}
+Version:        0.3.8
+Release:        1%{?dist}
 Summary:        Crud Controller Extension for TG2
 
 Group:          Development/Languages
@@ -15,8 +15,8 @@ BuildArch:      noarch
 
 BuildRequires:  python-setuptools-devel python-devel
 
-Requires:       python-sprox >= 0.5.4.1
-Requires:       python-tw-forms >= 0.9
+Requires:       python-sprox >= 0.6.6
+Requires:       python-tw-forms >= 0.9.8
 
 
 %description
@@ -46,6 +46,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Sep 07 2010 Luke Macken <lmacken at redhat.com> - 0.3.8-1
+- Update to 0.3.8
+- Update our sprox & tw.forms requirements
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 6816310..3501529 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3bc65a8b37a03fa8c6f5415b36cfc1a  tgext.crud-0.3.3.tar.gz
+a68297d977a7d9ba65a5cc62e65bfdc5  tgext.crud-0.3.8.tar.gz


More information about the scm-commits mailing list