diff options
Diffstat (limited to 'php-egulias-email-validator2.spec')
-rw-r--r-- | php-egulias-email-validator2.spec | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec index 8c8d446..b7d38c0 100644 --- a/php-egulias-email-validator2.spec +++ b/php-egulias-email-validator2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-egulias-email-validator2 # -# Copyright (c) 2014-2017 Shawn Iwinski, Remi Collet +# Copyright (c) 2014-2018 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 2.1.4 -%global github_commit 8790f594151ca6a2010c6218e09d96df67173ad3 +%global github_version 2.1.5 +%global github_commit 54859fabea8b3beecbb1a282888d5c990036b9e3 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -103,7 +103,6 @@ cat <<'AUTOLOAD' | tee EmailValidator/autoload.php <?php /** * Autoloader for %{name} and its' dependencies - * (created by %{name}-%{version}-%{release}). */ require_once '%{phpdir}/Fedora/Autoloader/autoload.php'; @@ -128,7 +127,7 @@ rm Tests/EmailValidator/Validation/SpoofCheckValidationTest.php : Upstream tests ret=0 -for cmdarg in "php %{phpunit}" php70 php71 php72; do +for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit6} \ @@ -152,6 +151,9 @@ exit $ret %changelog +* Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 2.1.5-1 +- update to 2.1.5 + * Thu Apr 12 2018 Remi Collet <remi@remirepo.net> - 2.1.4-1 - update to 2.1.4 - use range dependencies on F27+ |