From 2df655d20a53a3c186ab849922fe8a4dc39cfafe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Jun 2015 09:56:42 +0200 Subject: php-pecl-rrd: rebuild for "rh_layout" --- php-pecl-rrd-dev.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/php-pecl-rrd-dev.spec b/php-pecl-rrd-dev.spec index ce61f1a..1b5d9d2 100644 --- a/php-pecl-rrd-dev.spec +++ b/php-pecl-rrd-dev.spec @@ -26,7 +26,7 @@ Summary: PHP Bindings for rrdtool Name: %{?scl_prefix}php-pecl-rrd Version: 2.0.0 -Release: 0.1.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD Group: Development/Languages URL: http://pecl.php.net/package/rrd @@ -84,6 +84,8 @@ Obsoletes: php70w-pecl-%{pecl_name} <= %{version} Procedural and simple OO wrapper for rrdtool - data logging and graphing system for time series data. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. + %prep %setup -c -q @@ -223,6 +225,9 @@ fi %changelog +* Wed Jun 24 2015 Remi Collet - 2.0.0-0.2.beta2 +- rebuild for "rh_layout" (php70) + * Tue Jun 16 2015 Remi Collet - 2.0.0-0.1.beta2 - update to 2.0.0beta2 - raise dependency on php >= 7 -- cgit