summaryrefslogtreecommitdiffstats
path: root/php-laminas-diactoros2.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-28 08:26:34 +0200
committerRemi Collet <remi@remirepo.net>2020-04-28 08:26:34 +0200
commitc7f81094470723c02b936f298e2ba8fe4623e8c2 (patch)
treeca56ace1706d3d410025e2f130ab73aa372dbaa4 /php-laminas-diactoros2.spec
parentbe070a24cf06d8ee25c09ec8359c5ce2d21564fc (diff)
v2.3.0
Diffstat (limited to 'php-laminas-diactoros2.spec')
-rw-r--r--php-laminas-diactoros2.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-diactoros2.spec b/php-laminas-diactoros2.spec
index 64021cf..7d678ef 100644
--- a/php-laminas-diactoros2.spec
+++ b/php-laminas-diactoros2.spec
@@ -11,7 +11,7 @@
%global gh_owner laminas
%global gh_project laminas-diactoros
%global zf_name zend-diactoros
-%global gh_commit b596c7141f5093aefec94cb5e8745212299e290f
+%global gh_commit 5ab185dba63ec655a2380c97711b09adc7061f89
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global php_home %{_datadir}/php
%global namespace Laminas
@@ -37,7 +37,7 @@
%{!?phpdir: %global phpdir %{_datadir}/php}
Name: php-%{gh_project}%{major}
-Version: 2.2.3
+Version: 2.3.0
Release: 1%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
@@ -219,7 +219,7 @@ BOOTSTRAP
: Upstream tests
# Skip tests requiring network access
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" php72 php73 php74; do
+for CMDARG in "php %{phpunit}" php72 php73 php74 php80; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit7} \
@@ -252,6 +252,9 @@ exit $RETURN_CODE
%changelog
+* Tue Apr 28 2020 Remi Collet <remi@remirepo.net> - 2.3.0-1
+- update to 2.3.0
+
* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.2.3-1
- update to 2.2.3 (no change)