diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-02 09:23:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-02 09:23:00 +0100 |
commit | 9d197b357f26481ffdd120208ac72634380f666d (patch) | |
tree | 32e100ef55aec52b7c887acc95d61950675861f4 | |
parent | b1b24b0f7491f5e5d0164f98aa6e4fc73a3dde0b (diff) |
update to 2.1.23
-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 e356a98..bc2539b 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.22 -%global github_commit 68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5 +%global github_version 2.1.23 +%global github_commit 5fa792ad1853ae2bc60528dd3e5cbf4542d3c1df %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 2 @@ -157,6 +157,9 @@ exit $ret %changelog +* Mon Nov 2 2020 Remi Collet <remi@remirepo.net> - 2.1.23-1 +- update to 2.1.23 + * Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.1.22-1 - update to 2.1.22 |