diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-14 07:25:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-14 07:25:53 +0100 |
commit | b3708a4a1a01e406e8691f64adb7e05205a100ba (patch) | |
tree | 183160356a66fa4f49900e15e70ae948d25fac4d | |
parent | 909531f7399536d809c6f929433d9b30b5eed479 (diff) |
v1.0.9 (no change)
-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 a1f5498..decdea1 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 9dd73a03951357922d8aee6cc084500de93e2343 +%global gh_commit 36344aeffdc37711335563e6108cda86566432a6 %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.0.8 +Version: 1.0.9 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -124,6 +124,9 @@ exit $ret %changelog +* Tue Nov 14 2017 Remi Collet <remi@remirepo.net> - 1.0.9-1 +- Update to 1.0.9 (no change) + * Mon Sep 11 2017 Remi Collet <remi@remirepo.net> - 1.0.8-1 - Update to 1.0.8 (no change) |