[python-tgext-crud] Update to 0.6.0 (#953804)

Luke Macken lmacken at fedoraproject.org
Thu Apr 25 04:59:59 UTC 2013


commit 6de256c642cbe763a398b7d2792f0665615298f4
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Apr 25 00:59:52 2013 -0400

    Update to 0.6.0 (#953804)

 .gitignore             |    1 +
 python-tgext-crud.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c82108..fbda40e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tgext.crud-0.3.3.tar.gz
 /tgext.crud-0.3.8.tar.gz
 /tgext.crud-0.3.11.tar.gz
 /tgext.crud-0.5.8.tar.gz
+/tgext.crud-0.6.0.tar.gz
diff --git a/python-tgext-crud.spec b/python-tgext-crud.spec
index a81e790..0d5d4b5 100644
--- a/python-tgext-crud.spec
+++ b/python-tgext-crud.spec
@@ -1,7 +1,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-tgext-crud
-Version:        0.5.8
+Version:        0.6.0
 Release:        1%{?dist}
 Summary:        Crud Controller Extension for TG2
 
@@ -14,7 +14,7 @@ BuildArch:      noarch
 
 BuildRequires:  python-setuptools-devel python-devel
 
-Requires:       python-sprox > 0.7
+Requires:       python-sprox >= 0.8.3
 
 
 %description
@@ -40,6 +40,9 @@ Crud Controller Extension for TG2
 
 
 %changelog
+* Thu Apr 25 2013 Luke Macken <lmacken at redhat.com> - 0.6.0-1
+- Update to 0.6.0 (#953804)
+
 * Tue Apr  9 2013 Luke Macken <lmacken at redhat.com> - 0.5.8-1
 - Update to 0.5.8 (#741579)
 
diff --git a/sources b/sources
index b78cc32..5a995cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2edb95470a16439cc27cfe568d6203db  tgext.crud-0.5.8.tar.gz
+13a6cd71393803a0ab585418d93e7346  tgext.crud-0.6.0.tar.gz


More information about the scm-commits mailing list