diff options
Diffstat (limited to 'php-laminas-form.spec')
-rw-r--r-- | php-laminas-form.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 2.17.1-1 +- update to 2.17.1 + * Tue May 25 2021 Remi Collet <remi@remirepo.net> - 2.17.0-1 - update to 2.17.0 |