diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-20 10:36:53 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-20 10:36:53 +0200 |
commit | 1790f11fd3f95e63ce7746d1610809c33c0c9621 (patch) | |
tree | 400d14f2768ce192450f135248bf410584ea02b5 | |
parent | 6f2a4fa1f2b328e8fb3a0e6e4dc88372bd176ffe (diff) |
update to 3.2.1
-rw-r--r-- | php-egulias-email-validator3.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-egulias-email-validator3.spec b/php-egulias-email-validator3.spec index d02f769..d8d385f 100644 --- a/php-egulias-email-validator3.spec +++ b/php-egulias-email-validator3.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-egulias-email-validator3 # -# Copyright (c) 2014-2021 Shawn Iwinski, Remi Collet +# Copyright (c) 2014-2022 Shawn Iwinski, Remi Collet # # License: MIT # http://opensource.org/licenses/MIT @@ -10,8 +10,8 @@ %global github_owner egulias %global github_name EmailValidator -%global github_version 3.2 -%global github_commit a5ed8d58ed0c340a7c2109f587951b1c84cf6286 +%global github_version 3.2.1 +%global github_commit f88dcf4b14af14a98ad96b14b2b317969eab6715 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 @@ -139,8 +139,7 @@ rm tests/EmailValidator/Validation/Extra/SpoofCheckValidationTest.php : Upstream tests ret=0 -# TODO PHP 8.2 idn_to_ascii -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} \ @@ -164,6 +163,9 @@ exit $ret %changelog +* Mon Jun 20 2022 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 + * Mon May 30 2022 Remi Collet <remi@remirepo.net> - 3.2-1 - update to 3.2 |