From f984ac2ce23932d79a960b35e6a1f4a19b6e3b65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 29 Jun 2021 07:31:50 +0200 Subject: update to 3.2.1 --- php-laminas-hydrator3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-laminas-hydrator3.spec b/php-laminas-hydrator3.spec index 3eed60e..9d9b635 100644 --- a/php-laminas-hydrator3.spec +++ b/php-laminas-hydrator3.spec @@ -11,7 +11,7 @@ # pulled by php-ocramius-proxy-manager %global bootstrap 0 -%global gh_commit f0336699910478cc45c7e34ca0fc83bf118e48bc +%global gh_commit 41aaccb9a0b8e25b1742f78427aa90504a6eb1cd %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-hydrator @@ -27,7 +27,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 3.2.0 +Version: 3.2.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component v%{major} @@ -197,6 +197,9 @@ exit $ret %changelog +* Tue Jun 29 2021 Remi Collet - 3.2.1-1 +- update to 3.2.1 + * Wed Feb 24 2021 Remi Collet - 3.2.0-1 - update to 3.2.0 - raise dependency on PHP 7.3 -- cgit