From 7aacd6d7dc884df1d22a991e66b61da4cda1898d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Sep 2017 10:37:26 +0200 Subject: v1.6.2 --- php-pear-crypt-gpg.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-pear-crypt-gpg.spec b/php-pear-crypt-gpg.spec index 4eb39ab..499f265 100644 --- a/php-pear-crypt-gpg.spec +++ b/php-pear-crypt-gpg.spec @@ -12,7 +12,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-pear-crypt-gpg -Version: 1.6.1 +Version: 1.6.2 Release: 1%{?dist} Summary: GNU Privacy Guard (GnuPG) @@ -101,6 +101,7 @@ install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} 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 if which $cmd; then @@ -134,6 +135,10 @@ fi %changelog +* 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 + * Sun Aug 27 2017 Remi Collet - 1.6.1-1 - Update to 1.6.1 -- cgit