From 623b3c25b5da09870d5b8b4a7424583dbccb194c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Sep 2016 08:26:51 +0200 Subject: php-composer-ca-bundle: 1.0.4 --- composer.json | 1 + php-composer-ca-bundle.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a29d7f1..5163594 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "php": "^5.3.2 || ^7.0" }, "require-dev": { + "psr/log": "^1.0", "symfony/process": "^2.5 || ^3.0" }, "suggest": { diff --git a/php-composer-ca-bundle.spec b/php-composer-ca-bundle.spec index 951bf37..121c852 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 5df9ed0ed0c9506ea6404a23450854e5df15cc12 +%global gh_commit ec21a59414b99501e723b63fd664aa8ead9c5680 %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.3 +Version: 1.0.4 Release: 1%{?dist} Summary: Lets you find a path to the system CA @@ -99,6 +99,7 @@ if (!CA::validateCaFile($file)) { echo "Cannot validate $file\n"; exit(1); } +echo "OK\n"; ' %else : Test suite disabled @@ -120,6 +121,9 @@ rm -rf %{buildroot} %changelog +* Mon Sep 5 2016 Remi Collet - 1.0.4-1 +- update to 1.0.4 (no change) + * Tue Jul 19 2016 Remi Collet - 1.0.3-1 - update to 1.0.3 -- cgit