diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-30 08:30:35 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-30 08:30:35 +0200 |
commit | 1e948d748f193521c46890700fa1455100fd0363 (patch) | |
tree | 11f4317d237b400ab66e443bb95a19885d2f5220 | |
parent | c92b55a8c46fc2aad65ca85517e3808e7a44edd4 (diff) |
update to 1.3.1
-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 |