summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-04 11:23:24 +0200
committerRemi Collet <remi@remirepo.net>2018-06-04 11:23:24 +0200
commit30365c442009a4f1e898fd23decf8f4f37db7dff (patch)
tree7ef70fa2005f1d53ecae87bd7687a130ea77d376
parent4f316e3fc2cc9133793959b5808fd5923819265b (diff)
v1.6.3
-rw-r--r--php-pear-crypt-gpg.spec7
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