diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 11:35:04 +0100 | 
| commit | 45268c23afbb8af345c25e726571abf66b85b5ec (patch) | |
| tree | 1fa87a7c744e86f4faa03d8027b8cb624703ffc0 | |
| parent | fa6697d259b745856ce800283cb3ee8aa0d8e4d6 (diff) | |
PHP 7.1 mass rebuild part #1
| -rw-r--r-- | php-pecl-rrd-php7.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rrd-php7.spec b/php-pecl-rrd-php7.spec index b4c5654..2c8c231 100644 --- a/php-pecl-rrd-php7.spec +++ b/php-pecl-rrd-php7.spec @@ -19,7 +19,7 @@  Summary:      PHP Bindings for rrdtool  Name:         %{?scl_prefix}php-pecl-rrd  Version:      2.0.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/rrd @@ -213,6 +213,9 @@ fi  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-3 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-2  - rebuild for PHP 7.1 new API version  | 
