diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:43:45 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:43:45 +0200 |
commit | 06ac59702f6d060705775e91e9a02c4ea727516c (patch) | |
tree | 55d08649d91518d6271150c91f93b38627e7e5a4 | |
parent | 1fadf9b8119b887c04736de102302bb9f3dbb01b (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-vld.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pecl-vld.spec b/php-pecl-vld.spec index d91d149..3c33037 100644 --- a/php-pecl-vld.spec +++ b/php-pecl-vld.spec @@ -28,14 +28,13 @@ Summary: Dump the internal representation of PHP scripts Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.15.0 %if 0%{?gh_date:1} -Release: 0.11.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.12.%{gh_date}.%{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: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 3%{?dist}%{!?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 @@ -73,6 +72,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 @@ -231,6 +234,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.15.0-0.12.20180514.1719df5 +- rebuild for 7.3.0alpha4 new ABI + * Mon Jul 2 2018 Remi Collet <remi@remirepo.net> - 0.15.0-0.11.20180514.1719df5 - update to 0.15.0-dev for PHP 7.3 |