diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-22 09:26:36 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-22 09:26:36 +0100 |
commit | b177d4d248475a8dc2636217215b329199edf2b0 (patch) | |
tree | a284d8446c28fafde7799415d63a340ddccb8a89 | |
parent | d7f1c8d8ab16e17f467d798f9270ce5fdba8350b (diff) |
update to 2.16.1
-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 |