diff --git a/.gitignore b/.gitignore index c142364..0770bad 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /apache-libcloud-0.12.3.tar.bz2 /apache-libcloud-0.12.4.tar.bz2 /apache-libcloud-0.13.0.tar.bz2 +/apache-libcloud-0.13.2.tar.bz2 diff --git a/apache-libcloud-0.13.1.tar.bz2 b/apache-libcloud-0.13.1.tar.bz2 deleted file mode 100644 index 27aaa4f..0000000 Binary files a/apache-libcloud-0.13.1.tar.bz2 and /dev/null differ diff --git a/python-libcloud.spec b/python-libcloud.spec index 366729e..43ea0c2 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,8 +5,8 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.13.1 -Release: 10%{?dist} +Version: 0.13.2 +Release: 11%{?dist} Summary: A Python library to address multiple cloud provider APIs Group: Development/Languages @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 19 2013 Daniel Bruno - 0.13.2-11 +- Some bug fixes from Upstream + * Mon Sep 09 2013 Daniel Bruno - 0.13.1-10 - Update to upstream release 0.13.1 diff --git a/sources b/sources index 9e200d2..37e6136 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d640426aae6b9bcc6e9324845e4daf07 apache-libcloud-0.13.1.tar.bz2 +b0e710d6449e4b75314c45c1c445fe4f apache-libcloud-0.13.2.tar.bz2