diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-pecl-rpminfo.spec | 7 | 
3 files changed, 8 insertions, 5 deletions
| @@ -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 @@ -1,7 +1,7 @@ -Extension [ <persistent> extension #96 rpminfo version 0.6.0 ] { +Extension [ <persistent> 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 <remi@remirepo.net> - 0.6.0-7 +- rebuild for PHP 8.3.0RC1 +  * Tue Jun  6 2023 Remi Collet <remi@remirepo.net> - 0.6.0-6  - build out of sources tree | 
