diff options
-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 43be2a9..be1848c 100644 --- a/php-composer-ca-bundle.spec +++ b/php-composer-ca-bundle.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 47fe531de31fca4a1b997f87308e7d7804348f7e +%global gh_commit 95c63ab2117a72f48f5a55da9740a3273d45b7fd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner composer %global gh_project ca-bundle @@ -14,7 +14,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-ca-bundle -Version: 1.2.6 +Version: 1.2.7 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -143,6 +143,9 @@ exit $ret %changelog +* Wed Apr 8 2020 Remi Collet <remi@remirepo.net> - 1.2.7-1 +- update to 1.2.7 + * Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.2.6-1 - update to 1.2.6 |