From e60bbe95973fe632866934d0f5a39e7701412b37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Dec 2019 11:16:34 +0100 Subject: v3.0.4 --- PHPINFO | 2 +- REFLECTION | 8 ++++---- php-pecl-mailparse.spec | 15 +++++++-------- 3 files changed, 12 insertions(+), 13 deletions(-) diff --git a/PHPINFO b/PHPINFO index 490158d..87ebcd2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,7 +2,7 @@ mailparse mailparse support => enabled -Extension Version => 3.0.3 +Extension Version => 3.0.4 Revision => $Revision$ Directive => Local Value => Master Value diff --git a/REFLECTION b/REFLECTION index e978c03..37222e0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 mailparse version 3.0.3 ] { +Extension [ extension #80 mailparse version 3.0.4 ] { - Dependencies { Dependency [ mbstring (Required) ] @@ -11,9 +11,9 @@ Extension [ extension #117 mailparse version 3.0.3 ] { } - Constants [3] { - Constant [ integer MAILPARSE_EXTRACT_OUTPUT ] { 0 } - Constant [ integer MAILPARSE_EXTRACT_STREAM ] { 1 } - Constant [ integer MAILPARSE_EXTRACT_RETURN ] { 2 } + Constant [ int MAILPARSE_EXTRACT_OUTPUT ] { 0 } + Constant [ int MAILPARSE_EXTRACT_STREAM ] { 1 } + Constant [ int MAILPARSE_EXTRACT_RETURN ] { 2 } } - Functions { diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec index cf1b271..18743c4 100644 --- a/php-pecl-mailparse.spec +++ b/php-pecl-mailparse.spec @@ -26,11 +26,11 @@ Summary: PHP PECL package for parsing and working with email messages Name: %{?sub_prefix}php-pecl-mailparse -Version: 3.0.3 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 3.0.4 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP -URL: http://pecl.php.net/package/mailparse -Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +URL: https://pecl.php.net/package/mailparse +Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 @@ -58,10 +58,6 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{rele %if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} # Other third party repo stuff -%if "%{php_version}" > "7.1" -Obsoletes: php71u-pecl-%{pecl_name} <= %{version} -Obsoletes: php71w-pecl-%{pecl_name} <= %{version} -%endif %if "%{php_version}" > "7.2" Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} @@ -226,6 +222,9 @@ fi %changelog +* Thu Dec 19 2019 Remi Collet - 3.0.4-1 +- update to 3.0.4 + * Tue Sep 03 2019 Remi Collet - 3.0.3-3 - rebuild for 7.4.0RC1 -- cgit