summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-egulias-email-validator3.spec9
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