diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-xdebug3.spec | 19 | 
3 files changed, 15 insertions, 8 deletions
@@ -10,7 +10,7 @@ xdebug  [1m                              __/ |  [1m                             |___/  -[0mVersion => 3.2.0RC2 +[0mVersion => 3.2.0  Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support               Enabled Features (through 'xdebug.mode' setting)              @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #16 xdebug version 3.2.0RC2 ] { +Extension [ <persistent> extension #16 xdebug version 3.2.0 ] {    - INI {      Entry [ xdebug.mode <SYSTEM> ] diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 43f2fe6..a17b1fb 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,14 +21,14 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   337c0c331ddeed4ff5bac2e58dcfe2b7666d936d +%global gh_commit   77aaa48269a6b0be19cf1557dd8d2e9f1fa211e9  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release  %global upstream_version 3.2.0 -%global upstream_prever  RC2 -%global upstream_lower   %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]') +#global upstream_prever  RC2 +#lobal upstream_lower   %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')  # XDebug should be loaded after opcache  %global ini_name  15-%{pecl_name}.ini @@ -42,9 +42,10 @@ Release:        1.%{gh_date}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo "."  Release:        1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif -# The Xdebug License, version 1.01 -# (Based on "The PHP License", version 3.0) -License:        BSD +# The Xdebug License, SPDX see +# https://gitlab.com/fedora/legal/fedora-license-data/-/issues/95 +# https://github.com/spdx/license-list-XML/issues/1718 +License:        PHP-3.01  URL:            https://xdebug.org/  Source0:        https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz @@ -279,6 +280,12 @@ fi  %changelog +* Fri Dec  9 2022 Remi Collet <remi@remirepo.net> - 3.2.0-1 +- update to 3.2.0 + +* Thu Nov 17 2022 Remi Collet <remi@remirepo.net> - 3.2.0~rc2-2 +- use PHP-3.01 as SPDX License identifier +  * Thu Nov 10 2022 Remi Collet <remi@remirepo.net> - 3.2.0~rc2-1  - update to 3.2.0RC2  | 
