diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-14 09:43:41 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-14 09:43:41 +0100 |
commit | cf4a4e45532edd001a27ace6ea54e2a5fb93902d (patch) | |
tree | 717ff32fb40275c106b30000519f1c0b0178966b | |
parent | 1c7dba2aa820bc82d392f94b00992b3cb127caee (diff) |
v1.2.6
-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 d3aaf1f..43be2a9 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 62e8fc2dc550e5d6d8c9360c7721662670f58149 +%global gh_commit 47fe531de31fca4a1b997f87308e7d7804348f7e %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.5 +Version: 1.2.6 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -143,6 +143,9 @@ exit $ret %changelog +* Tue Jan 14 2020 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + * Thu Dec 12 2019 Remi Collet <remi@remirepo.net> - 1.2.5-1 - update to 1.2.5 |