diff --git a/.gitignore b/.gitignore index 10d2d44..4d8bf1b 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ bodhi-0.7.14.tar.bz2 /bodhi-0.8.5.tar.bz2 /bodhi-0.9.2.tar.bz2 /bodhi-0.9.3.tar.bz2 +/bodhi-0.9.4.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index fa9f858..20084d4 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.3 -Release: 2%{?dist} +Version: 0.9.4 +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 +* Fri Feb 22 2013 Luke Macken - 0.9.4-1 +- New bugfix release + * Wed Feb 13 2013 Fedora Release Engineering - 0.9.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 7397040..9ad1c4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77c984cb1f28f80a936812619b0f420d bodhi-0.9.3.tar.bz2 +7360202d0a0bbe877ac1723cf5580cba bodhi-0.9.4.tar.bz2