From ea33df7708192b34fbefa9e54f506e9a3d58538d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Jul 2018 09:59:53 +0200 Subject: v2.10.0 --- composer.json | 4 ++-- php-zendframework-zend-ldap.spec | 9 ++++++--- 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 - 2.10.0-1 +- update to 2.10.0 + * Wed Apr 25 2018 Remi Collet - 2.9.0-1 - update to 2.9.0 - raise dependency on PHP 5.6 -- cgit