diff options
| author | Remi Collet <remi@remirepo.net> | 2021-10-12 13:54:11 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2021-10-12 13:54:11 +0200 | 
| commit | d8d2e3654ea20e30c4efe3fee22c0cb47664a59c (patch) | |
| tree | 07b6fb8126ad8860a1c6b977c4cd3f8c1f5f973b | |
| parent | 70271ef7072c41674b8c4ee18143b6f9c06f81a6 (diff) | |
update to 0.6.4
| -rw-r--r-- | php-react-child-process.spec | 14 | 
1 files changed, 6 insertions, 8 deletions
| 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 <remi@remirepo.net> - 0.6.4-1 +- update to 0.6.4 +  * Mon Jul 12 2021 Remi Collet <remi@remirepo.net> - 0.6.3-1  - update to 0.6.3  - raise dependency on react/event-loop 1.2 | 
