[python26-boto/el5/master: 26/26] Updated to 2.0 beta 4

gholms gholms at fedoraproject.org
Fri Mar 4 17:52:04 UTC 2011


commit 7003116670af28b9a1693d2e77bcab7a81b65e3f
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Fri Mar 4 09:41:11 2011 -0800

    Updated to 2.0 beta 4

 .gitignore         |    1 +
 python26-boto.spec |   19 +++++++------------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94ed4e3..2c76d89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 boto-1.9b.tar.gz
+/boto-2.0b4.tar.gz
diff --git a/python26-boto.spec b/python26-boto.spec
index 3ca0114..2582168 100644
--- a/python26-boto.spec
+++ b/python26-boto.spec
@@ -9,16 +9,12 @@
 
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python%{__python_ver}-boto
-Version:	1.9b
-Release:	7%{?dist}
+Version:	2.0
+Release:	0.1.b4%{?dist}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
-Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
-Patch0:		python-boto-1.9b-image.patch
-Patch1:		python-boto-1.9b-prefix.patch
-Patch2:		python-boto-1.9b-python27.patch
-Patch3:		python-boto-1.9b-python24.patch
+Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}b4.tar.gz
 BuildRequires:	python%{?__python_ver}-devel, python%{?__python_ver}-setuptools
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -31,11 +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}
-%patch0 -p1 -b .image
-%patch1 -p1 -b .prefix
-%patch2 -p1 -b .python27
-%patch3 -p1 -b .python24
+%setup -q -n %{pkgname}-%{version}b4
 
 %build
 %{__python} setup.py build
@@ -56,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Fri Mar 04 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 2.0-0.1.b4
+- Update to 2.0 beta 4
+
 * Fri Mar 04 2011 Garrett Holmstrom <gholms at fedoraproject.org> - 1.9b-7
 - Forked python26-boto for el5 from Fedora's python-boto-1.9b-7
 
diff --git a/sources b/sources
index 15ceac8..efe593e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fc2fd7b70a971b1363f8465aafe7091  boto-1.9b.tar.gz
+f00ccf9167fee01d6a415bd4ab156171  boto-2.0b4.tar.gz


More information about the scm-commits mailing list