diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-05-18 16:12:47 +0200 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-05-18 19:35:36 +0200 |
commit | 46d85ed650bee5499c7431c684ab34ffc44d3093 (patch) | |
tree | b6e4f3955c81ece0d12047797e8c158ce2534acc | |
parent | 2b0aba327da3f1ca70879b4ab6177ba720f51236 (diff) | |
download | hyperkitty-46d85ed650bee5499c7431c684ab34ffc44d3093.tar.gz hyperkitty-46d85ed650bee5499c7431c684ab34ffc44d3093.tar.xz hyperkitty-46d85ed650bee5499c7431c684ab34ffc44d3093.zip |
Prepare to release 0.1.5
-rw-r--r-- | hyperkitty.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hyperkitty.spec b/hyperkitty.spec index 3b34b52..1126a4b 100644 --- a/hyperkitty.spec +++ b/hyperkitty.spec @@ -2,7 +2,7 @@ Name: hyperkitty Version: 0.1.5 -Release: 0.2%{?dist} +Release: 1%{?dist} Summary: A web interface to access GNU Mailman v3 archives License: GPLv3 @@ -23,7 +23,7 @@ BuildRequires: python-sphinx # Unit tests in %%check BuildRequires: kittystore BuildRequires: django-gravatar2 -BuildRequires: django-rest-framework >= 2.0.0 +BuildRequires: django-rest-framework >= 2.2.0 BuildRequires: django-social-auth >= 0.7.1 BuildRequires: django-crispy-forms BuildRequires: django-assets @@ -41,7 +41,7 @@ BuildRequires: python-django-south Requires: django-gravatar2 Requires: django-social-auth >= 0.7.1 -Requires: django-rest-framework >= 2.0.0 +Requires: django-rest-framework >= 2.2.0 Requires: mailman >= 3:3.0.0 Requires: kittystore Requires: django-crispy-forms |