diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-28 08:46:32 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-28 08:46:32 +0200 | 
| commit | b1b24b0f7491f5e5d0164f98aa6e4fc73a3dde0b (patch) | |
| tree | 8a7eaa2df548b368989b97bf895ea84696364703 | |
| parent | 8d074d6ed3293d57e731253779fde6c8f60834f5 (diff) | |
update to 2.1.22
| -rw-r--r-- | php-egulias-email-validator2.spec | 9 | 
1 files changed, 5 insertions, 4 deletions
diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec index 1d3fe81..e356a98 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.21 -%global github_commit    563d0cdde5d862235ffe24a158497f4d490191b5 +%global github_version   2.1.22 +%global github_commit    68e418ec08fbfc6f58f6fd2eea70ca8efc8cc7d5  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global major            2 @@ -49,11 +49,9 @@ BuildArch:     noarch  #    "dominicsayers/isemail": "^3.0.7",  #    "phpunit/phpunit": "^4.8.36|^7.5.15",  #    "satooshi/php-coveralls": "^1.0.1" -# remirepo:1  %if 0%{?fedora} >= 31 || 0%{?rhel} >= 9  BuildRequires: (php-composer(doctrine/lexer) >= %{doctrine_lexer_min_ver} with php-composer(doctrine/lexer) <  %{doctrine_lexer_max_ver})  %global phpunit %{_bindir}/phpunit9 -# remirepo:4  %else  BuildRequires:  php-doctrine-lexer  >= %{doctrine_lexer_min_ver}  %global phpunit %{_bindir}/phpunit8 @@ -159,6 +157,9 @@ exit $ret  %changelog +* Mon Sep 28 2020 Remi Collet <remi@remirepo.net> - 2.1.22-1 +- update to 2.1.22 +  * Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 2.1.21-1  - update to 2.1.21  | 
