diff --git a/.gitignore b/.gitignore index 4d8bf1b..06cd622 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ bodhi-0.7.14.tar.bz2 /bodhi-0.9.2.tar.bz2 /bodhi-0.9.3.tar.bz2 /bodhi-0.9.4.tar.bz2 +/bodhi-0.9.5.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 20084d4..6b593da 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.4 +Version: 0.9.5 Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet @@ -133,6 +133,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Mon May 13 2013 Luke Macken - 0.9.5-1 +- New bugfix release to work with python-bugzilla 0.8.0 + * Fri Feb 22 2013 Luke Macken - 0.9.4-1 - New bugfix release diff --git a/sources b/sources index 9ad1c4c..1c4d346 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7360202d0a0bbe877ac1723cf5580cba bodhi-0.9.4.tar.bz2 +688437fcc5fe8649001e513dbee76303 bodhi-0.9.5.tar.bz2