summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-05 09:59:53 +0200
committerRemi Collet <remi@remirepo.net>2018-07-05 09:59:53 +0200
commitea33df7708192b34fbefa9e54f506e9a3d58538d (patch)
treeddebd5c98bdf3ba1ec8d0ae07bd4b15254fe96ea
parent3cfe960b590c94fad35960a8a15ef4a131d7414d (diff)
-rw-r--r--composer.json4
-rw-r--r--php-zendframework-zend-ldap.spec9
2 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index b6eb035..a71ef2e 100644
--- a/composer.json
+++ b/composer.json
@@ -45,8 +45,8 @@
},
"extra": {
"branch-alias": {
- "dev-master": "2.9.x-dev",
- "dev-develop": "2.10.x-dev"
+ "dev-master": "2.10.x-dev",
+ "dev-develop": "2.11.x-dev"
}
},
"scripts": {
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