From 715b8b7bbd7d0b6ade7cbb680e7e20e560e1c794 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Jan 2018 07:49:06 +0100 Subject: v2.9.1 --- composer.json | 9 ++++----- php-zendframework-zend-view.spec | 11 +++++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index cca4a7b..7eccf9a 100644 --- a/composer.json +++ b/composer.json @@ -61,12 +61,12 @@ "minimum-stability": "dev", "prefer-stable": true, "config": { - "sort-packages": "true" + "sort-packages": true }, "extra": { "branch-alias": { - "dev-master": "2.9-dev", - "dev-develop": "3.0-dev" + "dev-master": "2.9.x-dev", + "dev-develop": "2.10.x-dev" } }, "autoload-dev": { @@ -85,7 +85,6 @@ "cs-check": "phpcs", "cs-fix": "phpcbf", "test": "phpunit --colors=always", - "test-coverage": "phpunit --colors=always --coverage-clover clover.xml", - "upload-coverage": "coveralls -v" + "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" } } diff --git a/php-zendframework-zend-view.spec b/php-zendframework-zend-view.spec index a231f84..00c4b7a 100644 --- a/php-zendframework-zend-view.spec +++ b/php-zendframework-zend-view.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-view # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 3b6342c381c4437a03fc81d0064c0bb8924914d3 +%global gh_commit 804b503689eba98d0afcd555b8f2c6eeb6fea33e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-view @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.9.0 +Version: 2.9.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -215,7 +215,7 @@ require_once '%{php_home}/Zend/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" "php56 %{_bindir}/phpunit" php70 php71 php72; do +for cmd in "php %{phpunit}" php70 php71 php72; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit6} --verbose || ret=1 @@ -237,6 +237,9 @@ exit $ret %changelog +* Thu Jan 18 2018 Remi Collet - 2.9.1-1 +- Update to 2.9.1 + * Tue Mar 21 2017 Remi Collet - 2.9.0-1 - Update to 2.9.0 - raise dependency on PHP 5.6 -- cgit