From 6f12704470d35d2dc4941b996d9cc1665cb0d142 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2022 17:26:13 +0200 Subject: update to 3.10.1 --- php-laminas-stdlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-stdlib.spec b/php-laminas-stdlib.spec index e45ca05..4ea7d06 100644 --- a/php-laminas-stdlib.spec +++ b/php-laminas-stdlib.spec @@ -13,7 +13,7 @@ %bcond_without tests %endif -%global gh_commit 449c0405e182bfe77702604a474668fbb63e9907 +%global gh_commit 0d669074845fc80a99add0f64025192f143ef836 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-stdlib @@ -23,7 +23,7 @@ %global library Stdlib Name: php-%{gh_project} -Version: 3.10.0 +Version: 3.10.1 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -175,6 +175,9 @@ exit $ret %changelog +* Fri Jun 10 2022 Remi Collet - 3.10.1-1 +- update to 3.10.1 + * Thu Jun 9 2022 Remi Collet - 3.10.0-1 - update to 3.10.0 -- cgit