diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 8 | ||||
| -rw-r--r-- | php-pecl-mailparse.spec | 15 | 
3 files changed, 12 insertions, 13 deletions
| @@ -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 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 mailparse version 3.0.3 ] { +Extension [ <persistent> extension #80 mailparse version 3.0.4 ] {    - Dependencies {      Dependency [ mbstring (Required) ] @@ -11,9 +11,9 @@ Extension [ <persistent> 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 <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 +  * Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 3.0.3-3  - rebuild for 7.4.0RC1 | 
