[python-boto] Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)

Robert Scheck robert at fedoraproject.org
Tue Mar 13 15:10:28 UTC 2012


commit b1175b4a5c455ce5b4c4e02d06d3f7151b3175fb
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Tue Mar 13 16:10:22 2012 +0100

    Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)

 .gitignore       |    2 +-
 python-boto.spec |   15 +++++++++++----
 sources          |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52a0571..bf73760 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-boto-2.0.tar.gz
+boto-2.2.2.tar.gz
diff --git a/python-boto.spec b/python-boto.spec
index 49ee3d3..97199ea 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -3,12 +3,12 @@
 
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python-boto
-Version:	2.0
-Release:	2%{?dist}
+Version:	2.2.2
+Release:	1%{?dist}
 License:	MIT
 Group:		Development/Languages
-URL:		http://code.google.com/p/%{pkgname}/
-Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
+URL:		https://github.com/%{pkgname}/%{pkgname}
+Source:		http://pypi.python.org/packages/source/b/%{pkgname}/%{pkgname}-%{version}.tar.gz
 BuildRequires:	python-devel >= 2.5, python-setuptools-devel
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -35,23 +35,30 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%{_bindir}/asadmin
 %{_bindir}/bundle_image
 %{_bindir}/cfadmin
 %{_bindir}/cq
+%{_bindir}/cwutil
 %{_bindir}/elbadmin
 %{_bindir}/fetch_file
+%{_bindir}/instance_events
 %{_bindir}/kill_instance
 %{_bindir}/launch_instance
 %{_bindir}/list_instances
 %{_bindir}/lss3
 %{_bindir}/pyami_sendmail
 %{_bindir}/route53
+%{_bindir}/s3multiput
 %{_bindir}/s3put
 %{_bindir}/sdbadmin
 %{_bindir}/taskadmin
 %{python_sitelib}/*
 
 %changelog
+* Tue Mar 13 2012 Robert Scheck <robert at fedoraproject.org> 2.2.2-1
+- Upgrade to 2.2.2 (#786301, thanks to Bobby Powers)
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1836b6f..8ec6ee4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e238262c5ff417a2b59a8b24ae06b9ce  boto-2.0.tar.gz
+b23b9137abd7286615236ed03929d282  boto-2.2.2.tar.gz


More information about the scm-commits mailing list