diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-07 16:41:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-07 16:41:16 +0200 |
commit | cf4178762ecd172fb85420709b47b1eb367e9eb1 (patch) | |
tree | 7f55b53237ee910c34af245c0fda3ff2ac9130e5 /php-pecl-xdebug3.spec | |
parent | ed4ffd7882954db8937764625b2b7585af73d954 (diff) |
update to 3.1.0beta2 (no change)
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 8a1386d..e64e1eb 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 ab502054a44a594774c63e9037f1802cb861c224 +%global gh_commit 7b526d8571336ca9c14701f72fac151d314a76c8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release %global upstream_version 3.1.0 -%global upstream_prever beta1 -%global upstream_lower beta1 +%global upstream_prever beta2 +%global upstream_lower beta2 # XDebug should be loaded after opcache %global ini_name 15-%{pecl_name}.ini @@ -295,6 +295,9 @@ fi %changelog +* Tue Sep 7 2021 Remi Collet <remi@remirepo.net> - 3.1.0~beta2-1 +- update to 3.1.0beta2 (no change) + * Mon Sep 6 2021 Remi Collet <remi@remirepo.net> - 3.1.0~beta1-1 - update to 3.1.0beta1 |