[python-libcloud/f20] Some bug fixes from upstream

Daniel Bruno dbruno at fedoraproject.org
Thu Sep 19 20:21:58 UTC 2013


commit f822f3e26a986486ced1053d65c78472b10c3f7c
Author: Daniel Bruno <danielbrunos at gmail.com>
Date:   Thu Sep 19 16:21:32 2013 -0400

    Some bug fixes from upstream

 .gitignore           |    1 +
 python-libcloud.spec |    9 ++++++---
 sources              |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17220f7..cafa17e 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.1.tar.bz2
+/apache-libcloud-0.13.2.tar.bz2
diff --git a/python-libcloud.spec b/python-libcloud.spec
index 198f9fd..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
@@ -16,7 +16,7 @@ Source0:        http://pypi.python.org/packages/source/a/apache-libcloud/%{tarba
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  python-devel python-setuptools
+BuildRequires:  python2-devel python-setuptools
 
 %description
 libcloud is a client library for interacting with many of the popular cloud 
@@ -47,6 +47,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Sep 19 2013 Daniel Bruno <dbruno at fedoraproject.org> - 0.13.2-11
+- Some bug fixes from Upstream
+
 * Mon Sep 09 2013 Daniel Bruno <dbruno at fedoraproject.org> - 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


More information about the scm-commits mailing list