From 3a49dfb3d8b0ec380afe3ac46362a521c6b8f1ee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Aug 2023 07:56:32 +0200 Subject: update to 1.3.7 (no change) --- php-composer-ca-bundle.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-composer-ca-bundle.spec') diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index c780200..e68f326 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-composer-ca-bundle # # Copyright (c) 2016-2023 Remi Collet -# License: CC-BY-SA +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 90d087e988ff194065333d16bc5cf649872d9cdb +%global gh_commit 76e46335014860eec1aa5a724799a00a2e47cc85 %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.6 +Version: 1.3.7 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -125,7 +125,7 @@ require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php'; EOF ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -147,6 +147,9 @@ exit $ret %changelog +* Thu Aug 31 2023 Remi Collet - 1.3.7-1 +- update to 1.3.7 (no change) + * Thu Jun 8 2023 Remi Collet - 1.3.6-1 - update to 1.3.6 (no change) -- cgit