diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-28 07:27:21 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-28 07:27:21 +0200 |
commit | 20148f8d0d2152bd5d81feb63da04654ee83a1f9 (patch) | |
tree | 9a7c1ebd1a9c2a927a7c78334eec21076f93c9f5 | |
parent | 03fe4dbee794f0caea0a0fc00a4781483c8c0b92 (diff) |
-rw-r--r-- | php-composer-ca-bundle.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index be77c99..f260957 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,15 +9,15 @@ %bcond_without tests -%global gh_commit d665d22c417056996c59019579f1967dfe5c1e82 +%global gh_commit 719026bb30813accb68271fee7e39552a58e9f65 %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.5.7 -Release: 4%{?dist} +Version: 1.5.8 +Release: 1%{?dist} Summary: Lets you find a path to the system CA License: MIT @@ -127,6 +127,9 @@ exit $ret %changelog +* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 1.5.8-1 +- update to 1.5.8 + * Mon Jul 28 2025 Remi Collet <remi@remirepo.net> - 1.5.7-4 - fix system certificates path rhbz#2383719 |