diff options
Diffstat (limited to 'php-laminas-di3.spec')
-rw-r--r-- | php-laminas-di3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index d30cf83..a06aaae 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-di3 # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 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 9a9917cd3848c33ff638bc1a9462d0eafc759105 +%global gh_commit feee971d50ea327a0cac987f5de313a988203b9f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-di @@ -23,7 +23,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: Laminas Framework %{library} component v%{major} @@ -210,6 +210,9 @@ exit $ret %changelog +* Mon Jan 4 2021 Remi Collet <remi@remirepo.net> - 3.2.1-1 +- update to 3.2.1 (no change) + * Wed Oct 21 2020 Remi Collet <remi@remirepo.net> - 3.2.0-1 - update to 3.2.0 - raise dependency on PHP 7.3 |