diff options
Diffstat (limited to 'php-laminas-validator.spec')
-rw-r--r-- | php-laminas-validator.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 1c2d2f7..572894e 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -8,7 +8,7 @@ # # When buid without config, db, filter, http, session, uri %global bootstrap 0 -%global gh_commit e370c4695db1c81e6dfad38d8c4dbdb37b23d776 +%global gh_commit 4680bc4241cb5b3ff78954c421fe43105ca413b7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-validator @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.14.4 +Version: 2.14.5 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -46,7 +46,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib) >= 3.3 BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 with php-autoloader(%{gh_owner}/laminas-zendframework-bridge) < 2) # From composer, "require-dev": { # "laminas/laminas-cache": "^2.6.1", -# "laminas/laminas-coding-standard": "~1.0.0", +# "laminas/laminas-coding-standard": "~2.2.1", # "laminas/laminas-config": "^2.6", # "laminas/laminas-db": "^2.7", # "laminas/laminas-filter": "^2.6", @@ -278,6 +278,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 2.14.5-1 +- update to 2.14.5 + * Mon Jan 25 2021 Remi Collet <remi@remirepo.net> - 2.14.4-1 - update to 2.14.4 |