summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-09 07:27:03 +0100
committerRemi Collet <remi@php.net>2022-12-09 07:27:03 +0100
commit45aa6af3f09d4f83115b0f931376fa4c33dead81 (patch)
treeee37695cbf9b7ab4511ef6e4d95343c1a9c14ad4
parentb21af23602a2dad589b47e938d8d27572f597204 (diff)
update to 3.2.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-xdebug3.spec19
3 files changed, 15 insertions, 8 deletions
diff --git a/PHPINFO b/PHPINFO
index 1031ae0..838e53c 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -10,7 +10,7 @@ xdebug
 __/ |
 |___/
-Version => 3.2.0RC2
+Version => 3.2.0
Support Xdebug on Patreon, GitHub, or as a business: https://xdebug.org/support
Enabled Features (through 'xdebug.mode' setting)
diff --git a/REFLECTION b/REFLECTION
index e825599..f19774b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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