diff options
| -rw-r--r-- | php-horde-Horde-Crypt.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Crypt.spec b/php-horde-Horde-Crypt.spec index e252f48..42f57c0 100644 --- a/php-horde-Horde-Crypt.spec +++ b/php-horde-Horde-Crypt.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-horde-Horde-Crypt  # -# Copyright (c) 2012-2017 Nick Bebout, Remi Collet +# Copyright (c) 2012-2018 Nick Bebout, Remi Collet  #  # License: MIT  # https://fedoraproject.org/wiki/Licensing:MIT#Modern_Style_with_sublicense @@ -12,7 +12,7 @@  %global pear_channel pear.horde.org  Name:           php-horde-Horde-Crypt -Version:        2.7.11 +Version:        2.7.12  Release:        1%{?dist}  Summary:        Horde Cryptography API @@ -127,7 +127,7 @@ export CRYPT_TEST_CONFIG='{"gnupg":"%{_bindir}/gpg","gnupg2":"%{_bindir}/gpg2"}'  ret=0  for cmd in php php56 php70 php71 php72; do    if which $cmd; then -    $cmd %{_bindir}/phpunit --verbose . || ret=1 +    $cmd %{_bindir}/phpunit --bootstrap bootstrap.php --verbose . || ret=1    fi  done  exit $ret @@ -155,6 +155,9 @@ fi  %changelog +* Mon May 14 2018 Remi Collet <remi@remirepo.net> - 2.7.12-1 +- update to 2.7.12 +  * Mon Oct  9 2017 Remi Collet <remi@remirepo.net> - 2.7.11-1  - Update to 2.7.11  | 
