From d8d2e3654ea20e30c4efe3fee22c0cb47664a59c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Oct 2021 13:54:11 +0200 Subject: update to 0.6.4 --- php-react-child-process.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-react-child-process.spec') diff --git a/php-react-child-process.spec b/php-react-child-process.spec index 1b2bd89..dc44b8c 100644 --- a/php-react-child-process.spec +++ b/php-react-child-process.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name child-process -%global github_version 0.6.3 -%global github_commit 45e6e3a363e531ed1aafb58e3886c4561432a2a0 +%global github_version 0.6.4 +%global github_commit a778f3fb828d68caf8a9ab6567fd8342a86f12fe %global composer_vendor react %global composer_project child-process @@ -59,14 +59,9 @@ BuildArch: noarch %if %{with_tests} ## composer.json BuildRequires: php(language) >= %{php_min_ver} -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 # "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" %global phpunit %{_bindir}/phpunit9 BuildRequires: phpunit9 >= 9.3 -%else -%global phpunit %{_bindir}/phpunit -BuildRequires: php-phpunit-PHPUnit >= 4.8.35 -%endif %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(evenement/evenement) >= %{evenement_min_ver} with php-composer(evenement/evenement) < %{evenement_max_ver}) BuildRequires: (php-composer(react/event-loop) >= %{react_event_loop_min_ver} with php-composer(react/event-loop) < %{react_event_loop_max_ver}) @@ -168,7 +163,7 @@ BOOTSTRAP : Upstream tests RETURN_CODE=0 -for CMDARG in "php %{phpunit}" "php72 %{_bindir}/phpunit" php73 php80; do +for CMDARG in "php %{phpunit}" php73 php80; do if which $CMDARG; then set $CMDARG $1 ${2:-%{_bindir}/phpunit9} --verbose \ @@ -191,6 +186,9 @@ exit $RETURN_CODE %changelog +* Tue Oct 12 2021 Remi Collet - 0.6.4-1 +- update to 0.6.4 + * Mon Jul 12 2021 Remi Collet - 0.6.3-1 - update to 0.6.3 - raise dependency on react/event-loop 1.2 -- cgit