diff options
| author | Remi Collet <remi@remirepo.net> | 2020-11-15 08:25:06 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-11-15 08:25:06 +0100 | 
| commit | 458970f8c2b32c839fe86e0f5c5a909cc2cc688e (patch) | |
| tree | f4c77da8cc85f9c5438a4d7cc99f70bca61107ad /php-pecl-xdebug3.spec | |
| parent | 6f8067e404ee2d6bc608902f33f4e8c5f018479f (diff) | |
update to 3.0.0RC1
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 62d5ac9..05a1e5c 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   e3158f5b7bd84b4e9a18eb170d512416557de803 +%global gh_commit   fb2ae0fdf8ccba527de2f4b95810c448416139bf  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release  %global upstream_version 3.0.0 -%global upstream_prever  beta1 -%global upstream_lower   beta1 +%global upstream_prever  RC1 +%global upstream_lower   rc1  # XDebug should be loaded after opcache  %global ini_name  15-%{pecl_name}.ini @@ -303,6 +303,9 @@ fi  %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  - update to 3.0.0beta1  | 
