diff --git a/.gitignore b/.gitignore index 115edc6..39aa3eb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /python-novaclient-2012.2~f1.tar.gz /python-novaclient-2.8.0.26.tar.gz /python-novaclient-2.9.0.tar.gz +/python-novaclient-2.10.0.tar.gz diff --git a/python-novaclient.spec b/python-novaclient.spec index a63c063..5a555d0 100644 --- a/python-novaclient.spec +++ b/python-novaclient.spec @@ -1,6 +1,6 @@ Name: python-novaclient Epoch: 1 -Version: 2.9.0 +Version: 2.10.0 Release: 1%{?dist} Summary: Python API and CLI for OpenStack Nova @@ -70,6 +70,9 @@ rm -fr html/.doctrees html/.buildinfo %doc html %changelog +* Mon Dec 03 2012 Alan Pevec 2.10.0-1 +- Update to latest upstream release + * Thu Sep 27 2012 Pádraig Brady 1:2.9.0-1 - Update to latest upstream release (aligned with Folsom) diff --git a/sources b/sources index 42f1ef0..77669bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d6caeb963c7c24ac26bce1a429a94ff python-novaclient-2.9.0.tar.gz +a4203017c2e3aace9cb7bfd59658161f python-novaclient-2.10.0.tar.gz