From 151f81e119e213567cc7e681328dea8968f8e913 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 31 May 2024 14:24:05 +0200 Subject: update to 3.4.0alpha1 --- php-pecl-xdebug3.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-pecl-xdebug3.spec') 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 - 3.4.0~alpha1-1 +- update to 3.4.0alpha1 + * Tue Apr 16 2024 Remi Collet - 3.3.2-1 - update to 3.3.2 -- cgit