From cc6f621b636e86587592ce791fba898812ab652d Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sep 11 2008 03:30:30 +0000 Subject: 0.5.3 upstream release --- diff --git a/.cvsignore b/.cvsignore index e86d015..6c92dca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bodhi-0.5.2.tar.bz2 +bodhi-0.5.3.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 9c7f850..6abd72e 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,7 +2,7 @@ %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.5.2 +Version: 0.5.3 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -13,9 +13,12 @@ Source0: bodhi-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: python-setuptools BuildRequires: python-setuptools-devel BuildRequires: python-devel -BuildRequires: TurboGears + +BuildRequires: TurboGears python-bugzilla +BuildRequires: python-fedora python-TurboMail TurboGears yum koji %description Bodhi is a web application that facilitates the process of publishing @@ -108,6 +111,14 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Wed Sep 10 2008 Luke Macken - 0.5.3-1 +- Latest upstream release + +* Wed Sep 03 2008 Luke Macken - 0.5.2-2 +- Add the masher deps to BuildRequires, since it now resides + on the turbogears.extensions entry point and will be + imported by pkg_resources at build time. + * Wed Sep 03 2008 Luke Macken - 0.5.2-1 - Latest upstream bugfix release diff --git a/sources b/sources index 32d4ea5..49a2789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3406f588f7f414bfa82a332456f0afbc bodhi-0.5.2.tar.bz2 +610f428a6bf3c792c2213648d1456a28 bodhi-0.5.3.tar.bz2