summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-zendframework-zend-ldap.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-zendframework-zend-ldap.spec b/php-zendframework-zend-ldap.spec
index 5fbde37..c7e9df7 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 b63c7884a08d3a6bda60ebcf7d6238cf8ad89f49
+%global gh_commit 525ec97cd18a42a953c6a78c1019f967d2539b88
%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.10.0
-Release: 2%{?dist}
+Version: 2.10.1
+Release: 1%{?dist}
Summary: Zend Framework %{library} component
License: BSD
@@ -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 php73; do
+for cmdarg in "php %{phpunit}" php71 php72 php73 php74; do
if which $cmdarg; then
set $cmdarg
$1 ${2:-%{_bindir}/phpunit7} || ret=1
@@ -163,6 +163,9 @@ exit $ret
%changelog
+* Fri Oct 18 2019 Remi Collet <remi@remirepo.net> - 2.10.1-1
+- update to 2.10.1 (no change)
+
* Thu Jul 5 2018 Remi Collet <remi@remirepo.net> - 2.10.0-2
- update to 2.10.0