summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-02 08:06:11 +0200
committerRemi Collet <remi@remirepo.net>2019-04-02 08:06:11 +0200
commit90523658c2c7ce8ab19ca5223b53ff336b7f88db (patch)
tree88d547ea89b1f55d06de69e2cfc60423521bbf42
parent15b2cde869dabdac83a48c7b548555d1643e26c0 (diff)
v3.91.0 from Fedora
l---------makesrc.sh1
-rw-r--r--php-aws-sdk3.spec11
2 files changed, 8 insertions, 4 deletions
diff --git a/makesrc.sh b/makesrc.sh
new file mode 120000
index 0000000..3b27861
--- /dev/null
+++ b/makesrc.sh
@@ -0,0 +1 @@
+php-aws-sdk3-get-source.sh \ No newline at end of file
diff --git a/php-aws-sdk3.spec b/php-aws-sdk3.spec
index bfddfab..0924b60 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.87.15
-%global github_commit 21a4dd314e2a3c44b5538dd56d3770733a3d03e6
+%global github_version 3.91.0
+%global github_commit b33f6ed79c207f5dfd38f187337a31e4c7619699
%global composer_vendor aws
%global composer_project aws-sdk-php
@@ -166,7 +166,7 @@ Requires: php-composer(fedora/autoloader)
# Weak dependencies
## composer.json: optional
-%if 0%{?fedora} >= 21
+%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
Suggests: php-curl
Suggests: php-openssl
Suggests: php-sockets
@@ -298,7 +298,7 @@ export AWS_SECRET_ACCESS_KEY=bar
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit)
-for PHP_EXEC in "" php70 php71 php72 php73; do
+for PHP_EXEC in "" php71 php72 php73; do
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT -d memory_limit=1G --verbose --testsuite=unit \
--bootstrap bootstrap.php || RETURN_CODE=1
@@ -321,6 +321,9 @@ exit $RETURN_CODE
%changelog
+* Mon Apr 01 2019 Shawn Iwinski <shawn@iwin.ski> - 3.91.0-1
+- Update to 3.91.0 (RHBZ #1680149)
+
* Thu Feb 21 2019 Shawn Iwinski <shawn@iwin.ski> - 3.87.15-1
- Update to 3.87.15 (RHBZ #1599469)
- Remove php-composer(nette/neon) dependency