diff options
| author | Remi Collet <remi@remirepo.net> | 2020-09-30 11:18:04 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-09-30 11:18:04 +0200 | 
| commit | 02e454398ffbc1699b4ce4cf15bd4e90ec87735f (patch) | |
| tree | 83d1a09347f793ce7888f056f677a66dde7e9e4c | |
| parent | a9c5c6e659a2487656bc1dafe2521b67708264fe (diff) | |
rebuild for PHP 8.0.0RC1
| -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 da9a494..4161816 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:      8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      9%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      BSD  URL:          https://pecl.php.net/package/rrd @@ -220,6 +220,9 @@ fi  %changelog +* Wed Sep 30 2020 Remi Collet <remi@remirepo.net> - 2.0.1-9 +- rebuild for PHP 8.0.0RC1 +  * Wed Sep 23 2020 Remi Collet <remi@remirepo.net> - 2.0.1-8  - add upstream patch for PHP 8  | 
