diff --git a/.gitignore b/.gitignore index 0fe8496..776a980 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /apache-libcloud-0.9.1.tar.bz2 /apache-libcloud-0.10.1.tar.bz2 /apache-libcloud-0.11.1.tar.bz2 +/apache-libcloud-0.11.3.tar.bz2 diff --git a/python-libcloud.spec b/python-libcloud.spec index 92fcb0b..419fae8 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,8 +5,8 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.11.1 -Release: 3%{?dist} +Version: 0.11.3 +Release: 4%{?dist} Summary: A Python library to address multiple cloud provider APIs Group: Development/Languages @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 10 2012 Daniel Bruno dbruno@fedoraproject.org - 0.11.3-4 +- Update to 0.11.3 + * Thu Aug 02 2012 Daniel Bruno dbruno@fedoraproject.org - 0.11.1-3 - Updating to upstream release 0.11.1 diff --git a/sources b/sources index 59865c5..80a38ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea8b4826b29029e4354bf18fc1a349ad apache-libcloud-0.11.1.tar.bz2 +5b63d45f226d2d2fdfa317c576e7bfa6 apache-libcloud-0.11.3.tar.bz2