diff --git a/.gitignore b/.gitignore index 5227815..32ec616 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ bodhi-0.7.11.tar.bz2 /bodhi-0.7.12.tar.bz2 bodhi-0.7.13.tar.bz2 bodhi-0.7.14.tar.bz2 +/bodhi-0.7.15.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 304e404..a34d66a 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.7.14 +Version: 0.7.15 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -121,6 +121,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Thu Mar 24 2011 Luke Macken - 0.7.15-1 +- Update to 0.7.15 + * Fri Mar 11 2011 Luke Macken - 0.7.14-1 - Update to 0.7.14 diff --git a/sources b/sources index abac532..1bc7f2d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d440f48c61fd2de46c851eec26bf8474 bodhi-0.7.14.tar.bz2 +8ae7a6735a6dc9fdf46bfb192dca79d8 bodhi-0.7.15.tar.bz2