diff options
| -rw-r--r-- | php-pecl-sync.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-sync.spec b/php-pecl-sync.spec index 643f445..548093a 100644 --- a/php-pecl-sync.spec +++ b/php-pecl-sync.spec @@ -22,7 +22,7 @@  Summary:        Named and unnamed synchronization objects  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.1.1 -Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        4%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        MIT  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -63,6 +63,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 @@ -215,6 +219,9 @@ export TEST_PHP_ARGS="-n -d extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.1-4 +- rebuild for 7.3.0alpha4 new ABI +  * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 1.1.1-3  - cleanup  | 
