From e472f57e02042ef042fca243329ba4e7873dd59d Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Jan 10 2011 19:14:35 +0000 Subject: 0.7.10 release --- diff --git a/.gitignore b/.gitignore index 815c486..5efd8a9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ bodhi-0.7.5.tar.bz2 bodhi-0.7.7.tar.bz2 /bodhi-0.7.8.tar.bz2 bodhi-0.7.9.tar.bz2 +bodhi-0.7.10.tar.bz2 diff --git a/bodhi.spec b/bodhi.spec index 3ac0706..bab3866 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.9 +Version: 0.7.10 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 +* Mon Jan 10 2011 Luke Macken - 0.7.10-1 +- 0.7.10 release + * Mon Sep 20 2010 Luke Macken - 0.7.9-1 - 0.7.9 release diff --git a/sources b/sources index 63f9a53..323a43b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ed96e528f42f1df80b1495f07abb433 bodhi-0.7.9.tar.bz2 +b12b5a401ac1551667bcbe25d8ee069a bodhi-0.7.10.tar.bz2