diff options
| -rw-r--r-- | php-pecl-yaml.spec | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec index 19034c3..23e97ca 100644 --- a/php-pecl-yaml.spec +++ b/php-pecl-yaml.spec @@ -27,7 +27,7 @@  Summary:       PHP Bindings for yaml  Name:          %{?scl_prefix}php-pecl-yaml  Version:       %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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/yaml @@ -41,7 +41,6 @@ BuildRequires: libyaml-devel  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} @@ -229,6 +228,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 2.2.3-3 +- rebuild for PHP 8.3.0RC1 +  * Tue Jul 18 2023 Remi Collet <remi@remirepo.net> - 2.2.3-2  - build out of sources tree  | 
