summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-09-04 10:37:26 +0200
committerRemi Collet <remi@remirepo.net>2017-09-04 10:37:26 +0200
commit7aacd6d7dc884df1d22a991e66b61da4cda1898d (patch)
treee804d44189b7281cbaf0880aa4b3e9a3d8d20fca
parentbd8c6119cfce18826933b2008d60446ef0a18bb3 (diff)
v1.6.2
-rw-r--r--php-pear-crypt-gpg.spec7
1 files changed, 6 insertions, 1 deletions
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 <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
+
* Sun Aug 27 2017 Remi Collet <remi@remirepo.net> - 1.6.1-1
- Update to 1.6.1