diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-06 09:32:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-06 09:32:12 +0200 |
commit | 72e39e0a8dd405d0da93d36b46f72ba0c6ca8dd5 (patch) | |
tree | 9aa06f6632e1a5d0903b58ac4008ada8429e68d4 | |
parent | 4940f496a186a37b46f1f2463b41621e1eb45b50 (diff) |
update to 3.1.1
-rw-r--r-- | php-egulias-email-validator3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-egulias-email-validator3.spec b/php-egulias-email-validator3.spec index e5cffa6..f69769e 100644 --- a/php-egulias-email-validator3.spec +++ b/php-egulias-email-validator3.spec @@ -10,8 +10,8 @@ %global github_owner egulias %global github_name EmailValidator -%global github_version 3.1.0 -%global github_commit 62c3b73c581c834885acf6e120b412b76acc495a +%global github_version 3.1.1 +%global github_commit c81f18a3efb941d8c4d2e025f6183b5c6d697307 %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major 3 @@ -163,6 +163,9 @@ exit $ret %changelog +* Tue Apr 6 2021 Remi Collet <remi@remirepo.net> - 3.1.1-1 +- update to 3.1.1 + * Tue Mar 9 2021 Remi Collet <remi@remirepo.net> - 3.1.0-1 - update to 3.1.0 - rename to php-egulias-email-validator3 |