diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 09:01:18 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 09:01:18 +0200 | 
| commit | e0da41d4d5f3e1bc199c02df03d4b6710d2e9fbf (patch) | |
| tree | 045cda0111f6b776107bc51c305990301ac38477 | |
| parent | f573bafda4d4ea967d7fb6d2c995eaa89d30ad2b (diff) | |
rebuild for 7.3.0alpha4 new ABI
| -rw-r--r-- | php-pecl-yar.spec | 15 | 
1 files changed, 11 insertions, 4 deletions
| diff --git a/php-pecl-yar.spec b/php-pecl-yar.spec index 380312d..9eb4ef8 100644 --- a/php-pecl-yar.spec +++ b/php-pecl-yar.spec @@ -31,16 +31,16 @@ Summary:        Light, concurrent RPC framework  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        2.0.4  %if 0%{?gh_date:1} -Release:        0.12.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.13.%{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}.tgz  %endif  License:        PHP -Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} +BuildRequires:  %{?dtsprefix}gcc  BuildRequires:  curl-devel  BuildRequires:  %{?scl_prefix}php-devel > 7  BuildRequires:  %{?scl_prefix}php-pear @@ -89,6 +89,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 @@ -203,7 +207,7 @@ do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i  done -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -279,6 +283,9 @@ export YAR_API_PORT=8964  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.4-2 +- rebuild for 7.3.0alpha4 new ABI +  * Mon Jan  1 2018 Remi Collet <remi@remirepo.net> - 2.0.4-1  - Update to 2.0.4 | 
