diff --git a/.gitignore b/.gitignore index 0770bad..55cb12e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /apache-libcloud-0.12.4.tar.bz2 /apache-libcloud-0.13.0.tar.bz2 /apache-libcloud-0.13.2.tar.bz2 +/apache-libcloud-0.13.3.tar.bz2 diff --git a/python-libcloud.spec b/python-libcloud.spec index 43ea0c2..8c55463 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,8 +5,8 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.13.2 -Release: 11%{?dist} +Version: 0.13.3 +Release: 1%{?dist} Summary: A Python library to address multiple cloud provider APIs Group: Development/Languages @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Fri Jan 03 2014 Daniel Bruno - 0.13.3-1 +- Security Fix - BUG: 1047867 1047868 + * Thu Sep 19 2013 Daniel Bruno - 0.13.2-11 - Some bug fixes from Upstream diff --git a/sources b/sources index 37e6136..564eefd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b0e710d6449e4b75314c45c1c445fe4f apache-libcloud-0.13.2.tar.bz2 +dbdf0ec0b9b004d321ea39e863404177 apache-libcloud-0.13.3.tar.bz2