diff --git a/.gitignore b/.gitignore index 06cd622..66e588f 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ bodhi-0.7.14.tar.bz2 /bodhi-0.9.3.tar.bz2 /bodhi-0.9.4.tar.bz2 /bodhi-0.9.5.tar.bz2 +/bodhi-0.9.7.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 2b87c18..70beafd 100644 --- a/bodhi.spec +++ b/bodhi.spec @@ -2,8 +2,8 @@ %{!?pyver: %global pyver %(%{__python} -c "import sys ; print sys.version[:3]")} Name: bodhi -Version: 0.9.5 -Release: 3%{?dist} +Version: 0.9.7 +Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -133,6 +133,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Tue Sep 10 2013 Luke Macken - 0.9.7-1 +- Update to 0.9.7 + * Sat Aug 03 2013 Fedora Release Engineering - 0.9.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 8f4386a..2d5873a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8c8ff55da39221eb806362a84fa71764 bodhi-0.9.5.tar.bz2 +64777128cf218c7a7b37e5b07137aef1 bodhi-0.9.7.tar.bz2