From 46d85ed650bee5499c7431c684ab34ffc44d3093 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 18 May 2013 16:12:47 +0200 Subject: Prepare to release 0.1.5 --- hyperkitty.spec | 6 +++--- 1 file 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 -- cgit