summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-05-25 13:53:34 +0200
committerRemi Collet <remi@php.net>2022-05-25 13:53:34 +0200
commite24af50de33ed1f18638db11be944b00264e126e (patch)
tree507ce1c0294ca35cc86ee544b6922295eced6ef1
parent1e948d748f193521c46890700fa1455100fd0363 (diff)
update to 1.3.2 (no change)
-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 f1d85cd..5de1d5b 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-2021 Remi Collet
+# Copyright (c) 2016-2022 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -9,14 +9,14 @@
%bcond_without tests
-%global gh_commit 4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b
+%global gh_commit fd5dd441932a7e10ca6e5b490e272d34c8430640
%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.1
+Version: 1.3.2
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}" php73 php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -147,6 +147,9 @@ exit $ret
%changelog
+* Wed May 25 2022 Remi Collet <remi@remirepo.net> - 1.3.2-1
+- update to 1.3.2 (no change)
+
* Sat Oct 30 2021 Remi Collet <remi@remirepo.net> - 1.3.1-1
- update to 1.3.1