From 28ffdf27425314fd2bfaf0e3b942af8bb36dff07 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jul 2024 10:34:46 +0200 Subject: update to 1.5.1 (no change) --- composer.json | 2 +- php-composer-ca-bundle.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index a998783..c2ed5ac 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "require-dev": { "symfony/phpunit-bridge": "^4.2 || ^5", "phpstan/phpstan": "^1.10", - "psr/log": "^1.0", + "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { 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 - 1.5.1-1 +- update to 1.5.1 (no change) + * Fri Mar 15 2024 Remi Collet - 1.5.0-1 - update to 1.5.0 - raise dependency on PHP 7.2 -- cgit