diff options
Diffstat (limited to 'php-pear-crypt-gpg.spec')
-rw-r--r-- | php-pear-crypt-gpg.spec | 7 |
1 files 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 <remi@remirepo.net> - 1.6.3-1 +- update to 1.6.3 + * Mon Sep 4 2017 Remi Collet <remi@remirepo.net> - 1.6.2-1 - Update to 1.6.2 - open https://pear.php.net/bugs/bug.php?id=21240 - PHP 7.2 test failure |