diff --git a/.gitignore b/.gitignore index bfa2bc6..b446887 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /apache-libcloud-0.17.0.tar.gz /apache-libcloud-0.18.0.tar.gz /apache-libcloud-0.20.0.tar.gz +/apache-libcloud-0.20.1.tar.gz diff --git a/python-libcloud.spec b/python-libcloud.spec index 68aa575..17cc6ec 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -3,7 +3,7 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.20.0 +Version: 0.20.1 Release: 1%{?dist} Summary: A Python library to address multiple cloud provider APIs @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Sun Jan 24 2016 Daniel Bruno - 0.20.1-1 +- This is a bug-fix release of the 0.20 series. + * Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1 - Release 0.20.0 with new features and improvements @@ -113,3 +116,4 @@ rm -rf %{buildroot} * Tue Nov 22 2011 Daniel Bruno dbruno@fedoraproject.org - 0.6.2-2 - First build package build + diff --git a/sources b/sources index 8f1fde5..dc865df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4ad9ea8daf84efcb06e094c4fd96f655 apache-libcloud-0.20.0.tar.gz +d12ef4f96878a940321c73f4e0821237 apache-libcloud-0.20.1.tar.gz