diff options
author | Remi Collet <remi@remirepo.net> | 2021-04-14 07:43:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-04-14 07:43:42 +0200 |
commit | 87bd817e68ff6ea359289140cd8f8731e058716b (patch) | |
tree | 3b3bb7174179c1b35865f4ec3973aba484a15951 | |
parent | 5c364a243945c59f4a74173b7c5be087ba625ad7 (diff) |
update to 2.10.2 (no change)
-rw-r--r-- | php-laminas-modulemanager.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-modulemanager.spec b/php-laminas-modulemanager.spec index 4ba8897..3d15223 100644 --- a/php-laminas-modulemanager.spec +++ b/php-laminas-modulemanager.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-laminas-modulemanager # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_with bootstrap %bcond_without tests -%global gh_commit 637aaaf2c85d13694b096e253e5884653f93bb92 +%global gh_commit 2068e0b300e87e139112016a6025be341ceaaf33 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-modulemanager @@ -20,7 +20,7 @@ %global library ModuleManager Name: php-%{gh_project} -Version: 2.10.1 +Version: 2.10.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -237,6 +237,9 @@ exit $ret %changelog +* Wed Apr 14 2021 Remi Collet <remi@remirepo.net> - 2.10.2-1 +- update to 2.10.2 (no change) + * Wed Sep 2 2020 Remi Collet <remi@remirepo.net> - 2.10.1-1 - update to 2.10.1 |