diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-06 15:57:55 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-06 15:57:55 +0100 |
commit | 9d4db7769bda6681e9fb1128226780d8713bd196 (patch) | |
tree | 752f82b973a09642dcb9ab57af87e52bf23cf44d | |
parent | 130be288d53a019d4b1ad18a49e44d76143c35af (diff) |
v2.1.7
-rw-r--r-- | php-egulias-email-validator2.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec index 561e2fb..bb684c9 100644 --- a/php-egulias-email-validator2.spec +++ b/php-egulias-email-validator2.spec @@ -10,8 +10,8 @@ %global github_owner egulias %global github_name EmailValidator -%global github_version 2.1.6 -%global github_commit 0578b32b30b22de3e8664f797cf846fc9246f786 +%global github_version 2.1.7 +%global github_commit 709f21f92707308cdf8f9bcfa1af4cb26586521e %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -157,6 +157,9 @@ exit $ret %changelog +* Thu Dec 6 2018 Remi Collet <remi@remirepo.net> - 2.1.7-1 +- update to 2.1.7 + * Wed Sep 26 2018 Remi Collet <remi@remirepo.net> - 2.1.6-1 - update to 2.1.6 (no change) |