diff options
Diffstat (limited to 'php-composer-ca-bundle.spec')
-rw-r--r-- | php-composer-ca-bundle.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 5b39d42..6ffcd18 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 0c5ccfcfea312b5c5a190a21ac5cef93f74baf99 +%global gh_commit 063d9aa8696582f5a41dffbbaf3c81024f0a604a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle %global php_home %{_datadir}/php Name: php-composer-ca-bundle -Version: 1.5.0 +Version: 1.5.1 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -107,7 +107,7 @@ EOF ret=0 %{_bindir}/phpunit10 --migrate-configuration -for cmd in php php81 php82 php83; do +for cmd in php php81 php82 php83 php84; do if which $cmd; then $cmd %{_bindir}/phpunit10 --no-coverage || ret=1 fi @@ -119,7 +119,6 @@ exit $ret %files -%{!?_licensedir:%global license %%doc} %license LICENSE %doc composer.json %doc *.md @@ -128,6 +127,9 @@ exit $ret %changelog +* Tue Jul 9 2024 Remi Collet <remi@remirepo.net> - 1.5.1-1 +- update to 1.5.1 (no change) + * Fri Mar 15 2024 Remi Collet <remi@remirepo.net> - 1.5.0-1 - update to 1.5.0 - raise dependency on PHP 7.2 |