diff options
Diffstat (limited to 'php-pecl-xhprof.spec')
-rw-r--r-- | php-pecl-xhprof.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-xhprof.spec b/php-pecl-xhprof.spec index d4acc05..54a5cc0 100644 --- a/php-pecl-xhprof.spec +++ b/php-pecl-xhprof.spec @@ -24,11 +24,11 @@ %global ini_name 40-%{pecl_name}.ini Name: %{?scl_prefix}php-pecl-xhprof -Version: 2.3.8 +Version: 2.3.9 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP extension for XHProf, a Hierarchical Profiler -License: ASL 2.0 +License: Apache-2.0 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}.tgz @@ -262,6 +262,10 @@ fi %changelog +* Wed Dec 14 2022 Remi Collet <remi@remirepo.net> - 2.3.9-1 +- update to 2.3.9 +- use SPDX license id + * Mon Nov 7 2022 Remi Collet <remi@remirepo.net> - 2.3.8-1 - update to 2.3.8 |