From 42bb6e268435be6457b4464be37477d3c55d976a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Apr 2021 07:52:58 +0200 Subject: update to 4.2.0 --- php-laminas-code4.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec index b9531bc..6f3a1fa 100644 --- a/php-laminas-code4.spec +++ b/php-laminas-code4.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 5b553c274b94af3f880cbaaf8fbab047f279a31c +%global gh_commit e7e8f8a9c267520051d8026ff1da74823a3d8b97 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-code @@ -23,7 +23,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 4.1.0 +Version: 4.2.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -163,6 +163,9 @@ exit $ret %changelog +* Thu Apr 15 2021 Remi Collet - 4.2.0-1 +- update to 4.2.0 + * Mon Mar 29 2021 Remi Collet - 4.1.0-1 - update to 4.1.0 -- cgit