From 5e4fc766e38d6d9f0fe47d4d68d8f342a992f0fb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 09:02:52 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-rrd.spec | 6 ++++-- 1 file 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 - 2.0.3-4 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 19 2023 Remi Collet - 2.0.3-3 - build out of sources tree -- cgit