summaryrefslogtreecommitdiffstats
path: root/php-ringcentral-psr7.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-11-05 09:39:58 +0100
committerRemi Collet <remi@remirepo.net>2020-11-05 09:39:58 +0100
commit36c0b29b76e127695bedc732c6d0a54b309c1535 (patch)
treec917e6f6489897205ab5d69c45b2e1c2db14dedc /php-ringcentral-psr7.spec
parent4045c228ae86f0efab7df47c1a918464c5783563 (diff)
v1.3.0
Diffstat (limited to 'php-ringcentral-psr7.spec')
-rw-r--r--php-ringcentral-psr7.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/php-ringcentral-psr7.spec b/php-ringcentral-psr7.spec
index 9a4a96a..9b328d8 100644
--- a/php-ringcentral-psr7.spec
+++ b/php-ringcentral-psr7.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for php-ringcentral-psr7
#
-# Copyright (c) 2018 Shawn Iwinski <shawn@iwin.ski>
+# Copyright (c) 2018-2020 Shawn Iwinski <shawn@iwin.ski>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -12,8 +12,8 @@
%global github_owner ringcentral
%global github_name psr7
-%global github_version 1.2.2
-%global github_commit dcd84bbb49b96c616d1dcc8bfb9bef3f2cd53d1c
+%global github_version 1.3.0
+%global github_commit 360faaec4b563958b673fb52bbe94e37f14bc686
%global composer_vendor ringcentral
%global composer_project psr7
@@ -127,7 +127,8 @@ ln -s %{buildroot}%{phpdir}/RingCentral/Psr7/autoload.php vendor/autoload.php
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit)
-for PHP_EXEC in php %{?rhel:php54 php55 php56} php70 php71 php72; do
+# TODO php 8.0: "Method ReflectionParameter::isArray() is deprecated"
+for PHP_EXEC in php %{?rhel:php54 php55 php56 php70 php71} php72 php73 php74; do
if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose || RETURN_CODE=1
fi
@@ -148,6 +149,9 @@ exit $RETURN_CODE
%changelog
+* Thu Nov 5 2020 Remi Collet <remi@remirepo.net> - 1.3.0-1
+- update to 1.3.0
+
* Sat Apr 21 2018 Shawn Iwinski <shawn@iwin.ski> - 1.2.2-1
- Update to 1.2.2
- Add range version dependencies for Fedora >= 27 || RHEL >= 8