diff options
-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 |