diff options
| -rw-r--r-- | php-pecl-apfd.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-apfd.spec b/php-pecl-apfd.spec index 3b4e823..d8604cf 100644 --- a/php-pecl-apfd.spec +++ b/php-pecl-apfd.spec @@ -31,7 +31,7 @@  Summary:        Always Populate Form Data  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.0.1 -Release:        10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:        BSD  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -69,6 +69,10 @@ Obsoletes:     php71w-pecl-%{pecl_name} <= %{version}  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:     php73w-pecl-%{pecl_name} <= %{version} +%endif  %endif  %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -221,6 +225,9 @@ cd ../ZTS  %changelog +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.0.1-11 +- rebuld for 7.3.0alpha4 new ABI +  * Thu Jun 21 2018 Remi Collet <remi@remirepo.net> - 1.0.1-10  - rebuild  | 
