diff options
author | Remi Collet <remi@remirepo.net> | 2022-07-11 09:28:48 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-07-11 09:28:48 +0200 |
commit | 3278bba3679591f554d8d2c96a6e019db530d558 (patch) | |
tree | 41ea7d1270a7d2cf2921871b8587be34c3c133a1 | |
parent | b6c42adcb946c833633446a3b95e6ff2bc4ca14a (diff) |
update to 5.1.5
-rw-r--r-- | php-sabre-http5.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-http5.spec b/php-sabre-http5.spec index fdca631..5bdad06 100644 --- a/php-sabre-http5.spec +++ b/php-sabre-http5.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 84a83642c3b877da9d0e265fba7258157c0bdc37 +%global gh_commit 164725c2d2e248384e5b6115510c545e9c47cff9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project http @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Summary: Library for dealing with http requests and responses -Version: 5.1.4 +Version: 5.1.5 Release: 1%{?dist} URL: https://github.com/%{gh_owner}/%{gh_project} @@ -172,7 +172,7 @@ PHPPID=$! : Run upstream test suite against installed library 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} --verbose || ret=1 @@ -197,6 +197,9 @@ exit $ret %changelog +* Mon Jul 11 2022 Remi Collet <remi@remirepo.net> - 5.1.5-1 +- update to 5.1.5 + * Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 5.1.4-1 - update to 5.1.4 |