[python-tgext-admin] Update to 0.3.11 (#741578)

Luke Macken lmacken at fedoraproject.org
Thu Nov 10 16:58:28 UTC 2011


commit dfd2a106b035167b8083449aaee7995ddf8cccd1
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Nov 10 11:58:22 2011 -0500

    Update to 0.3.11 (#741578)

 .gitignore              |    1 +
 python-tgext-admin.spec |    9 ++++++---
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4379d69..b0efba9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tgext.admin-0.3.9.tar.gz
 /tgext.admin-0.3.10.tar.gz
+/tgext.admin-0.3.11.tar.gz
diff --git a/python-tgext-admin.spec b/python-tgext-admin.spec
index b3a632a..ef989b7 100644
--- a/python-tgext-admin.spec
+++ b/python-tgext-admin.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           python-tgext-admin
-Version:        0.3.10
-Release:        3%{?dist}
+Version:        0.3.11
+Release:        1%{?dist}
 Summary:        Admin Controller add-on for basic TG identity model
 
 Group:          Development/Languages
@@ -33,7 +33,7 @@ Admin Controller add-on for basic TG identity model.
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install --skip-build --root %{buildroot}
-%{__rm} -r %{buildroot}/%{python_sitelib}/tgext/admin/test
+%{__rm} -r %{buildroot}/%{python_sitelib}/tests
 
 
 # Waiting for chameleon.genshi to be packaged
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Nov 10 2011 Luke Macken <lmacken at redhat.com> - 0.3.11-1
+- Update to 0.3.11 (#741578)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.10-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index fa15ced..ccdf619 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-955b51bf3234a7416797cd6173e30996  tgext.admin-0.3.10.tar.gz
+324336241ad119168f1a0b2a6c736666  tgext.admin-0.3.11.tar.gz


More information about the scm-commits mailing list