diff --git a/.gitignore b/.gitignore index 5efd8a9..57c9322 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ bodhi-0.7.7.tar.bz2 /bodhi-0.7.8.tar.bz2 bodhi-0.7.9.tar.bz2 bodhi-0.7.10.tar.bz2 +bodhi-0.7.11.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 19029f2..0834a73 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.7.10 -Release: 2%{?dist} +Version: 0.7.11 +Release: 1%{?dist} Summary: A modular framework that facilitates publishing software updates Group: Applications/Internet License: GPLv2+ @@ -121,6 +121,9 @@ rm -rf bodhi/tests bodhi/tools/test-bodhi.py %changelog +* Thu Feb 24 2011 Luke Macken - 0.7.11-1 +- Update to 0.7.11 + * Mon Feb 07 2011 Fedora Release Engineering - 0.7.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 323a43b..ac5bf7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b12b5a401ac1551667bcbe25d8ee069a bodhi-0.7.10.tar.bz2 +1b5fccd1192470b7ddc45cd53f6ab4ef bodhi-0.7.11.tar.bz2