From ea33df7708192b34fbefa9e54f506e9a3d58538d Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 5 Jul 2018 09:59:53 +0200
Subject: v2.10.0

---
 php-zendframework-zend-ldap.spec | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

(limited to 'php-zendframework-zend-ldap.spec')

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
-- 
cgit