diff options
author | Remi Collet <remi@remirepo.net> | 2023-01-06 10:58:04 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-01-06 10:58:04 +0100 |
commit | fcbe00e7f8c6a31c53957f90452f42d85435f5fd (patch) | |
tree | af68cb7d3ff676a3c5fb70df56f18ef6493a6778 | |
parent | 12f99cdf93001a8309f079a0b0de4735fe39423b (diff) |
update to 2.21.1
-rw-r--r-- | php-laminas-mail.spec | 11 |
1 files 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 <remi@remirepo.net> - 2.21.1-1 +- update to 2.21.1 + * Tue Dec 6 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1 - update to 2.21.0 |