diff --git a/.cvsignore b/.cvsignore index 98ff83c..47743a0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -boto-1.2a.tar.gz +boto-1.5c.tar.gz diff --git a/python-boto.spec b/python-boto.spec index efbb50f..656d378 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -3,14 +3,13 @@ Summary: A simple lightweight interface to Amazon Web Services Name: python-boto -Version: 1.2a -Release: 2%{?dist} +Version: 1.5c +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 -Patch: python-boto-1.2a-python23.patch -BuildRequires: python-devel >= 2.3 +BuildRequires: python-devel >= 2.5 BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,7 +22,6 @@ use, lightweight wrapper around the Amazon services. %prep %setup -q -n %{pkgname}-%{version} -%patch -p1 -b .python23 %build %{__python} setup.py build @@ -44,7 +42,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog -* Fri Dec 5 2008 Jeremy Katz - 1.2a-2 +* Sun Dec 07 2008 Robert Scheck 1.5c-1 +- Upgrade to 1.5c + +* Fri Dec 05 2008 Jeremy Katz 1.2a-2 - Rebuild for python 2.6 * Wed May 07 2008 Robert Scheck 1.2a-1 diff --git a/sources b/sources index 642f429..19e05fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4329f02ad17837b6e4b1269e1ae63e3 boto-1.2a.tar.gz +596558d292361944d2319cc615494734 boto-1.5c.tar.gz