From 7f23a3146871ff1d97d06bdd362286714c5c1841 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 14:08:16 +0200 Subject: rebuild for 7.4.0beta1 --- php-pecl-sphinx.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/php-pecl-sphinx.spec b/php-pecl-sphinx.spec index 2f415ba..fde7d79 100644 --- a/php-pecl-sphinx.spec +++ b/php-pecl-sphinx.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-sphinx # -# Copyright (c) 2011-2018 Remi Collet +# Copyright (c) 2011-2019 Remi Collet # # Fedora spec file for php-pecl-sphinx # @@ -28,9 +28,9 @@ Name: %{?sub_prefix}php-pecl-sphinx Version: 1.4.0 %if 0%{?gh_date:1} -Release: 0.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif Summary: PECL extension for Sphinx SQL full-text search engine License: PHP @@ -74,9 +74,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 @@ -220,6 +224,9 @@ fi %changelog +* Tue Jul 23 2019 Remi Collet - 1.4.0-0.7.20181116.d958afb +- rebuild for 7.4.0beta1 + * Fri Nov 16 2018 Remi Collet - 1.4.0-0.6.20181116.d958afb - refresh snapshot -- cgit