diff --git a/.gitignore b/.gitignore index 55cb12e..7bf81db 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /apache-libcloud-0.13.0.tar.bz2 /apache-libcloud-0.13.2.tar.bz2 /apache-libcloud-0.13.3.tar.bz2 +/apache-libcloud-0.14.0.tar.bz2 diff --git a/python-libcloud.spec b/python-libcloud.spec index 8c55463..c6deec2 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,7 +5,7 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.13.3 +Version: 0.14.0 Release: 1%{?dist} Summary: A Python library to address multiple cloud provider APIs @@ -42,11 +42,14 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc LICENSE README +%doc LICENSE README.rst %{python_sitelib}/* %changelog +* Fri Jan 31 2014 Daniel Bruno - 0.14.0-1 +- Libcloud new release 0.14.0 + * Fri Jan 03 2014 Daniel Bruno - 0.13.3-1 - Security Fix - BUG: 1047867 1047868 diff --git a/sources b/sources index 564eefd..dfdd525 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dbdf0ec0b9b004d321ea39e863404177 apache-libcloud-0.13.3.tar.bz2 +6baa9569a87f2cace2f5db423dadadd6 apache-libcloud-0.14.0.tar.bz2