[askbot] update to 0.7.34 * Returned support of Django 1.2 (Evgeny)

Rahul Sundaram sundaram at fedoraproject.org
Sun Dec 11 20:06:22 UTC 2011


commit badfeed9f8188799015f28efd0f2121a7946fe18
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Dec 12 01:35:53 2011 +0530

    update to 0.7.34
    * Returned support of Django 1.2 (Evgeny)

 .gitignore  |    1 +
 askbot.spec |    9 +++++++--
 sources     |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2034020..f38f116 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /askbot-0.7.27.tar.gz
 /askbot-0.7.29.tar.gz
 /askbot-0.7.32.tar.gz
+/askbot-0.7.34.tar.gz
diff --git a/askbot.spec b/askbot.spec
index 29efd15..718066a 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,5 +1,5 @@
 Name:           askbot
-Version:        0.7.33
+Version:        0.7.34
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Applications/Publishing
@@ -121,6 +121,7 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/%{name}/const/
 %{python_sitelib}/%{name}/cron
 %{python_sitelib}/%{name}/deployment/
+%{python_sitelib}/%{name}/shims/
 %{python_sitelib}/%{name}/skins/
 %{python_sitelib}/%{name}/templatetags/
 %{python_sitelib}/%{name}/tests/
@@ -148,6 +149,10 @@ install -p -m 644 %{SOURCE4} .
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Sun Dec 11 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.34-1
+- update to 0.7.34
+  * Returned support of Django 1.2 (Evgeny)
+
 * Thu Dec 08 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.33-1
 - update to 0.7.33
   * Made on log in redirect to the forum index page by default
@@ -155,7 +160,7 @@ install -p -m 644 %{SOURCE4} .
     it is still possible to override the ``next`` url parameter
     or just rely on django's ``LOGIN_REDIRECT_URL`` (Evgeny)
   * Implemented retraction of offensive flags (Dejan Noveski)
-  * Made automatic dependency checking more complete (Evgeny
+  * Made automatic dependency checking more complete (Evgeny)
 
 * Wed Nov 30 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.32-1
 - update to 0.7.32
diff --git a/sources b/sources
index 4a19cbb..54b33d0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-34adccc3c5f736a4bb6f5012fb1ee662  askbot-0.7.33.tar.gz
+e9cf9e3139627cf71f41b13dc94235b5  askbot-0.7.34.tar.gz


More information about the scm-commits mailing list