diff options
Diffstat (limited to 'php-laminas-validator.spec')
-rw-r--r-- | php-laminas-validator.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 586c032..71c1afa 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -8,7 +8,7 @@ # # When buid without db, filter, http, session, uri %global bootstrap 0 -%global gh_commit 329900ab7674c198e91e85b2e09080cdf493ce07 +%global gh_commit bdd503adc83d814a5c94e598ea0eb9fc7ca56339 %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.16.0 +Version: 2.17.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -275,6 +275,9 @@ exit $ret %changelog +* Wed Mar 9 2022 Remi Collet <remi@remirepo.net> - 2.17.0-1 +- update to 2.17.0 + * Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 2.16.0-1 - update to 2.16.0 |