diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-15 09:02:12 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-15 09:02:12 +0200 |
| commit | 514e2df50faedd5233f93397f42c01e3a5f28a2f (patch) | |
| tree | 75c5c779fc11aac6321476e5670f6a06d74d9086 | |
| parent | 112f3bc093f3d4358603dca82daa1bd903ffe454 (diff) | |
fix Summaryv1
| -rw-r--r-- | php-pecl-ds.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ds.spec b/php-pecl-ds.spec index af4f4b1..8ea09f7 100644 --- a/php-pecl-ds.spec +++ b/php-pecl-ds.spec @@ -39,7 +39,7 @@ %global archivename1 tests-1.8.0 -Summary: Data Structures for PHP +Summary: Data Structures for PHP version 1 Name: %{?scl_prefix}php-pecl-%{pecl_name} License: MIT Version: 1.8.0 @@ -86,6 +86,9 @@ Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} An extension providing specialized data structures as efficient alternatives to the PHP array. +This package provides API version 1. +The php-pecl-ds2 provides API version 2. + Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}. |
