diff options
-rw-r--r-- | php-aws-sdk3.spec | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec index d17bf64..8ff01dc 100644 --- a/php-aws-sdk3.spec +++ b/php-aws-sdk3.spec @@ -12,8 +12,8 @@ %global github_owner aws %global github_name aws-sdk-php -%global github_version 3.25.7 -%global github_commit d4f1104f5ac9c755875c5e6e9bade2c70708219a +%global github_version 3.26.1 +%global github_commit fb58de550919d0472f62dcb9e1bb11d793c6d297 %global composer_vendor aws %global composer_project aws-sdk-php @@ -98,7 +98,7 @@ BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-simplexml BuildRequires: php-spl -## phpcompatinfo (computed from version 3.25.0) +## phpcompatinfo (computed from version 3.26.0) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -120,7 +120,7 @@ Requires: php-composer(guzzlehttp/psr7) < %{guzzle_psr7_max_ver} Requires: php-composer(guzzlehttp/psr7) >= %{guzzle_psr7_min_ver} Requires: php-composer(mtdowling/jmespath.php) < %{jmespath_max_ver} Requires: php-composer(mtdowling/jmespath.php) >= %{jmespath_min_ver} -# phpcompatinfo (computed from version 3.25.0) +# phpcompatinfo (computed from version 3.26.0) Requires: php-date Requires: php-filter Requires: php-hash @@ -259,6 +259,12 @@ exit $RETURN_CODE %changelog +* Fri Apr 21 2017 Remi Collet <remi@remirepo.net> - 3.26.1-1 +- Update to 3.26.1 + +* Thu Apr 20 2017 Shawn Iwinski <shawn@iwin.ski> - 3.26.0-1 +- Updated to 3.26.0 (RHBZ #1438105) + * Wed Apr 12 2017 Remi Collet <remi@remirepo.net> - 3.25.7-1 - Update to 3.25.7 |