diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
| commit | f5972759eefce76ae119942ccdcfb8550e42329f (patch) | |
| tree | 42647fd78d4b5b1619653db30617e619d8b19877 | |
| parent | 3ef1097c740699169a47428be8d2d835c9339df4 (diff) | |
PHP 7.0.0RC5
| -rw-r--r-- | php-pecl-rrd-dev.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-rrd-dev.spec b/php-pecl-rrd-dev.spec index d36f92d..ceec37c 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.6.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      0.7.%{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 @@ -80,7 +80,7 @@ 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})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.  %prep  @@ -220,6 +220,9 @@ fi  %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.7.beta3 +- rebuild for PHP 7.0.0RC5 new API version +  * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 2.0.0-0.6.beta3  - F23 rebuild with rh_layout  | 
