From a08c983ef53edae17f069d4d877587f1465685a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 18 Mar 2021 07:54:44 +0100 Subject: update to 2.14.0 --- php-laminas-mail.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-mail.spec') diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index 09bb0a7..b41aac7 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 6f6fb7c6f332abea25461eefb3da15e104edfd56 +%global gh_commit 542686aebf480c6902ad7f08b52498e94818bc0a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mail @@ -18,7 +18,7 @@ %global library Mail Name: php-%{gh_project} -Version: 2.13.1 +Version: 2.14.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -225,6 +225,9 @@ exit $ret %changelog +* Thu Mar 18 2021 Remi Collet - 2.14.0-1 +- update to 2.14.0 + * Mon Feb 15 2021 Remi Collet - 2.13.1-1 - update to 2.13.1 - drop patch merged upstream -- cgit