From fbcd1478c24efe7b37bd3377a4bec8b477284e25 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Fri, 15 Jan 2016 12:35:32 +0100 Subject: [PATCH] 1.3.20-1 New upstream --- .gitignore | 1 + awscli.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 7b837cf..00cfe51 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /awscli-1.9.17.tar.gz /awscli-1.9.18.tar.gz /awscli-1.9.19.tar.gz +/awscli-1.9.20.tar.gz diff --git a/awscli.spec b/awscli.spec index a831c3a..64d8c3b 100644 --- a/awscli.spec +++ b/awscli.spec @@ -8,7 +8,7 @@ %endif Name: awscli -Version: 1.9.19 +Version: 1.9.20 Release: 1%{?dist} Summary: Universal Command Line Environment for AWS @@ -19,14 +19,14 @@ BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools -Requires: python3-botocore = 1.3.19 +Requires: python3-botocore = 1.3.20 Requires: python3-colorama Requires: python3-docutils Requires: python3-rsa %else BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python2-botocore = 1.3.19 +Requires: python2-botocore = 1.3.20 Requires: python-colorama Requires: python-docutils Requires: python-rsa @@ -98,6 +98,9 @@ rm %{buildroot}%{_bindir}/aws.cmd %endif # with_python3 %changelog +* Fri Jan 15 2016 Fabio Alessandro Locati - 1.920-1 +- Update to current upstream version + * Fri Jan 15 2016 Fabio Alessandro Locati - 1.9.19-1 - Update to current upstream version - Don't substitue the text of bin/aws_bash_completer anymore (pull request merged) diff --git a/sources b/sources index 8b93594..20b42f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -be0a161ca6d059ac8080d3097440f31c awscli-1.9.19.tar.gz +95acb3fcac7ec40f6fcd48eff8a05fc6 awscli-1.9.20.tar.gz