v3.3.0alpha3
This commit is contained in:
parent
af700fbb04
commit
e44fd34054
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/xdebug-3.2.1-2c5f0ff.tar.gz
|
||||
/xdebug-3.2.2-a909eb0.tar.gz
|
||||
/xdebug-3.3.0alpha2-9b96425.tar.gz
|
||||
/xdebug-3.3.0alpha3-a03bda1.tar.gz
|
||||
|
@ -13,13 +13,13 @@
|
||||
|
||||
%global pecl_name xdebug
|
||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
||||
%global gh_commit 9b96425d0c21cdf2dc6bc658c72d0cfc65a58603
|
||||
%global gh_commit a03bda14ba866a34e7f90399078c73eadb1ecbfe
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
|
||||
# version/release
|
||||
%global upstream_version 3.3.0
|
||||
%global upstream_prever alpha2
|
||||
%global upstream_lower %(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
||||
%global upstream_prever alpha3
|
||||
%global upstream_lower %(echo %{upstream_prever} | tr '[:upper:]' '[:lower:]')
|
||||
%global sources src
|
||||
%global _configure ../%{sources}/configure
|
||||
|
||||
@ -214,6 +214,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 20 2023 Remi Collet <remi@remirepo.net> - 3.3.0~alpha3-1
|
||||
- update to 3.3.0alpha3
|
||||
|
||||
* Tue Oct 3 2023 Remi Collet <remi@remirepo.net> - 3.3.0~alpha2-1
|
||||
- update to 3.3.0alpha2
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdebug-3.3.0alpha2-9b96425.tar.gz) = c1bcca1348343e0ebe2fc63fdfe855c047f9adfe4c232279dee0cacba6942e6e36c97400b588f19f5f4008aa7bb42bd90bf4016722311f0015dec339062c37dd
|
||||
SHA512 (xdebug-3.3.0alpha3-a03bda1.tar.gz) = a5d1305a7c190662268a2467a8fcf9b77b2093f747a1083460117aa9da46b306da12e4e64ec188a8570ef92d5c1adf218c366a192067caadd94dde20e0ffff2d
|
||||
|
Loading…
Reference in New Issue
Block a user