diff --git a/.gitignore b/.gitignore index ca8b649..60eff54 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /boto-2.6.0.tar.gz /boto-2.9.2.tar.gz /boto-2.9.6.tar.gz +/boto-2.9.9.tar.gz diff --git a/python-boto.spec b/python-boto.spec index 5f17c5d..5e9772f 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Summary: A simple lightweight interface to Amazon Web Services Name: python-boto -Version: 2.9.6 -Release: 2%{?dist} +Version: 2.9.9 +Release: 1%{?dist} License: MIT Group: Development/Languages URL: https://github.com/boto/boto @@ -62,6 +62,9 @@ rm -r boto.egg-info %{python_sitelib}/boto*.egg-info %changelog +* Thu Jul 25 2013 Orion Poplawski - 2.9.9-1 +- Update to 2.9.9 + * Fri Jun 21 2013 Garrett Holmstrom - 2.9.6-2 - Rebuilt after merge diff --git a/sources b/sources index ae7e8f4..84f1add 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46f8e51001d2e8e17ec50615d0d55201 boto-2.9.6.tar.gz +794a7db936864403ab0142a0bd03b0c3 boto-2.9.9.tar.gz