diff options
Diffstat (limited to 'php-composer-ca-bundle.spec')
-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 14e18b0..cc2984d 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 30897edbfb15e784fe55587b4f73ceefd3c4d98c +%global gh_commit 69098eca243998b53eed7a48d82dedd28b447cd5 %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.3 +Version: 1.3.4 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -147,6 +147,9 @@ exit $ret %changelog +* Wed Oct 12 2022 Remi Collet <remi@remirepo.net> - 1.3.4-1 +- update to 1.3.4 (no change) + * Wed Jul 20 2022 Remi Collet <remi@remirepo.net> - 1.3.3-1 - update to 1.3.3 (no change) |