[python-libcloud/epel7] Libcloud 0.17.0 release

Daniel Bruno dbruno at fedoraproject.org
Sat Feb 21 22:58:03 UTC 2015


commit 3089b7eb5c6fd871576194bd1b6ebffc7cc56299
Author: Daniel Bruno <dbruno at fedoraproject.org>
Date:   Sat Feb 21 18:57:39 2015 -0400

    Libcloud 0.17.0 release

 .gitignore           |  1 +
 python-libcloud.spec | 15 +++++++--------
 sources              |  2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 604a4af..e63ff1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /apache-libcloud-0.15.0.tar.gz
 /apache-libcloud-0.15.1.tar.gz
 /apache-libcloud-0.16.0.tar.gz
+/apache-libcloud-0.17.0.tar.gz
diff --git a/python-libcloud.spec b/python-libcloud.spec
index 4f61587..6480eeb 100644
--- a/python-libcloud.spec
+++ b/python-libcloud.spec
@@ -1,9 +1,10 @@
+%global __python26 /usr/bin/python2.6
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %global tarball_name apache-libcloud
 
 Name:           python-libcloud
-Version:        0.16.0
+Version:        0.17.0
 Release:        1%{?dist}
 Summary:        A Python library to address multiple cloud provider APIs
 
@@ -16,8 +17,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-setuptools
-
-BuildRequires:  python2-devel
+BuildRequires:  python-devel
 
 %description
 libcloud is a client library for interacting with many of the popular cloud 
@@ -27,14 +27,12 @@ products that work between any of the services that it supports.
 %prep
 %setup -qn %{tarball_name}-%{version}
 
-
 %build
 %{__python} setup.py build
 
 %install
 rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
-
  
 %clean
 rm -rf %{buildroot}
@@ -47,12 +45,13 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Feb 21 2015 Daniel Bruno <dbruno at fedoraproject.org> - 0.17.0-1
+- Libcloud 0.17.0 release it brings many new features, improvements and
+  bug-fixes.
+
 * Thu Nov 13 2014 Daniel Bruno <dbruno at fedoraproject.org> - 0.16.0-1
 - Libcloud 0.16.0 release with many new features, improvements and bug-fixes.
 
-* Mon Jul 21 2014 Daniel Bruno <dbruno at fedoraproject.org - 0.15.1-2
-- Libcloud 0.15.1 bug-fix release
-
 * Fri Jun 27 2014 Daniel Bruno <dbruno at fedoraproject.org> - 0.15.0-1
 - First release in the 0.15 series which it brings many new features,
   improvements and bug fixes
diff --git a/sources b/sources
index f6d29eb..de6cdb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1bae4ef071752f9ca8bfbcd4b4b8c415  apache-libcloud-0.16.0.tar.gz
+a63650261971dc82c5a6d763a2153881  apache-libcloud-0.17.0.tar.gz


More information about the scm-commits mailing list