From b177d4d248475a8dc2636217215b329199edf2b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Mar 2021 09:26:36 +0100 Subject: update to 2.16.1 --- php-laminas-form.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-form.spec') 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 - 2.16.1-1 +- update to 2.16.1 + * Fri Mar 19 2021 Remi Collet - 2.16.0-1 - update to 2.16.0 - raise dependency on PHP 7.3 -- cgit