summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-08-18 08:13:08 +0200
committerRemi Collet <remi@php.net>2022-08-18 08:13:08 +0200
commit72c59c9dc7f509fa8634b479dc06b3526c574b40 (patch)
tree15fbe10ea937fa757b65d445271d69e65088d92d
parent5229020f15be6fb6b66bb15929c45e328fe3acf8 (diff)
update to 2.16.0
-rw-r--r--php-laminas-http.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-http.spec b/php-laminas-http.spec
index 00c6f3f..ebf3185 100644
--- a/php-laminas-http.spec
+++ b/php-laminas-http.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit e36d4234089e42b10224837ae7a9ceffe1e475f9
+%global gh_commit 7300482d3e570e81b6a6ecf6b28da1b12334bf63
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-http
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.15.3
+Version: 2.16.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -196,7 +196,7 @@ fi
: upstream test suite
# testStreamCompression: online test
ret=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} \
@@ -221,6 +221,9 @@ exit $ret
%changelog
+* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1
+- update to 2.16.0
+
* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.15.3-1
- update to 2.15.3