From 81f8bf7d1162009f1ae28bcdcfac1b854345e982 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Sep 2021 10:18:02 +0200 Subject: update to 4.4.3 --- 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 65ae7b1..1d8860d 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 54251ab2b16c41c6980387839496b235f5f6e10b +%global gh_commit bb324850d09dd437b6acb142c13e64fdc725b0e1 %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.4.2 +Version: 4.4.3 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -155,6 +155,9 @@ exit $ret %changelog +* Thu Sep 23 2021 Remi Collet - 4.4.3-1 +- update to 4.4.3 + * Mon Jul 12 2021 Remi Collet - 4.4.2-1 - update to 4.4.2 -- cgit