From b055567dd1bc03c76aa58967639c0847d4db0af1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 23 Jul 2019 13:56:19 +0200 Subject: rebuild for 7.4.0beta1 --- php-pinba.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'php-pinba.spec') diff --git a/php-pinba.spec b/php-pinba.spec index f27e333..42ea1e9 100644 --- a/php-pinba.spec +++ b/php-pinba.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pinba # -# Copyright (c) 2017-2018 Remi Collet +# Copyright (c) 2017-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -24,9 +24,9 @@ Summary: Client extension for Pinba statistics server Name: %{?scl_prefix}php-pinba Version: 1.1.1 %if 0%{?gh_date:1} -Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.6.%{gh_date}git%{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 License: LGPLv2+ URL: https://github.com/%{gh_owner}/%{gh_project} @@ -54,9 +54,13 @@ Obsoletes: php72u-%{pecl_name} <= %{version} Obsoletes: php72w-%{pecl_name} <= %{version} %endif %if "%{php_version}" > "7.3" -Obsoletes: php73u-%{pecl_name} <= %{version} +Obsoletes: php73-%{pecl_name} <= %{version} Obsoletes: php73w-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-%{pecl_name} <= %{version} +Obsoletes: php74w-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -184,6 +188,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 23 2019 Remi Collet - 1.1.1-5 +- rebuild for 7.4.0beta1 + * Thu Aug 16 2018 Remi Collet - 1.1.1-4 - rebuild for 7.3.0beta2 new ABI -- cgit