diff --git a/.gitignore b/.gitignore index 7b10398..5227815 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ bodhi-0.7.10.tar.bz2 bodhi-0.7.11.tar.bz2 /bodhi-0.7.12.tar.bz2 bodhi-0.7.13.tar.bz2 +bodhi-0.7.14.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index e0c5da9..304e404 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.13 +Version: 0.7.14 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 +* Fri Mar 11 2011 Luke Macken - 0.7.14-1 +- Update to 0.7.14 + * Fri Mar 04 2011 Luke Macken - 0.7.13-1 - Update to 0.7.13 diff --git a/sources b/sources index d3bbced..abac532 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56d113099a0288d5a1cbd219abafb2de bodhi-0.7.13.tar.bz2 +d440f48c61fd2de46c851eec26bf8474 bodhi-0.7.14.tar.bz2