From f319a1a9dd11722f68ccf0cb6e043a45a6f0a4d7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 May 2022 09:38:05 +0200 Subject: update to 3.5.0 --- php-laminas-di3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-di3.spec b/php-laminas-di3.spec index 9e662b6..2c38eaf 100644 --- a/php-laminas-di3.spec +++ b/php-laminas-di3.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit fc8a5547db10908a25b03ed16452d22318b75090 +%global gh_commit 4b88fb2eaee6245ac1189f47d6d191c3b679f67d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-di @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.4.0 +Version: 3.5.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component v%{major} @@ -182,6 +182,9 @@ exit $ret %changelog +* Mon May 9 2022 Remi Collet - 3.5.0-1 +- update to 3.5.0 + * Mon Feb 28 2022 Remi Collet - 3.4.0-1 - update to 3.4.0 - raise dependency on PHP 7.4 -- cgit