diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-27 10:42:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-27 10:42:51 +0200 |
commit | c92b55a8c46fc2aad65ca85517e3808e7a44edd4 (patch) | |
tree | e6e1f6682a74850f988f34a8e948160b8c60b79a | |
parent | 3b2dc36938454cd02a7241b651dc417c2c617a11 (diff) |
update to 1.3.0
-rw-r--r-- | php-composer-ca-bundle.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index fa77905..3bc5a65 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 0b072d51c5a9c6f3412f7ea3ab043d6603cb2582 +%global gh_commit 679333688725c7dd043ff35c547100ccf512f051 %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.11 +Version: 1.3.0 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -147,6 +147,9 @@ exit $ret %changelog +* Wed Oct 27 2021 Remi Collet <remi@remirepo.net> - 1.3.0-1 +- update to 1.3.0 + * Fri Oct 1 2021 Remi Collet <remi@remirepo.net> - 1.2.11-1 - update to 1.2.11 (no change) - allow Symfony 6 |