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 3bc5a65..f1d85cd 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 679333688725c7dd043ff35c547100ccf512f051 +%global gh_commit 4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b %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.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -147,6 +147,9 @@ exit $ret %changelog +* Sat Oct 30 2021 Remi Collet <remi@remirepo.net> - 1.3.1-1 +- update to 1.3.1 + * Wed Oct 27 2021 Remi Collet <remi@remirepo.net> - 1.3.0-1 - update to 1.3.0 |