From 6cad086c3833c1973edba2ac8fc4988ca534782a Mon Sep 17 00:00:00 2001 From: Daniel Bruno Date: Fri, 15 Jun 2012 10:12:03 -0400 Subject: [PATCH] Update to upstream release --- .gitignore | 1 + python-libcloud.spec | 9 +++++---- sources | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8cd5ca4..ee280bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /apache-libcloud-0.6.2.tar.bz2 /apache-libcloud-0.8.0.tar.bz2 /apache-libcloud-0.9.1.tar.bz2 +/apache-libcloud-0.10.1.tar.bz2 diff --git a/python-libcloud.spec b/python-libcloud.spec index 170229a..3c0c1f0 100644 --- a/python-libcloud.spec +++ b/python-libcloud.spec @@ -5,8 +5,8 @@ %global tarball_name apache-libcloud Name: python-libcloud -Version: 0.9.1 -Release: 1%{?dist} +Version: 0.10.1 +Release: 2%{?dist} Summary: A Python library to address multiple cloud provider APIs Group: Development/Languages @@ -47,6 +47,9 @@ rm -rf %{buildroot} %changelog +* Fri Jun 15 2012 Daniel Bruno dbruno@fedoraproject.org - 0.9.1-2 +- Update to upstream version 0.10.1 + * Mon Apr 16 2012 Daniel Bruno dbruno@fedoraproject.org - 0.9.1-1 - update to 0.9.1 @@ -58,5 +61,3 @@ 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 0d0d95e..0f33388 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5191dca17940e43868ffd015e2aa2dd8 apache-libcloud-0.9.1.tar.bz2 +7deba48a61dd7bb429d5eae7910f12be apache-libcloud-0.10.1.tar.bz2