From fcbe00e7f8c6a31c53957f90452f42d85435f5fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jan 2023 10:58:04 +0100 Subject: update to 2.21.1 --- php-laminas-mail.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index 431ed90..826b2e3 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-2022 Remi Collet +# Copyright (c) 2015-2023 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -8,7 +8,7 @@ # %bcond_without tests -%global gh_commit 451b33522a4e7f17e097e45fceea4752c86a2ace +%global gh_commit 6e3d32a81dc28c233f4e1071564f75e151fcaca6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-mail @@ -18,11 +18,11 @@ %global library Mail Name: php-%{gh_project} -Version: 2.21.0 +Version: 2.21.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component -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 @@ -241,6 +241,9 @@ exit $ret %changelog +* Fri Jan 6 2023 Remi Collet - 2.21.1-1 +- update to 2.21.1 + * Tue Dec 6 2022 Remi Collet - 2.21.0-1 - update to 2.21.0 -- cgit