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 282d470..a05571c 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 ba665f5a52763dda5a747c4ad826d2adf1510486 +%global gh_commit 90304417929a51e42999b115907a39f4b658c131 %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.20.0 +Version: 2.20.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -266,6 +266,9 @@ exit $ret %changelog +* Fri Jul 1 2022 Remi Collet <remi@remirepo.net> - 2.20.1-1 +- update to 2.20.1 (no change) + * Thu Jun 16 2022 Remi Collet <remi@remirepo.net> - 2.20.0-1 - update to 2.20.0 - raise dependency on PHP 7.4 |