diff options
| -rw-r--r-- | php-pecl-lzf.spec | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/php-pecl-lzf.spec b/php-pecl-lzf.spec index 97e58ab..e4f50f3 100644 --- a/php-pecl-lzf.spec +++ b/php-pecl-lzf.spec @@ -23,10 +23,10 @@  Name:           %{?scl_prefix}php-pecl-lzf  Version:        1.7.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;')}}  Summary:        Extension to handle LZF de/compression  Group:          Development/Languages -License:        PHP +License:        PHP-3.01  URL:            https://pecl.php.net/package/%{pecl_name}  Source0:        https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -38,7 +38,6 @@ BuildRequires:  liblzf-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-%{ext_name}                = %{version}  Provides:       %{?scl_prefix}php-%{ext_name}%{?_isa}        = %{version} @@ -217,6 +216,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.7.0-3 +- rebuild for PHP 8.3.0RC1 +  * Thu Sep  1 2022 Remi Collet <remi@remirepo.net> - 1.7.0-2  - rebuild for PHP 8.2.0RC1  | 
