summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-ldap.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-zendframework-zend-ldap.spec')
-rw-r--r--php-zendframework-zend-ldap.spec13
1 files changed, 8 insertions, 5 deletions
diff --git a/php-zendframework-zend-ldap.spec b/php-zendframework-zend-ldap.spec
index c113a82..199134b 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,8 +20,8 @@
%endif
Name: php-%{gh_owner}-%{gh_project}
-Version: 2.9.0
-Release: 2%{?dist}
+Version: 2.10.0
+Release: 1%{?dist}
Summary: Zend Framework %{library} component
License: BSD
@@ -82,7 +82,7 @@ Suggests: php-autoloader(%{gh_owner}/zend-eventmanager) >= 2.6.3
%endif
# Autoloader
Requires: php-composer(fedora/autoloader)
-# From phpcompatinfo report for version 2.9.0
+# From phpcompatinfo report for version 2.10.0
Requires: php-date
Requires: php-iconv
Requires: php-json
@@ -141,7 +141,7 @@ EOF
sed -e 's/PHPUnit_Util_ErrorHandler/IGNORE_PHPUnit_Util_ErrorHandler/' -i test/ErrorHandlerTest.php
ret=0
-for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72; do
+for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" php71 php72 php73; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} || ret=1
@@ -163,6 +163,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-2
- update to 2.9.0
- raise dependency on PHP 5.6