From 92153dc1e6c85741d5cb6526e5c511a4de06814e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Dec 2023 15:25:22 +0100 Subject: update to 1.4.0 (no change) drop build dependencies on symfony/process and psr/log --- composer.json | 2 +- php-composer-ca-bundle.spec | 41 +++++++++++++---------------------------- 2 files changed, 14 insertions(+), 29 deletions(-) diff --git a/composer.json b/composer.json index ed6a1b3..c85480a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "symfony/phpunit-bridge": "^4.2 || ^5", "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", - "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" + "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" }, "autoload": { "psr-4": { diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index e68f326..f654f4c 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 76e46335014860eec1aa5a724799a00a2e47cc85 +%global gh_commit b66d11b7479109ab547f9405b97205640b17d385 %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.3.7 +Version: 1.4.0 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -39,18 +39,8 @@ BuildRequires: php-cli # "symfony/phpunit-bridge": "^4.2 || ^5", # "phpstan/phpstan": "^0.12.55", # "psr/log": "^1.0", -# "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit8 -BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2) -BuildRequires: (php-composer(symfony/process) >= 2.5 with php-composer(symfony/process) < 7) -%else -BuildRequires: phpunit -%global phpunit %{_bindir}/phpunit -BuildRequires: php-PsrLog -BuildRequires: php-symfony-process -%endif +# "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0" +BuildRequires: phpunit10 # Autoloader BuildRequires: php-composer(fedora/autoloader) # ca-certificates @@ -112,23 +102,14 @@ mkdir vendor cat << 'EOF' | tee vendor/autoload.php - 1.4.0-1 +- update to 1.4.0 (no change) +- drop build dependencies on symfony/process and psr/log + * Thu Aug 31 2023 Remi Collet - 1.3.7-1 - update to 1.3.7 (no change) -- cgit