From b880ff7f17f64c6a8aa4b4f2cdc29c972222c14e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:43:24 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-ds.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index ff20467..87302d3 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -32,7 +32,7 @@ Summary: Data Structures for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.4.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -59,7 +59,6 @@ BuildRequires: %{_bindir}/phpab Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} -%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -220,6 +219,9 @@ fi %changelog +* Wed Aug 30 2023 Remi Collet - 1.4.0-3 +- rebuild for PHP 8.3.0RC1 + * Wed Jul 12 2023 Remi Collet - 1.4.0-2 - build out of sources tree - add upstream patch for PHP 8.3 -- cgit