From a896b812daa4c21a752f8db82e7cb6f391a0a548 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Dec 2022 15:29:25 +0100 Subject: update to 4.11.0 --- php-laminas-hydrator4.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-laminas-hydrator4.spec') diff --git a/php-laminas-hydrator4.spec b/php-laminas-hydrator4.spec index a44b85c..ea24d44 100644 --- a/php-laminas-hydrator4.spec +++ b/php-laminas-hydrator4.spec @@ -12,7 +12,7 @@ %bcond_without tests -%global gh_commit 9917c999faa8acc13da51a9b0d12e513b5d26430 +%global gh_commit acc18274748d58f18259413016eae49f9bb9136c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-hydrator @@ -22,11 +22,11 @@ %global major 4 Name: php-%{gh_project}%{major} -Version: 4.10.0 +Version: 4.11.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component version %{major} -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{gh_commit}/%{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -175,6 +175,9 @@ exit $ret %changelog +* Wed Dec 14 2022 Remi Collet - 4.11.0-1 +- update to 4.11.0 + * Tue Dec 6 2022 Remi Collet - 4.10.0-1 - update to 4.10.0 -- cgit