[askbot] new upstream release change upstream url add the new readme file to doc upstream dropped empty versi

Rahul Sundaram sundaram at fedoraproject.org
Mon Aug 8 11:19:00 UTC 2011


commit 4c98792ce8d93ae0dc38831d67342373c85f0af5
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Mon Aug 8 16:43:33 2011 +0530

    new upstream release
    change upstream url
    add the new readme file to doc
    upstream dropped empty version.py file

 .gitignore  |    1 +
 askbot.spec |   13 +++++++++----
 sources     |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 23fc5d2..8514b97 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /askbot-0.7.12.tar.gz
 /askbot-0.7.14.tar.gz
+/askbot-0.7.15.tar.gz
diff --git a/askbot.spec b/askbot.spec
index 772a375..8b2e28c 100644
--- a/askbot.spec
+++ b/askbot.spec
@@ -1,10 +1,10 @@
 Name:           askbot
-Version:        0.7.14
+Version:        0.7.15
 Release:        1%{?dist}
 Summary:        Question and Answer forum
 Group:          Development/Languages
 License:        GPLv3+
-URL:            http://pypi.python.org/pypi/%{name}
+URL:            http://askbot.org
 Source0:        http://pypi.python.org/packages/source/a/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-setuptools python-devel gettext
@@ -38,7 +38,6 @@ Features:
 %setup -q 
 
 # remove empty files
-rm -rf %{name}/version.py
 rm -rf %{name}/doc/build/html/.buildinfo
 
 # remove shebang
@@ -57,7 +56,7 @@ sed -i -e '1d' %{name}/setup_templates/manage.py
 
 
 %files -f %{name}.lang 
-%doc PKG-INFO LICENSE COPYING AUTHORS 
+%doc PKG-INFO LICENSE COPYING AUTHORS README.rst
 %{_bindir}/askbot-setup
 %dir %{python_sitelib}/%{name}/
 %dir %{python_sitelib}/%{name}/locale/
@@ -96,6 +95,12 @@ sed -i -e '1d' %{name}/setup_templates/manage.py
 %{python_sitelib}/askbot*.egg-info
 
 %changelog
+* Thu Aug 07 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.15-1
+- new upstream release
+- change upstream url
+- add the new readme file to doc
+- upstream dropped empty version.py file
+
 * Thu Aug 03 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.7.14-1
 - new upstream release.  
 - upstream has renamed startforum to askbot-setup
diff --git a/sources b/sources
index dcf9e23..2f2b90a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6919145e11f0f38bb443a79ebf57f379  askbot-0.7.14.tar.gz
+0228b5693cef8399baf5ae0649014b00  askbot-0.7.15.tar.gz


More information about the scm-commits mailing list