From b940bbe61587ea62ecd7aec1bad118b24fe67430 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Sep 2019 11:25:51 +0200 Subject: v2.8.7 --- php-zendframework-zend-session.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/php-zendframework-zend-session.spec b/php-zendframework-zend-session.spec index 4f78375..e8b6a72 100644 --- a/php-zendframework-zend-session.spec +++ b/php-zendframework-zend-session.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-zendframework-zend-session # -# Copyright (c) 2015-2018 Remi Collet +# Copyright (c) 2015-2019 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 8e67629ba7ddc67e3b03157615156317535bffa7 +%global gh_commit 8fd50220888167d08cf0113ced5b023f6da06923 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner zendframework %global gh_project zend-session @@ -20,7 +20,7 @@ %endif Name: php-%{gh_owner}-%{gh_project} -Version: 2.8.6 +Version: 2.8.7 Release: 2%{?dist} Summary: Zend Framework %{library} component @@ -188,7 +188,9 @@ EOF ret=0 for cmd in php php71 php72 php73 php74; do if which $cmd; then - $cmd %{_bindir}/phpunit6 --verbose || ret=1 + $cmd %{_bindir}/phpunit6 \ + --filter '^((?!(testConfigurationWithoutInputIsValid)).)*$' \ + --verbose || ret=1 fi done exit $ret @@ -198,6 +200,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md @@ -206,6 +209,9 @@ exit $ret %changelog +* Fri Sep 20 2019 Remi Collet - 2.8.7-2 +- update to 2.8.7 + * Tue Aug 20 2019 Remi Collet - 2.8.6-2 - update to 2.8.6 -- cgit