From 7877f427a11bf13ef153e2bf3f3ba0749095fd32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:39:48 +0200 Subject: rebuild for 7.2.0beta1 --- php-pecl-pcs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php-pecl-pcs.spec') diff --git a/php-pecl-pcs.spec b/php-pecl-pcs.spec index 0fdc722..c5d2f2e 100644 --- a/php-pecl-pcs.spec +++ b/php-pecl-pcs.spec @@ -24,7 +24,7 @@ Summary: PHP Code Service Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.3.3 -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: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -71,6 +71,10 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Obsoletes: php71u-pecl-%{pecl_name} <= %{version} Obsoletes: php71w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -267,6 +271,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Tue Jul 18 2017 Remi Collet - 1.3.3-3 +- rebuild for PHP 7.2.0beta1 new API + * Sun Jun 25 2017 Remi Collet - 1.3.3-2 - add patch for test suite with php 7.2 from https://github.com/flaupretre/pecl-pcs/pull/10 -- cgit