diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-27 08:40:13 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-27 08:40:13 +0100 |
commit | c762ad21e7f615e10802c3cd64fc32a622bb4f75 (patch) | |
tree | 9128b3f8826e572e5c9bd214ad920f4fcbefce4a | |
parent | afc9600b27c889fc09618ccf46467731495157d2 (diff) |
update to 2.10.1
-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 228fda9..1611fa7 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-2020 Remi Collet +# Copyright (c) 2015-2021 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 1 -%global gh_commit e67b37da3dcbbb377789c40725f884e60e8db605 +%global gh_commit b877f813cbc053a9d6e0a81d882f9e809ba2e827 %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.10.0 +Version: 2.10.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -245,6 +245,9 @@ exit $ret %changelog +* Wed Jan 27 2021 Remi Collet <remi@remirepo.net> - 2.10.1-1 +- update to 2.10.1 + * Mon Oct 26 2020 Remi Collet <remi@remirepo.net> - 2.10.0-1 - update to 2.10.0 (no change) - raise dependency on PHP 7.3 |