From a74376dd621629facf6cc96fee779101eb9e3e0e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 17:35:42 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-componere.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-componere.spec b/php-componere.spec index b60448e..9e83d96 100644 --- a/php-componere.spec +++ b/php-componere.spec @@ -25,9 +25,9 @@ Summary: Composing PHP classes at runtime Name: %{?scl_prefix}php-componere Version: 2.1.3 %if 0%{?gh_date:1} -Release: 1%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP URL: https://github.com/%{gh_owner}/%{gh_project} @@ -71,6 +71,12 @@ Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-%{pecl_name} <= %{version} +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -212,6 +218,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 17 2018 Remi Collet - 2.1.3-2 +- rebuld for 7.3.0alpha4 new ABI + * Wed Mar 14 2018 Remi Collet - 2.1.3-1 - update to 2.1.3 - sources from pecl -- cgit