diff options
| author | Remi Collet <remi@remirepo.net> | 2018-07-18 05:40:31 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-07-18 05:40:31 +0200 | 
| commit | 9b5bd309db51bf0287b5add61ff35130a5537ba0 (patch) | |
| tree | 2ae2d4ae3534f19f13529f0c46d69856df1b37b2 | |
| parent | 438df3e7dcd4c2ef526fd81cd1e36032763c203e (diff) | |
rebuld for 7.3.0alpha4 new ABI
| -rw-r--r-- | php-pecl-ds.spec | 9 | 
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 16c7628..c3154bb 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -34,7 +34,7 @@  Summary:        Data Structures for PHP  Name:           %{?sub_prefix}php-pecl-%{pecl_name}  Version:        1.2.6 -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;')}}  License:        MIT  URL:            http://pecl.php.net/package/%{pecl_name}  Source0:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -76,6 +76,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 @@ -239,6 +243,9 @@ cd ..  %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.2.6-2 +- rebuld for 7.3.0alpha4 new ABI +  * Fri May 25 2018 Remi Collet <remi@remirepo.net> - 1.2.6-1  - update to 1.2.6  | 
