From 4e79f7c393b3b9abf5c688d37f71cb28c9ee888c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Feb 2022 10:35:32 +0100 Subject: update to 2.17.1 --- php-laminas-form.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-form.spec') diff --git a/php-laminas-form.spec b/php-laminas-form.spec index 61d94e8..2278a75 100644 --- a/php-laminas-form.spec +++ b/php-laminas-form.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-form # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 2a18e6724739f3f1875d30a6bb8ecedb3da5242e +%global gh_commit af231c26209fa0684af9e934e8ee5c085eb14cd0 %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.17.0 +Version: 2.17.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -281,6 +281,9 @@ exit $ret %changelog +* Tue Feb 1 2022 Remi Collet - 2.17.1-1 +- update to 2.17.1 + * Tue May 25 2021 Remi Collet - 2.17.0-1 - update to 2.17.0 -- cgit