diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-21 12:06:29 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-21 12:06:29 +0200 | 
| commit | 8d074d6ed3293d57e731253779fde6c8f60834f5 (patch) | |
| tree | 878ec1bd44ed7e947b5b5503069245648e97bfd1 | |
| parent | 127f457f5cf3f71baec96fd6b05f129774e1d544 (diff) | |
update to 2.1.21
| -rw-r--r-- | php-egulias-email-validator2.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/php-egulias-email-validator2.spec b/php-egulias-email-validator2.spec index fe11e7a..1d3fe81 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.20 -%global github_commit    f46887bc48db66c7f38f668eb7d6ae54583617ff +%global github_version   2.1.21 +%global github_commit    563d0cdde5d862235ffe24a158497f4d490191b5  %global github_short     %(c=%{github_commit}; echo ${c:0:7})  %global major            2 @@ -50,7 +50,7 @@ BuildArch:     noarch  #    "phpunit/phpunit": "^4.8.36|^7.5.15",  #    "satooshi/php-coveralls": "^1.0.1"  # remirepo:1 -%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8 +%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 @@ -159,6 +159,9 @@ exit $ret  %changelog +* Mon Sep 21 2020 Remi Collet <remi@remirepo.net> - 2.1.21-1 +- update to 2.1.21 +  * Mon Sep  7 2020 Remi Collet <remi@remirepo.net> - 2.1.20-1  - update to 2.1.20  | 
