From 2d3764bcf3636ad151fd0a65915e2de4d00deddd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Feb 2022 14:38:35 +0100 Subject: update to 3.1.3 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-mailparse.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8d95029..36079f7 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mailparse mailparse support => enabled -Extension Version => 3.1.2 +Extension Version => 3.1.3 Directive => Local Value => Master Value mailparse.def_charset => us-ascii => us-ascii diff --git a/REFLECTION b/REFLECTION index 04dc21e..f19f96a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #83 mailparse version 3.1.2 ] { +Extension [ extension #83 mailparse version 3.1.3 ] { - Dependencies { Dependency [ mbstring (Required) ] diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec index ebf91fb..471feb1 100644 --- a/php-pecl-mailparse.spec +++ b/php-pecl-mailparse.spec @@ -3,7 +3,7 @@ # # Fedora spec file for php-pecl-mailparse # -# Copyright (c) 2008-2021 Remi Collet +# Copyright (c) 2008-2022 Remi Collet # Copyright (c) 2004-2007 Matthias Saou # # License: MIT @@ -26,7 +26,7 @@ Summary: PHP PECL package for parsing and working with email messages Name: %{?sub_prefix}php-pecl-mailparse -Version: 3.1.2 +Version: 3.1.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/mailparse @@ -217,6 +217,9 @@ fi %changelog +* Mon Feb 21 2022 Remi Collet - 3.1.3-1 +- update to 3.1.3 + * Wed Sep 1 2021 Remi Collet - 3.1.2-1 - update to 3.1.2 -- cgit