From 72c59c9dc7f509fa8634b479dc06b3526c574b40 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Aug 2022 08:13:08 +0200 Subject: update to 2.16.0 --- php-laminas-http.spec | 9 ++++++--- 1 file 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 - 2.16.0-1 +- update to 2.16.0 + * Thu Aug 18 2022 Remi Collet - 2.15.3-1 - update to 2.15.3 -- cgit