update to 3.2.0
use PHP-3.01 as SPDX License identifier
This commit is contained in:
parent
ea95009305
commit
70bbbf32d0
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/xdebug-3.2.0alpha3-89bb81c.tar.gz
|
||||
/xdebug-3.2.0RC1-ddee051.tar.gz
|
||||
/xdebug-3.2.0RC2-337c0c3.tar.gz
|
||||
/xdebug-3.2.0-77aaa48.tar.gz
|
||||
|
@ -16,13 +16,13 @@
|
||||
|
||||
%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})
|
||||
|
||||
# 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
|
||||
#global upstream_lower %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
# XDebug should be loaded after opcache
|
||||
%global ini_name 15-%{pecl_name}.ini
|
||||
@ -33,9 +33,10 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
|
||||
Release: 1%{?dist}
|
||||
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
|
||||
|
||||
# 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/
|
||||
|
||||
BuildRequires: gcc
|
||||
@ -215,6 +216,10 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 9 2022 Remi Collet <remi@remirepo.net> - 3.2.0-1
|
||||
- update to 3.2.0
|
||||
- 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
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdebug-3.2.0RC2-337c0c3.tar.gz) = 845edcc7050bf55e1ad31a8a6bcb79b9ba7e2490081353893afc1f934a29ad3494cf32bcd14c32bc221581b813979ecf0f588ff8391b5308d10bd30f022fd018
|
||||
SHA512 (xdebug-3.2.0-77aaa48.tar.gz) = c8c99dc1996f68b184dec0722bf8c018326c9f22a6a80a0858d36f515c1aae08ac1bb93745e4265c6d97040d081aa789aae7ef6b42e085b58283683de969a552
|
||||
|
Loading…
Reference in New Issue
Block a user