diff options
author | Remi Collet <remi@remirepo.net> | 2018-07-18 08:11:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-07-18 08:11:15 +0200 |
commit | 34a741dcf30779302a28c3ac57f96068d338c1d3 (patch) | |
tree | b4291e009234233bbd90f1b670e84fdc7609a55e | |
parent | 6169896825f73800cf8dd3526429bb312a5231cb (diff) |
rebuild for 7.3.0alpha4 new ABI
-rw-r--r-- | php-pecl-ssdeep.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index f0589e6..2f8c2bd 100644 --- a/php-pecl-ssdeep.spec +++ b/php-pecl-ssdeep.spec @@ -31,7 +31,7 @@ Summary: Wrapper for libfuzzy library Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.1.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -70,6 +70,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 @@ -239,6 +243,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.1.0-3 +- rebuild for 7.3.0alpha4 new ABI + * Wed Jun 27 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2 - cleanup |