diff options
| author | Remi Collet <remi@remirepo.net> | 2019-05-29 15:09:46 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-05-29 15:09:46 +0200 | 
| commit | d198cc691452c2d644db4e456cebcc2ffeff3614 (patch) | |
| tree | 319dba7f706831912b52d30f8625b80b3f7f8f63 | |
| parent | 8b07a0ac6869226b2105ef703d3d3bf9ae4cb82c (diff) | |
rebuild
| -rw-r--r-- | php-pecl-apcu-bc.spec | 13 | 
1 files changed, 10 insertions, 3 deletions
diff --git a/php-pecl-apcu-bc.spec b/php-pecl-apcu-bc.spec index aeb0bed..d9969ca 100644 --- a/php-pecl-apcu-bc.spec +++ b/php-pecl-apcu-bc.spec @@ -34,10 +34,10 @@ Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Summary:        APCu Backwards Compatibility Module  Version:        1.0.5  %if 0%{?gh_date:1} -Release:        0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.6.%{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}/%{proj_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/%{proj_name}-%{version}.tgz  %endif @@ -88,9 +88,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 @@ -250,6 +254,9 @@ fi  %changelog +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 1.0.5-2 +- rebuild +  * Wed Feb 20 2019 Remi Collet <remi@remirepo.net> - 1.0.5-1  - update to 1.0.5  | 
