diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-06 15:49:46 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-06 15:49:46 +0100 |
commit | f12109f87830b4c6cff23da3cea6edb7f25fc77f (patch) | |
tree | 7aae6f49f04b329b76546e598939f1de49298a2f /php-composer-ca-bundle.spec | |
parent | 578a1510d879c356b18a1ccce776d8e7be325c3f (diff) |
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 4f15fbb..d077bec 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 08c50d5ec4c6ced7d0271d2862dec8c1033283e6 +%global gh_commit f65c239c970e7f072f067ab78646e9f0b2935175 %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.5 +Version: 1.5.6 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -127,6 +127,9 @@ exit $ret %changelog +* Thu Mar 6 2025 Remi Collet <remi@remirepo.net> - 1.5.6-1 +- update to 1.5.6 (no change) + * Thu Jan 9 2025 Remi Collet <remi@remirepo.net> - 1.5.5-1 - update to 1.5.5 (no change) - re-license spec file to CECILL-2.1 |