diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-rrd.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,5 +2,5 @@ rrd rrd tool module => enabled -rrd tool module version => 2.0.2 +rrd tool module version => 2.0.3 rrdtool library version => 1.7.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 rrd version 2.0.2 ] { +Extension [ <persistent> extension #120 rrd version 2.0.3 ] { - Functions { Function [ <internal:rrd> function rrd_update ] { diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index a8bf072..a05cf95 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -22,7 +22,7 @@ Summary: PHP Bindings for rrdtool Name: %{?scl_prefix}php-pecl-rrd -Version: 2.0.2 +Version: 2.0.3 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/rrd @@ -210,6 +210,9 @@ fi %changelog +* Fri Apr 23 2021 Remi Collet <remi@remirepo.net> - 2.0.3-1 +- update to 2.0.3 + * Mon Apr 19 2021 Remi Collet <remi@remirepo.net> - 2.0.2-1 - update to 2.0.2 |