From db5b7913d784973cf423096210e40d074b6aa250 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Nov 13 2012 21:34:09 +0000 Subject: 0.9.3 bugfix release --- diff --git a/.gitignore b/.gitignore index 87e980e..10d2d44 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ bodhi-0.7.14.tar.bz2 /bodhi-0.8.5-1.fc15.src.rpm /bodhi-0.8.5.tar.bz2 /bodhi-0.9.2.tar.bz2 +/bodhi-0.9.3.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 71f9f1c..6c4bebf 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,7 +2,7 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.9.2 +Version: 0.9.3 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -21,7 +21,7 @@ BuildRequires: python-TurboMail BuildRequires: python-bugzilla BuildRequires: python-fedora BuildRequires: yum koji -BuildRequires: python-tgcaptcha +BuildRequires: python-tgcaptcha2 BuildRequires: python-turboflot %description @@ -58,17 +58,19 @@ Requires: python-bugzilla Requires: python-imaging Requires: python-crypto Requires: python-turboflot -Requires: python-tgcaptcha +Requires: python-tgcaptcha2 Requires: python-decorator Requires: mod_wsgi Requires: httpd Requires: python-markdown Requires: python-kitchen Requires: python-simplemediawiki -Requires: fedmsg Requires: python-fedora Requires: python-fedora-turbogears +# 0.3.3+ for thread safety +Requires: fedmsg >= 0.3.3 + %description server Bodhi is a modular framework that facilitates the process of publishing @@ -131,6 +133,12 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Tue Nov 13 2012 Luke Macken - 0.9.3-1 +- 0.9.3 bugfix release + +* Wed Aug 08 2012 Luke Macken - 0.9.2-2 +- Require python-tgcaptcha2 + * Sat Aug 04 2012 Luke Macken - 0.9.2-1 - 0.9.2 bugfix release diff --git a/sources b/sources index 207e770..7397040 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75eff573eada8384d2cf58cbffc0e432 bodhi-0.9.2.tar.bz2 +77c984cb1f28f80a936812619b0f420d bodhi-0.9.3.tar.bz2