From 6edf99c2b82b485ade92b60b13f22a2b9e78949b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Mar 2020 11:55:34 +0100 Subject: update to 2.7.3 switch to phpunit7 --- php-laminas-mime.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'php-laminas-mime.spec') diff --git a/php-laminas-mime.spec b/php-laminas-mime.spec index 3c3ca1a..56ef4ab 100644 --- a/php-laminas-mime.spec +++ b/php-laminas-mime.spec @@ -8,7 +8,7 @@ # # When build without laminas-mail %global bootstrap 1 -%global gh_commit 2dbace2c69542e5a251af3becb6d7209ac9fb42b +%global gh_commit e844abb02e868fae154207929190292ad25057cc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mime @@ -19,8 +19,8 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.7.2 -Release: 2%{?dist} +Version: 2.7.3 +Release: 1%{?dist} Summary: %{namespace} Framework %{library} component License: BSD @@ -38,7 +38,7 @@ BuildRequires: php-spl # From composer, "require-dev": { # "laminas/laminas-coding-standard": "~1.0.0", # "laminas/laminas-mail": "^2.6", -# "phpunit/phpunit": "^5.7.21 || ^6.3" +# "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.0 with php-autoloader(%{gh_owner}/laminas-stdlib) < 4) @@ -54,8 +54,8 @@ BuildRequires: php-laminas-zendframework-bridge BuildRequires: php-laminas-mail %endif %endif -%global phpunit %{_bindir}/phpunit6 -BuildRequires: %{phpunit} +%global phpunit %{_bindir}/phpunit7 +BuildRequires: phpunit7 >= 7.5.20 %endif # Autoloader BuildRequires: php-fedora-autoloader-devel @@ -167,7 +167,7 @@ ret=0 for cmd in "php %{phpunit}" php72 php73 php74; do if which $cmd; then set $cmd - $1 ${2:-%{_bindir}/phpunit6} \ + $1 ${2:-%{_bindir}/phpunit7} \ %if %{bootstrap} --filter '^((?!(testFromMessageDecode|testFromMessageMultiPart)).)*$' \ %endif @@ -191,6 +191,10 @@ exit $ret %changelog +* Fri Mar 6 2020 Remi Collet - 2.7.3-1 +- update to 2.7.3 +- switch to phpunit7 + * Fri Jan 17 2020 Remi Collet - 2.7.2-2 - cleanup -- cgit