diff options
Diffstat (limited to 'php-laminas-navigation.spec')
-rw-r--r-- | php-laminas-navigation.spec | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/php-laminas-navigation.spec b/php-laminas-navigation.spec index 63e5ac3..449f030 100644 --- a/php-laminas-navigation.spec +++ b/php-laminas-navigation.spec @@ -8,7 +8,7 @@ # # when build without permission-acl %global bootstrap 0 -%global gh_commit ca7c4df621bba21494b62722c46cd9326ca3e360 +%global gh_commit dfdb42d4eb4a9290950fbb674bb20718b4b9a4b4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-navigation @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.13.2 +Version: 2.14.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -46,7 +46,9 @@ BuildRequires: php-spl # "laminas/laminas-uri": "^2.9.1", # "laminas/laminas-view": "^2.14.2", # "phpspec/prophecy-phpunit": "^2.0.1", -# "phpunit/phpunit": "^9.5.10" +# "phpunit/phpunit": "^9.5.10", +# "psalm/plugin-phpunit": "^0.17.0", +# "vimeo/psalm": "^4.24" # 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) @@ -204,7 +206,7 @@ exit (class_exists("\\Zend\\%{library}\\%{library}") ? 0 : 1); # testProvidesExpectedConfiguration need fix after Laminas move : upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -231,6 +233,9 @@ exit $ret %changelog +* Fri Jul 22 2022 Remi Collet <remi@remirepo.net> - 2.14.0-1 +- update to 2.14.0 (no change) + * Thu Feb 17 2022 Remi Collet <remi@remirepo.net> - 2.13.2-1 - update to 2.13.2 (no change) |