diff options
Diffstat (limited to 'php-pecl-excimer.spec')
| -rw-r--r-- | php-pecl-excimer.spec | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/php-pecl-excimer.spec b/php-pecl-excimer.spec index 136674a..2f3707e 100644 --- a/php-pecl-excimer.spec +++ b/php-pecl-excimer.spec @@ -1,6 +1,6 @@ # spec file for php-pecl-excimer # -# SPDX-FileCopyrightText: Copyright 2021-2025 Remi Collet +# SPDX-FileCopyrightText: Copyright 2021-2026 Remi Collet # SPDX-License-Identifier: CECILL-2.1 # http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # @@ -12,7 +12,6 @@ %global pecl_name excimer %global ini_name 40-%{pecl_name}.ini -# segfault in test suite %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global sources %{pecl_name}-%{version} %global _configure ../%{sources}/configure @@ -20,7 +19,7 @@ Summary: Interrupting timer and low-overhead sampling profiler Name: %{?scl_prefix}php-pecl-%{pecl_name} -Version: 1.2.5 +Version: 1.2.6 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} @@ -34,10 +33,13 @@ BuildRequires: %{?scl_prefix}php-pear Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +# No PIE for now %description @@ -177,6 +179,9 @@ TEST_PHP_ARGS="-n -d extension=%{buildroot}/%{php_extdir}/%{pecl_name}.so" \ %changelog +* Thu Apr 16 2026 Remi Collet <remi@remirepo.net> - 1.2.6-1 +- update to 1.2.6 + * Tue May 20 2025 Remi Collet <remi@remirepo.net> - 1.2.5-1 - update to 1.2.5 - re-license spec file to CECILL-2.1 |
