diff options
Diffstat (limited to 'php-pecl-xdebug3.spec')
-rw-r--r-- | php-pecl-xdebug3.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 0fb51f2..bc22d2a 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,12 +21,12 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 7b808b409f6b15b3fab6db2dd96b5be871690e73 +%global gh_commit 54c7c2521763ee522809de0c54311443b11343c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20201011 # version/release -%global upstream_version 3.0.3 +%global upstream_version 3.0.4 #global upstream_prever RC1 #global upstream_lower rc1 @@ -292,6 +292,9 @@ fi %changelog +* Thu Apr 8 2021 Remi Collet <remi@remirepo.net> - 3.0.4-1 +- update to 3.0.4 + * Mon Feb 22 2021 Remi Collet <remi@remirepo.net> - 3.0.3-1 - update to 3.0.3 |