diff options
| author | Remi Collet <remi@remirepo.net> | 2024-05-31 14:24:05 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-05-31 14:24:05 +0200 | 
| commit | 151f81e119e213567cc7e681328dea8968f8e913 (patch) | |
| tree | ceba30d629fdaef0f76ff64b6fd55e102ce4bccb /php-pecl-xdebug3.spec | |
| parent | 45f65730b4a2160c3befda625a83dd43bcb99b08 (diff) | |
update to 3.4.0alpha1
Diffstat (limited to 'php-pecl-xdebug3.spec')
| -rw-r--r-- | php-pecl-xdebug3.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-pecl-xdebug3.spec b/php-pecl-xdebug3.spec index 1442824..fb09e88 100644 --- a/php-pecl-xdebug3.spec +++ b/php-pecl-xdebug3.spec @@ -24,14 +24,14 @@  %global pecl_name   xdebug  %global with_zts    0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit   e978d755861a3a8d9dcef615bb6649b85f266658 +%global gh_commit   b8a7e3e2ce17ed775a2e92e362d65a061bce2da9  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date     20201011  # version/release -%global upstream_version 3.3.2 -#global upstream_prever  alpha3 -#global upstream_lower   %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]') +%global upstream_version 3.4.0 +%global upstream_prever  alpha1 +%global upstream_lower   %%(echo %%{upstream_prever} | tr '[:upper:]' '[:lower:]')  %global sources          src  %global _configure       ../%{sources}/configure @@ -319,6 +319,9 @@ fi  %changelog +* Fri May 31 2024 Remi Collet <remi@remirepo.net> - 3.4.0~alpha1-1 +- update to 3.4.0alpha1 +  * Tue Apr 16 2024 Remi Collet <remi@remirepo.net> - 3.3.2-1  - update to 3.3.2  | 
