summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-13 08:19:31 +0200
committerRemi Collet <remi@remirepo.net>2020-04-13 08:19:31 +0200
commit9af71b3f9f781fc7368da347b67a1105e90ce93f (patch)
treef631241f8284cd94fbe03d8285f273520b83d00e
parenta4ef2b9cdd7cbb166c3f39cba3b6b295f48a9b48 (diff)
v1.2.17HEADmaster
-rw-r--r--php-egulias-email-validator.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-egulias-email-validator.spec b/php-egulias-email-validator.spec
index 0365249..a7c4b96 100644
--- a/php-egulias-email-validator.spec
+++ b/php-egulias-email-validator.spec
@@ -12,8 +12,8 @@
%global github_owner egulias
%global github_name EmailValidator
-%global github_version 1.2.16
-%global github_commit 92fd7ea285f1edd1503d78f75b8d8992b0fb3941
+%global github_version 1.2.17
+%global github_commit 19674b35a0a3456be1b96e137098d31ed386fb61
%global composer_vendor egulias
%global composer_project email-validator
@@ -123,7 +123,7 @@ sed -e 's/function testValidEmailsWithWarningsCheck/function SKIP_testValidEmail
: Upstream tests
RETURN_CODE=0
PHPUNIT=$(which phpunit)
-for PHP_EXEC in "" %{?rhel:php54 php55} php56 php70 php71 php72 php73 php74; do
+for PHP_EXEC in "" %{?rhel:php54 php55} php56 php70 php71 php72 php73 php74 php80; do
if [ -z "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC $PHPUNIT --verbose \
--bootstrap %{buildroot}%{phpdir}/Egulias/EmailValidator/autoload.php \
@@ -146,6 +146,9 @@ exit $RETURN_CODE
%changelog
+* Mon Apr 13 2020 Remi Collet <remi@remirepo.net> - 1.2.17-1
+- update to 1.2.17
+
* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 1.2.16-1
- update to 1.2.16