diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-09 07:27:03 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-09 07:27:03 +0100 |
commit | 45aa6af3f09d4f83115b0f931376fa4c33dead81 (patch) | |
tree | ee37695cbf9b7ab4511ef6e4d95343c1a9c14ad4 /php-pecl-xdebug3.spec | |
parent | b21af23602a2dad589b47e938d8d27572f597204 (diff) |
update to 3.2.0
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 19 |
1 files changed, 13 insertions, 6 deletions
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 |