From 4a55d73ec85d925ace66c7495197cf62f5a47464 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Jan 2021 14:03:44 +0100 Subject: update to 1.2.9 --- php-composer-ca-bundle.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-composer-ca-bundle.spec') diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index ed5bebf..58edb0d 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 8a7ecad675253e4654ea05505233285377405215 +%global gh_commit 78a0e288fdcebf92aa2318a8d3656168da6ac1a5 %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.2.8 +Version: 1.2.9 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -36,11 +36,12 @@ BuildRequires: php-openssl BuildRequires: php-pcre BuildRequires: php-cli # From composer.json, "require": { -# "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8", +# "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" %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 -BuildRequires: phpunit6 +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) < 6) @@ -123,10 +124,10 @@ require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php72 php73 "php74 %{_bindir}/phpunit8"; do +for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit8} --verbose || ret=1 + $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 fi done exit $ret @@ -145,6 +146,9 @@ exit $ret %changelog +* Tue Jan 12 2021 Remi Collet - 1.2.9-1 +- update to 1.2.9 + * Mon Aug 24 2020 Remi Collet - 1.2.8-1 - update to 1.2.8 (no change) -- cgit