v3.2.0RC1
This commit is contained in:
parent
bc3f0583ae
commit
693ac9fb0c
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/xdebug-3.1.4-d7f4cdf.tar.gz
|
||||
/xdebug-3.1.5-9f4bbc4.tar.gz
|
||||
/xdebug-3.2.0alpha3-89bb81c.tar.gz
|
||||
/xdebug-3.2.0RC1-ddee051.tar.gz
|
||||
|
@ -9,19 +9,19 @@
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
|
||||
%bcond_with tests
|
||||
%bcond_without tests
|
||||
|
||||
# we don't want -z defs linker flag
|
||||
%undefine _strict_symbol_defs_build
|
||||
|
||||
%global pecl_name xdebug
|
||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
||||
%global gh_commit 89bb81c5c8fd0a229f3dd593aedbe263abdb8efd
|
||||
%global gh_commit ddee051e64322c1955ccc7350a6da48af3a27ee7
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
|
||||
# version/release
|
||||
%global upstream_version 3.2.0
|
||||
%global upstream_prever alpha3
|
||||
%global upstream_prever RC1
|
||||
%global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
||||
|
||||
# XDebug should be loaded after opcache
|
||||
@ -218,6 +218,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 11 2022 Remi Collet <remi@remirepo.net> - 3.2.0~rc1-1
|
||||
- update to 3.2.0RC1
|
||||
|
||||
* Wed Oct 5 2022 Remi Collet <remi@remirepo.net> - 3.2.0~alpha2-1
|
||||
- update to 3.2.0alpha3
|
||||
- temporarily disable test suite
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdebug-3.2.0alpha3-89bb81c.tar.gz) = 5a1ee492692945839c52fdf141657c9bc9926b2d09c89ade20022d0b77f966db8bd0624c5f09543d654e0042f6630934aee3284f25cbea1b4ff2fe525380095c
|
||||
SHA512 (xdebug-3.2.0RC1-ddee051.tar.gz) = c54bff628660fb216591db134577913f5a2283594f4399f9e3103110b318015a8f3da79c269a9526d58e1dc028071fbef658346db9f09b81cd3773385f63cf52
|
||||
|
Loading…
Reference in New Issue
Block a user