From 650a10e15218a3ddce80667c33b8e7c943b58d16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 1 Sep 2019 08:32:03 +0200 Subject: v1.2.4 --- php-composer-ca-bundle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 9c60887..c6f3677 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 f26a67e397be0e5c00d7c52ec7b5010098e15ce5 +%global gh_commit 10bb96592168a0f8e8f6dcde3532d9fa50b0b527 %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.3 +Version: 1.2.4 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -142,6 +142,9 @@ exit $ret %changelog +* Sun Sep 1 2019 Remi Collet - 1.2.4-1 +- update to 1.2.4 (no change) + * Sat Aug 3 2019 Remi Collet - 1.2.3-1 - update to 1.2.3 -- cgit