diff options
Diffstat (limited to 'php-laminas-form.spec')
-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 1049c8a..a28d175 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 4262d6d6f0e7a47ef8db969481e59d58a0118f0e +%global gh_commit 76fe85b3f126183fe965d60e32e2bf6c7c108d61 %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.2 +Version: 2.16.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -279,6 +279,9 @@ exit $ret %changelog +* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 2.16.3-1 +- update to 2.16.3 (no change) + * Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 2.16.2-1 - update to 2.16.2 (no change) |