diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-12 09:10:32 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-12 09:10:32 +0200 |
commit | d48b56bf9ad5ad64c606a930f139cad38dfce784 (patch) | |
tree | 98c22d1f36dc6511adf83e113e3040cf49240688 | |
parent | 72e39e0a8dd405d0da93d36b46f72ba0c6ca8dd5 (diff) |
update to 3.1.2
-rw-r--r-- | php-egulias-email-validator3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-egulias-email-validator3.spec b/php-egulias-email-validator3.spec index f69769e..e320776 100644 --- a/php-egulias-email-validator3.spec +++ b/php-egulias-email-validator3.spec @@ -10,8 +10,8 @@ %global github_owner egulias %global github_name EmailValidator -%global github_version 3.1.1 -%global github_commit c81f18a3efb941d8c4d2e025f6183b5c6d697307 +%global github_version 3.1.2 +%global github_commit ee0db30118f661fb166bcffbf5d82032df484697 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 @@ -139,7 +139,7 @@ rm tests/EmailValidator/Validation/Extra/SpoofCheckValidationTest.php : Upstream tests ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -163,6 +163,9 @@ exit $ret %changelog +* Tue Oct 12 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1 +- update to 3.1.2 + * Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1 - update to 3.1.1 |