From 30365c442009a4f1e898fd23decf8f4f37db7dff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jun 2018 11:23:24 +0200 Subject: v1.6.3 --- php-pear-crypt-gpg.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-pear-crypt-gpg.spec b/php-pear-crypt-gpg.spec index ae65f3d..0ddf18c 100644 --- a/php-pear-crypt-gpg.spec +++ b/php-pear-crypt-gpg.spec @@ -19,7 +19,7 @@ %global with_tests 0%{?_with_tests:1} Name: php-pear-crypt-gpg -Version: 1.6.2 +Version: 1.6.3 Release: 1%{?dist} Summary: GNU Privacy Guard (GnuPG) @@ -116,7 +116,7 @@ cd %{pear_name}-%{version}/tests : Upstream test suite # PHP 7.2: https://pear.php.net/bugs/bug.php?id=21240 ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php70 php71 php72; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose . || ret=1 fi @@ -148,6 +148,9 @@ fi %changelog +* Mon Jun 4 2018 Remi Collet - 1.6.3-1 +- update to 1.6.3 + * Mon Sep 4 2017 Remi Collet - 1.6.2-1 - Update to 1.6.2 - open https://pear.php.net/bugs/bug.php?id=21240 - PHP 7.2 test failure -- cgit