diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-06 13:55:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-06 13:55:01 +0200 |
commit | cbb8c392d643d058e729eb8aa5aa85a5698611d0 (patch) | |
tree | 1ba12762f2d2a5ea377364462410fbddfee10362 /php-pecl-xdebug3.spec | |
parent | 3e56cfe71d79c61667c05c6b081ec9c18bb45620 (diff) |
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 1c4a9e4..a6d7573 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -21,13 +21,13 @@ %global pie_proj xdebug %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 86727b0b05b5d0a9c4fb85021f05d7931e2c3a35 +%global gh_commit 1e5faa22a6a3c424d3e4fa4896937e7757ff1f72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) # version/release %global upstream_version 3.5.0 -%global upstream_prever -dev -%global upstream_lower DEV +%global upstream_prever alpha1 +%global upstream_lower alpha1 %global sources src %global _configure ../%{sources}/configure @@ -276,6 +276,9 @@ TEST_PHP_ARGS="-n $modules -d zend_extension=%{buildroot}%{php_extdir}/%{pecl_na %changelog +* Mon Oct 6 2025 Remi Collet <remi@remirepo.net> - 3.5.0~alpha1-1 +- update to 3.5.0alpha1 + * Thu Sep 18 2025 Remi Collet <remi@remirepo.net> - 3.5.0~DEV-1 - update to 3.5.0-dev |