diff options
| -rw-r--r-- | php-pecl-propro.spec | 11 | 
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-propro.spec b/php-pecl-propro.spec index 7af08f4..5072b9a 100644 --- a/php-pecl-propro.spec +++ b/php-pecl-propro.spec @@ -32,10 +32,10 @@ Summary:        Property proxy  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.1.0  %if 0%{?ghdate} -Release:        0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz  %else -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;')}}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz  %endif  License:        BSD @@ -78,6 +78,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 @@ -255,6 +259,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.1.0-2 +- rebuld for 7.3.0alpha4 new ABI +  * Mon Apr  9 2018 Remi Collet <remi@remirepo.net> - 2.1.0-1  - update to 2.1.0  | 
