diff options
-rw-r--r-- | php-laminas-navigation.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-navigation.spec b/php-laminas-navigation.spec index 06799ab..63e5ac3 100644 --- a/php-laminas-navigation.spec +++ b/php-laminas-navigation.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-laminas-navigation # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,7 +8,7 @@ # # when build without permission-acl %global bootstrap 0 -%global gh_commit a4343098b50942df1edcc2b035780068bac17ed5 +%global gh_commit ca7c4df621bba21494b62722c46cd9326ca3e360 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-navigation @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.13.1 +Version: 2.13.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -231,6 +231,9 @@ exit $ret %changelog +* Thu Feb 17 2022 Remi Collet <remi@remirepo.net> - 2.13.2-1 +- update to 2.13.2 (no change) + * Tue Dec 14 2021 Remi Collet <remi@remirepo.net> - 2.13.1-1 - update to 2.13.1 - raise dependency on PHP 7.4 |