diff options
-rw-r--r-- | php-pecl-ds.spec | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index 9ff785a..7d32c42 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -17,6 +17,8 @@ %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global pecl_name ds +%global pie_vend php-ds +%global pie_proj ext-ds # After json %global ini_name 40-%{pecl_name}.ini %global sources %{pecl_name}-%{version} @@ -33,7 +35,7 @@ Summary: Data Structures for PHP Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 1.6.0 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -58,10 +60,12 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} -Provides: %{?scl_prefix}php-%{pecl_name} = %{version} -Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} %description @@ -193,6 +197,9 @@ done %changelog +* Wed Jul 30 2025 Remi Collet <remi@remirepo.net> - 1.6.0-2 +- rebuild for 8.5.0alpha3 + * Sat May 3 2025 Remi Collet <remi@remirepo.net> - 1.6.0-1 - update to 1.6.0 - re-license spec file to CECILL-2.1 |