From 409ff0a3221f89b9179e1cd45da5def6cb89eff2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:03:00 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-rpminfo.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-rpminfo.spec') diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 8f0cadd..de3011f 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -17,6 +17,7 @@ %else %global _root_prefix %{_prefix} %endif + %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name rpminfo %global ini_name 40-%{pecl_name}.ini @@ -26,7 +27,7 @@ Summary: RPM information Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 0.6.0 -Release: 6%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 7%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -39,7 +40,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}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} @@ -213,6 +213,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 0.6.0-7 +- rebuild for PHP 8.3.0RC1 + * Tue Jun 6 2023 Remi Collet - 0.6.0-6 - build out of sources tree -- cgit