diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:56:42 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-24 09:56:42 +0200 |
commit | 2df655d20a53a3c186ab849922fe8a4dc39cfafe (patch) | |
tree | 84ec013708dd3926590a35bbaf4c6636d4563bda | |
parent | 8e98378d2e5d4e7f366bb3ace44f8c923125f536 (diff) |
php-pecl-rrd: rebuild for "rh_layout"
-rw-r--r-- | php-pecl-rrd-dev.spec | 7 |
1 files changed, 6 insertions, 1 deletions
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 <remi@fedoraproject.org> - 2.0.0-0.2.beta2 +- rebuild for "rh_layout" (php70) + * Tue Jun 16 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.1.beta2 - update to 2.0.0beta2 - raise dependency on php >= 7 |