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 1886dfb..bf55022 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -9,14 +9,14 @@ %bcond_without tests -%global gh_commit 48a792895a2b7a6ee65dd5442c299d7b835b6137 +%global gh_commit 3b1fc3f0be055baa7c6258b1467849c3e8204eb2 %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.2 +Version: 1.5.3 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -127,6 +127,9 @@ exit $ret %changelog +* Mon Nov 4 2024 Remi Collet <remi@remirepo.net> - 1.5.3-1 +- update to 1.5.3 + * Wed Sep 25 2024 Remi Collet <remi@remirepo.net> - 1.5.2-1 - update to 1.5.2 (no change) |