From 514e2df50faedd5233f93397f42c01e3a5f28a2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Apr 2026 09:02:12 +0200 Subject: fix Summary --- php-pecl-ds.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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})}. -- cgit