[python26-boto/el5] Update to 2.0 final

gholms gholms at fedoraproject.org
Tue Jul 19 00:39:09 UTC 2011


commit 33f172483eb15427b27953afa139b7c432e71f8f
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Jul 15 11:53:34 2011 -0700

    Update to 2.0 final

 .gitignore         |    1 +
 python26-boto.spec |   10 ++++++----
 sources            |    2 +-
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2c76d89..796e728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 boto-1.9b.tar.gz
 /boto-2.0b4.tar.gz
+/boto-2.0.tar.gz
diff --git a/python26-boto.spec b/python26-boto.spec
index e841498..89625cf 100644
--- a/python26-boto.spec
+++ b/python26-boto.spec
@@ -10,11 +10,11 @@
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python%{__python_ver}-boto
 Version:	2.0
-Release:	0.1.b4%{?dist}
+Release:	1%{?dist}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
-Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}b4.tar.gz
+Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
 BuildRequires:	python%{?__python_ver}-devel, python%{?__python_ver}-setuptools
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -27,7 +27,7 @@ via the Query API. The goal of boto is to provide a very simple, easy to
 use, lightweight wrapper around the Amazon services.
 
 %prep
-%setup -q -n %{pkgname}-%{version}b4
+%setup -q -n %{pkgname}-%{version}
 
 %build
 %{__python} setup.py build
@@ -44,10 +44,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README
 %{python_sitelib}/*
 
 %changelog
+* Mon Jul 18 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 2.0-1
+- Updated to 2.0 final
+
 * Fri Mar 04 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 2.0-0.1.b4
 - Update to 2.0 beta 4
 
diff --git a/sources b/sources
index efe593e..1836b6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f00ccf9167fee01d6a415bd4ab156171  boto-2.0b4.tar.gz
+e238262c5ff417a2b59a8b24ae06b9ce  boto-2.0.tar.gz


More information about the scm-commits mailing list