diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-03 10:27:48 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-03 10:27:48 +0200 |
commit | 8a24bbca8de32d5a5994020dee7ac2f048e47f32 (patch) | |
tree | 6c1e74e204fd8879c5c01f6bd4550009cb3da32e | |
parent | d66256c2061ea3722062fe00ae9c697033feb2ed (diff) |
v1.2.3
-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 d9f4c69..9c60887 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 ec2e24d4fa6a0d50d423794a56605ecec3401b85 +%global gh_commit f26a67e397be0e5c00d7c52ec7b5010098e15ce5 %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.2 +Version: 1.2.3 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -142,6 +142,9 @@ exit $ret %changelog +* Sat Aug 3 2019 Remi Collet <remi@remirepo.net> - 1.2.3-1 +- update to 1.2.3 + * Thu Aug 1 2019 Remi Collet <remi@remirepo.net> - 1.2.2-1 - update to 1.2.2 |