diff options
-rw-r--r-- | php-laminas-form.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 9c86a4b..091cb9c 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 43e083923386918d228503c0b1e01490c75cbca1 +%global gh_commit 3ed0b37dd2b54bb2e69f1f0c9e86aeb5e3b0b391 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-form @@ -19,7 +19,7 @@ %bcond_without tests Name: php-%{gh_project} -Version: 2.16.0 +Version: 2.16.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -279,6 +279,9 @@ exit $ret %changelog +* Mon Mar 22 2021 Remi Collet <remi@remirepo.net> - 2.16.1-1 +- update to 2.16.1 + * Fri Mar 19 2021 Remi Collet <remi@remirepo.net> - 2.16.0-1 - update to 2.16.0 - raise dependency on PHP 7.3 |