From 957aaf6082e7cd67cc1f2fe242b07efbe37f7aac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Jul 2015 08:23:58 +0200 Subject: php-pecl-hrtime: rebuild --- php-pecl-hrtime.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/php-pecl-hrtime.spec b/php-pecl-hrtime.spec index 29cf411..c660c48 100644 --- a/php-pecl-hrtime.spec +++ b/php-pecl-hrtime.spec @@ -30,7 +30,7 @@ Summary: High resolution timing Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.5.1 -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: BSD Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -63,6 +63,10 @@ Obsoletes: php55w-pecl-%{pecl_name} <= %{version} Obsoletes: php56u-pecl-%{pecl_name} <= %{version} Obsoletes: php56w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.0" +Obsoletes: php70u-pecl-%{pecl_name} <= %{version} +Obsoletes: php70w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -221,6 +225,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 8 2015 Remi Collet - 0.5.1-3 +- rebuild against php 7.0.0beta1 + * Wed Jun 24 2015 Remi Collet - 0.5.1-2 - allow build against rh-php56 (as more-php56) - rebuild for "rh_layout" (php70) -- cgit