[askbot] new upstream release * fixes issue with referencing username with capitalization differences * allow

Rahul Sundaram sundaram at fedoraproject.org
Thu Aug 11 08:16:11 UTC 2011


commit 17ad407c458fa66b4091787ad7343309687c6759
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Aug 11 13:44:24 2011 +0530

    new upstream release
    * fixes issue with referencing username with capitalization differences
    * allow admins to add others as admins
    requires django-celery 2.2.7

 .gitignore  |    1 +
 askbot.spec |   11 +++++++++--
 sources     |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8514b97..62e0793 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /askbot-0.7.12.tar.gz
 /askbot-0.7.14.tar.gz
 /askbot-0.7.15.tar.gz
+/askbot-0.7.17.tar.gz
diff --git a/askbot.spec b/askbot.spec
index 8b2e28c..5fb63ee 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,5 +1,5 @@
 Name:           askbot
-Version:        0.7.15
+Version:        0.7.17
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Development/Languages
@@ -10,7 +10,7 @@ BuildArch:      noarch
 BuildRequires:  python-setuptools python-devel gettext
 
 Requires:       Django Django-south  
-Requires:       django-keyedcache django-robots django-countries django-celery
+Requires:       django-keyedcache django-robots django-countries 
 Requires:       django-kombu django-threaded-multihost 
 Requires:       python-html5lib python-oauth2 python-coffin python-markdown2  
 Requires:       python-recaptcha-client MySQL-python python-openid python-amqplib
@@ -20,6 +20,7 @@ Requires:       django-recaptcha-works django-picklefield
 Requires:       django-followit django-avatar
 # for building the doc
 Requires:       python-sphinx
+Requires:       django-celery = 2.2.7
 
 %description
 Question and Answer forum written in python and Django. It is similar to 
@@ -95,6 +96,12 @@ sed -i -e '1d' %{name}/setup_templates/manage.py
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Thu Aug 11 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.17-1
+- new upstream release
+  * fixes issue with referencing username with capitalization differences
+  * allow admins to add others as admins 
+- requires django-celery 2.2.7
+
 * Thu Aug 07 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.15-1
 - new upstream release
 - change upstream url
diff --git a/sources b/sources
index 2f2b90a..e767f55 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0228b5693cef8399baf5ae0649014b00  askbot-0.7.15.tar.gz
+ec68fe2d0e20f52f75efec53b66a9b8a  askbot-0.7.17.tar.gz


More information about the scm-commits mailing list