From 5b8baf989ea127a4ee6f6979746470cc700ea774 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Oct 2022 09:02:39 +0200 Subject: update to 1.0.13 --- php-friendsofphp-proxy-manager-lts.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-friendsofphp-proxy-manager-lts.spec b/php-friendsofphp-proxy-manager-lts.spec index 3e5d731..4aede43 100644 --- a/php-friendsofphp-proxy-manager-lts.spec +++ b/php-friendsofphp-proxy-manager-lts.spec @@ -9,8 +9,8 @@ %global github_owner FriendsOfPHP %global github_name proxy-manager-lts -%global github_version 1.0.12 -%global github_commit 8419f0158715b30d4b99a5bd37c6a39671994ad7 +%global github_version 1.0.13 +%global github_commit 88354616f4cf4f6620910fd035e282173ba453e8 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major %nil @@ -157,7 +157,7 @@ EOF : Upstream tests 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} \ @@ -182,6 +182,9 @@ exit $ret %changelog +* Wed Oct 19 2022 Remi Collet - 1.0.13-1 +- update to 1.0.13 + * Thu May 5 2022 Remi Collet - 1.0.12-1 - update to 1.0.12 -- cgit