diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-14 07:50:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-14 07:50:00 +0100 |
commit | c4a9460d04df5417a00cd7e34c16983c110728e0 (patch) | |
tree | 5c5c77b2df031ca761a5a9113b0c745ccd148451 | |
parent | f541d562de13f797859fde3f8f3e90c3f8efc847 (diff) |
v2.1.17
-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 cac3d90..61dcb10 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.16 -%global github_commit 5065fafc8c29d229ff207f2a89b02175f479a909 +%global github_version 2.1.17 +%global github_commit ade6887fd9bd74177769645ab5c474824f8a418a %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -160,6 +160,9 @@ exit $ret %changelog +* Fri Feb 14 2020 Remi Collet <remi@remirepo.net> - 2.1.17-1 +- update to 2.1.17 + * Thu Feb 13 2020 Remi Collet <remi@remirepo.net> - 2.1.16-1 - update to 2.1.16 |