diff options
| -rw-r--r-- | php-pecl-rrd.spec | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index 0546068..ce3207b 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -24,7 +24,7 @@  Summary:      PHP Bindings for rrdtool  Name:         %{?scl_prefix}php-pecl-rrd  Version:      2.0.3 -Release:      3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:      BSD-2-Clause  URL:          https://pecl.php.net/package/rrd @@ -39,7 +39,6 @@ BuildRequires: %{?scl_prefix}php-pear  Requires:     %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:     %{?scl_prefix}php(api) = %{php_core_api} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}}  Conflicts:    %{?scl_prefix}rrdtool-php  Provides:     %{?scl_prefix}php-%{pecl_name}               = %{version} @@ -199,6 +198,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.0.3-4 +- rebuild for PHP 8.3.0RC1 +  * Wed Jul 19 2023 Remi Collet <remi@remirepo.net> - 2.0.3-3  - build out of sources tree  | 
