diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-05 13:54:17 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-05 13:54:17 +0100 |
commit | 91cc026f072c85e12c001044a1fc3b48e046dff0 (patch) | |
tree | b657bc5f403c01f99fc7d02bfb72f86c562aea7b | |
parent | f7f4be52e00f73d15dd00cfec3170267c2e7838a (diff) |
v1.5.0
-rw-r--r-- | php-react-dns.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-react-dns.spec b/php-react-dns.spec index 87c9161..170770a 100644 --- a/php-react-dns.spec +++ b/php-react-dns.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name dns -%global github_version 1.4.0 -%global github_commit 665260757171e2ab17485b44e7ffffa7acb6ca1f +%global github_version 1.5.0 +%global github_commit b22b0b20278e8535e633ab71a52472c5bf620aa1 %global composer_vendor react %global composer_project dns @@ -201,7 +201,7 @@ RETURN_CODE=0 for CMDARG in "php %{phpunit}" "php72 %{_bindir}/phpunit" php74 php80; do if which $CMDARG; then set $CMDARG - $1 ${2:-%{_bindir}/phpunit9} --verbose \ + $1 ${2:-%{_bindir}/phpunit9} -d memory_limit=-1 --verbose \ || RETURN_CODE=1 fi done @@ -220,6 +220,9 @@ exit $RETURN_CODE %changelog +* Fri Mar 5 2021 Remi Collet <remi@remirepo.net> - 1.5.0-1 +- update to 1.5.0 + * Wed Nov 4 2020 Remi Collet <remi@remirepo.net> - 1.4.0-1 - update to 1.4.0 - switch to phpunit9 |