diff --git a/.gitignore b/.gitignore index a36c7cc..bfa2bc6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /apache-libcloud-0.16.0.tar.gz /apache-libcloud-0.17.0.tar.gz /apache-libcloud-0.18.0.tar.gz +/apache-libcloud-0.20.0.tar.gz diff --git a/python-libcloud.spec b/python-libcloud.spec index 1ccfc7b..68aa575 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -1,10 +1,9 @@ -%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.18.0 +Version: 0.20.0 Release: 1%{?dist} Summary: A Python library to address multiple cloud provider APIs @@ -17,7 +16,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: python-setuptools -BuildRequires: python-devel + +BuildRequires: python2-devel %description libcloud is a client library for interacting with many of the popular cloud @@ -27,12 +27,14 @@ 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} @@ -45,15 +47,20 @@ rm -rf %{buildroot} %changelog -* Mon Aug 17 2015 Daniel Bruno - 0.18.0-1 -- Libcloud 0.18.0 release with new features, improvements and bug-fixes. +* Thu Jan 07 2016 Daniel Bruno dbruno@fedoraproject.org - 0.20.0-1 +- Release 0.20.0 with new features and improvements + +* Mon Aug 10 2015 Daniel Bruno - 0.18.0-1 +- Apache Libcloud 0.18.0 release with bug fixes and new features + +* Fri Feb 20 2015 Daniel Bruno - 0.17.0-1 +- Apache Libcloud 0.17.0 release -* Sat Feb 21 2015 Daniel Bruno - 0.17.0-1 -- Libcloud 0.17.0 release it brings many new features, improvements and - bug-fixes. +* Wed Nov 12 2014 Daniel Bruno - 0.16.0-1 +- First release in the 0.16 series -* Thu Nov 13 2014 Daniel Bruno - 0.16.0-1 -- Libcloud 0.16.0 release with many new features, improvements and bug-fixes. +* Mon Jul 21 2014 Daniel Bruno - 0.15.0-1 - First release in the 0.15 series which it brings many new features, diff --git a/sources b/sources index ae194ec..8f1fde5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a27c03054c7be85c87f977d4af3cfe62 apache-libcloud-0.18.0.tar.gz +4ad9ea8daf84efcb06e094c4fd96f655 apache-libcloud-0.20.0.tar.gz