diff options
| -rw-r--r-- | php-pecl-mailparse.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
| diff --git a/php-pecl-mailparse.spec b/php-pecl-mailparse.spec index 86881bd..73da8c9 100644 --- a/php-pecl-mailparse.spec +++ b/php-pecl-mailparse.spec @@ -27,7 +27,7 @@  Summary:   PHP PECL package for parsing and working with email messages  Name:      %{?sub_prefix}php-pecl-mailparse  Version:   3.0.3 -Release:   1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:   2%{?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 @@ -67,9 +67,13 @@ Obsoletes:     php72u-pecl-%{pecl_name} <= %{version}  Obsoletes:     php72w-pecl-%{pecl_name} <= %{version}  %endif  %if "%{php_version}" > "7.3" -Obsoletes:     php73u-pecl-%{pecl_name} <= %{version} +Obsoletes:      php73-pecl-%{pecl_name} <= %{version}  Obsoletes:     php73w-pecl-%{pecl_name} <= %{version}  %endif +%if "%{php_version}" > "7.4" +Obsoletes:      php74-pecl-%{pecl_name} <= %{version} +Obsoletes:     php74w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -222,6 +226,9 @@ fi  %changelog +* Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 3.0.3-2 +- rebuild for 7.4.0beta1 +  * Wed Mar 20 2019 Remi Collet <remi@remirepo.net> - 3.0.3-1  - update to 3.0.3 | 
