diff options
Diffstat (limited to 'php-zendframework-zend-ldap.spec')
-rw-r--r-- | php-zendframework-zend-ldap.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-zendframework-zend-ldap.spec b/php-zendframework-zend-ldap.spec index 469e7df..71d545a 100644 --- a/php-zendframework-zend-ldap.spec +++ b/php-zendframework-zend-ldap.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit eced1c5d82890800c75db2e5c6dfac829ed844e1 +%global gh_commit b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-ldap @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 +Version: 2.10.0 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -120,7 +120,7 @@ require_once '%{php_home}/Zend/autoload.php'; EOF ret=0 -for cmd in php php56 php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit || ret=1 fi @@ -140,6 +140,9 @@ exit $ret %changelog +* Thu Jul 5 2018 Remi Collet <remi@remirepo.net> - 2.10.0-1 +- update to 2.10.0 + * Wed Apr 25 2018 Remi Collet <remi@remirepo.net> - 2.9.0-1 - update to 2.9.0 - raise dependency on PHP 5.6 |