summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-composer-ca-bundle.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec
index 58edb0d..e716293 100644
--- a/php-composer-ca-bundle.spec
+++ b/php-composer-ca-bundle.spec
@@ -1,6 +1,6 @@
# remirepo/fedora spec file for php-composer-ca-bundle
#
-# Copyright (c) 2016-2019 Remi Collet
+# Copyright (c) 2016-2021 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -9,14 +9,14 @@
%bcond_without tests
-%global gh_commit 78a0e288fdcebf92aa2318a8d3656168da6ac1a5
+%global gh_commit 9fdb22c2e97a614657716178093cd1da90a64aa8
%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.9
+Version: 1.2.10
Release: 1%{?dist}
Summary: Lets you find a path to the system CA
@@ -124,7 +124,7 @@ require_once '%{buildroot}%{php_home}/Composer/CaBundle/autoload.php';
EOF
ret=0
-for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do
+for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -146,6 +146,9 @@ exit $ret
%changelog
+* Tue Jun 8 2021 Remi Collet <remi@remirepo.net> - 1.2.10-1
+- update to 1.2.10 (no change)
+
* Tue Jan 12 2021 Remi Collet <remi@remirepo.net> - 1.2.9-1
- update to 1.2.9