From 87bd817e68ff6ea359289140cd8f8731e058716b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Apr 2021 07:43:42 +0200 Subject: update to 2.10.2 (no change) --- php-laminas-modulemanager.spec | 9 ++++++--- 1 file 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 - 2.10.2-1 +- update to 2.10.2 (no change) + * Wed Sep 2 2020 Remi Collet - 2.10.1-1 - update to 2.10.1 -- cgit