From 555f5288c5bf58492e4b0d244852ae1fa096cc67 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Jan 2021 16:07:02 +0100 Subject: update to 2.12.5 --- php-laminas-mail.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index 8575af4..193a6e1 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -1,6 +1,6 @@ # remirepo/Fedora spec file for php-laminas-mail # -# Copyright (c) 2015-2020 Remi Collet +# Copyright (c) 2015-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit c154a733b122539ac2c894561996c770db289f70 +%global gh_commit ed5b36a0deef4ffafe6138c2ae9cafcffafab856 %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.12.3 +Version: 2.12.5 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -199,6 +199,7 @@ exit (class_exists("\\Zend\\%{library}\\Message") ? 0 : 1); : upstream test suite ret=0 +# TODO PHP 8 for cmdarg in "php %{phpunit}" php72 php73 php74; do if which $cmdarg; then set $cmdarg @@ -223,6 +224,9 @@ exit $ret %changelog +* Wed Jan 6 2021 Remi Collet - 2.12.5-1 +- update to 2.12.5 + * Thu Aug 13 2020 Remi Collet - 2.12.3-1 - update to 2.12.3 -- cgit