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 --- PHPINFO | 2 +- REFLECTION | 4 ++-- php-pecl-rpminfo.spec | 7 +++++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/PHPINFO b/PHPINFO index 04ebbaa..6681dd5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,4 +3,4 @@ rpminfo rpminfo support => enabled Extension version => 0.6.0 -RPM library version => 4.18.0 +RPM library version => 4.18.1 diff --git a/REFLECTION b/REFLECTION index 90ad560..1c66d1a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,7 +1,7 @@ -Extension [ extension #96 rpminfo version 0.6.0 ] { +Extension [ extension #97 rpminfo version 0.6.0 ] { - Constants [278] { - Constant [ string RPMVERSION ] { 4.18.0 } + Constant [ string RPMVERSION ] { 4.18.1 } Constant [ int RPMSENSE_ANY ] { 0 } Constant [ int RPMSENSE_LESS ] { 2 } Constant [ int RPMSENSE_GREATER ] { 4 } 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