diff options
| -rw-r--r-- | php-pecl-rrd.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index 47bb26c..9cf31f7 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -23,7 +23,7 @@  Summary:      PHP Bindings for rrdtool  Name:         %{?scl_prefix}php-pecl-rrd  Version:      2.0.1 -Release:      5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      BSD  URL:          http://pecl.php.net/package/rrd @@ -228,6 +228,9 @@ fi  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.1-6 +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.0.1-5  - rebuild for 7.3.0alpha4 new ABI  | 
