diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-20 08:58:12 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-20 08:58:12 +0200 | 
| commit | 68a86fff86f123eea273d57a489a9ea961b053c5 (patch) | |
| tree | 02d147bed038cbaa79c987b7867460752de971df | |
| parent | 74fbb7e835392742b1b6722b7431dba1b1b7e464 (diff) | |
v2.1.5
| -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+  | 
