diff options
author | Remi Collet <remi@remirepo.net> | 2022-10-19 09:02:39 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-10-19 09:02:39 +0200 |
commit | 5b8baf989ea127a4ee6f6979746470cc700ea774 (patch) | |
tree | b0c1b1cc87aefe9480054151b06288cb781aaca0 /php-friendsofphp-proxy-manager-lts.spec | |
parent | a41ef8418bda617688fe05b863f79c426b287ea1 (diff) |
update to 1.0.13
Diffstat (limited to 'php-friendsofphp-proxy-manager-lts.spec')
-rw-r--r-- | php-friendsofphp-proxy-manager-lts.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.0.13-1 +- update to 1.0.13 + * Thu May 5 2022 Remi Collet <remi@remirepo.net> - 1.0.12-1 - update to 1.0.12 |