3.0.0RC1
This commit is contained in:
parent
0d6a23a8e6
commit
81f38d021b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/xdebug-3.0.0beta1-e3158f5.tar.gz
|
/xdebug-3.0.0beta1-e3158f5.tar.gz
|
||||||
|
/xdebug-3.0.0RC1-fb2ae0f.tar.gz
|
||||||
|
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
%global pecl_name xdebug
|
%global pecl_name xdebug
|
||||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
||||||
%global gh_commit e3158f5b7bd84b4e9a18eb170d512416557de803
|
%global gh_commit fb2ae0fdf8ccba527de2f4b95810c448416139bf
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
|
|
||||||
# version/release
|
# version/release
|
||||||
%global upstream_version 3.0.0
|
%global upstream_version 3.0.0
|
||||||
%global upstream_prever beta1
|
%global upstream_prever RC1
|
||||||
%global upstream_lower beta1
|
%global upstream_lower rc1
|
||||||
|
|
||||||
# XDebug should be loaded after opcache
|
# XDebug should be loaded after opcache
|
||||||
%global ini_name 15-%{pecl_name}.ini
|
%global ini_name 15-%{pecl_name}.ini
|
||||||
@ -211,6 +211,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 15 2020 Remi Collet <remi@remirepo.net> - 3.0.0~rc1-1
|
||||||
|
- update to 3.0.0RC1
|
||||||
|
|
||||||
* Thu Oct 15 2020 Remi Collet <remi@remirepo.net> - 3.0.0~beta1-1
|
* Thu Oct 15 2020 Remi Collet <remi@remirepo.net> - 3.0.0~beta1-1
|
||||||
- update to 3.0.0beta1
|
- update to 3.0.0beta1
|
||||||
- rename to php-pecl-xdebug3 for new API
|
- rename to php-pecl-xdebug3 for new API
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xdebug-3.0.0beta1-e3158f5.tar.gz) = 1e75c3dc0e0c2e259940a5575c90c58aa9bbc4dc0f73f5884479b23d4f98522ae5369355d6be5c44d268630a72c6175281c2529e44ee6d42af67ce058492160e
|
SHA512 (xdebug-3.0.0RC1-fb2ae0f.tar.gz) = aa4be45e1762824a2f916172b666fa5f7db5f42532da9f7f06547899d0d5e2c12a8aee13025d5631e8f6e62558edef0e4c517cc812fb231bcc7495f6b18e6471
|
||||||
|
Loading…
Reference in New Issue
Block a user