From c787c25869d5437cc72509c9fa83379a6d1881d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 08:29:54 +0200 Subject: update to 1.1.0 (no change) --- php-laminas-zendframework-bridge.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-laminas-zendframework-bridge.spec') diff --git a/php-laminas-zendframework-bridge.spec b/php-laminas-zendframework-bridge.spec index 19d90a2..9c7059e 100644 --- a/php-laminas-zendframework-bridge.spec +++ b/php-laminas-zendframework-bridge.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit fcd87520e4943d968557803919523772475e8ea3 +%global gh_commit 4939c81f63a8a4968c108c440275c94955753b19 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-zendframework-bridge @@ -21,7 +21,7 @@ %endif Name: php-%{gh_project} -Version: 1.0.4 +Version: 1.1.0 Release: 1%{?dist} Summary: Alias legacy ZF class names to Laminas Project equivalents @@ -39,7 +39,7 @@ BuildArch: noarch BuildRequires: php(language) >= 5.6 BuildRequires: php-spl # From composer, "require-dev": { -# "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", +# "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", # "squizlabs/php_codesniffer": "^3.5" %global phpunit %{_bindir}/phpunit8 BuildRequires: phpunit8 >= 8.1 @@ -48,7 +48,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.1 %endif # From composer, "require": { -# "php": "^5.6 || ^7.0" +# "php": "^5.6 || ^7.0 || ^8.0" Requires: php(language) >= 5.6 # From phpcompatinfo report for version 1.0.0 Requires: php-spl @@ -159,7 +159,7 @@ php %{buildroot}%{php_home}/%{namespace}/autoload.php : upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php72 php73 php74; do +for cmdarg in "php %{phpunit}" php72 php73 php74 "php80 %{_bindir}/phpunit9"; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit8} --verbose || ret=1 @@ -185,6 +185,9 @@ exit $ret %changelog +* Wed Aug 19 2020 Remi Collet - 1.1.0-1 +- update to 1.1.0 (no change) + * Fri May 22 2020 Remi Collet - 1.0.4-1 - update to 1.0.4 -- cgit