diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-03 14:12:41 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-03 14:12:41 +0200 |
commit | 1f04d39697b60a4084cf3a0d9bdf46c210358efe (patch) | |
tree | 2901ab58d4887acaf66b9c9ff794b4779a14d68a | |
parent | dabce48b7fa2f0ac781f79f5da7f71cd762545e1 (diff) |
rebuild for 7.4.0RC1
-rw-r--r-- | php-pecl-ssdeep.spec | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/php-pecl-ssdeep.spec b/php-pecl-ssdeep.spec index cf5a6ff..cbb73f6 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: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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 @@ -71,9 +71,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 @@ -243,6 +247,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.1.0-5 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.1.0-4 - rebuild for 7.3.0beta2 new ABI |