summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-30 07:14:21 +0200
committerRemi Collet <remi@php.net>2022-06-30 07:14:21 +0200
commit29fec307d91889d60d5b715106ff6217693787b2 (patch)
tree5a59c4221f907743b013f7d89cfaa857f0f114cc
parent260c729221084ae7675cb5ca6449bc4239e659bb (diff)
update to 2.11.2
-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 51ff944..b3436bf 100644
--- a/php-laminas-diactoros2.spec
+++ b/php-laminas-diactoros2.spec
@@ -10,7 +10,7 @@
%global gh_owner laminas
%global gh_project laminas-diactoros
-%global gh_commit 25b11d422c2e5dad868f68619888763b30f91e2d
+%global gh_commit 78846cbce0550ec174508a646f46fd6dee76099b
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global php_home %{_datadir}/php
%global namespace Laminas
@@ -36,7 +36,7 @@
%{!?phpdir: %global phpdir %{_datadir}/php}
Name: php-%{gh_project}%{major}
-Version: 2.11.1
+Version: 2.11.2
Release: 1%{?gh_release}%{?dist}
Summary: PSR HTTP Message implementations v%{major}
@@ -197,7 +197,7 @@ sed -e 's:vendor/http-interop/http-factory-tests:factory:' \
: Upstream tests
# Skip tests requiring network access
RETURN_CODE=0
-for CMDARG in "php %{phpunit}" php74 php80 php81; do
+for CMDARG in "php %{phpunit}" php74 php80 php81 php82; do
if which $CMDARG; then
set $CMDARG
$1 ${2:-%{_bindir}/phpunit9} \
@@ -223,6 +223,9 @@ exit $RETURN_CODE
%changelog
+* Thu Jun 30 2022 Remi Collet <remi@remirepo.net> - 2.11.2-1
+- update to 2.11.2
+
* Wed Jun 29 2022 Remi Collet <remi@remirepo.net> - 2.11.1-1
- update to 2.11.1