This commit is contained in:
Remi Collet 2021-12-02 08:28:11 +01:00
parent b108314b9d
commit 137e2e2288

View File

@ -16,11 +16,11 @@
%global pecl_name xdebug %global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global gh_commit f8d0dac50e3b7bebf370054b4940abbb10740234 %global gh_commit 52911afee0d66f4569d71d25bb9532c8fab9d5f5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# version/release # version/release
%global upstream_version 3.1.1 %global upstream_version 3.1.2
#global upstream_prever RC1 #global upstream_prever RC1
#global upstream_lower rc1 #global upstream_lower rc1
@ -30,7 +30,7 @@
Name: php-pecl-xdebug3 Name: php-pecl-xdebug3
Summary: Provides functions for function traces and profiling Summary: Provides functions for function traces and profiling
Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}}
Release: 2%{?dist} Release: 1%{?dist}
Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tar.gz
# The Xdebug License, version 1.01 # The Xdebug License, version 1.01
@ -212,6 +212,9 @@ REPORT_EXIT_STATUS=1 \
%changelog %changelog
* Wed Dec 1 2021 Remi Collet <remi@remirepo.net> - 3.1.2-1
- update to 3.1.2
* Thu Oct 28 2021 Remi Collet <remi@remirepo.net> - 3.1.1-2 * Thu Oct 28 2021 Remi Collet <remi@remirepo.net> - 3.1.1-2
- rebuild for https://fedoraproject.org/wiki/Changes/php81 - rebuild for https://fedoraproject.org/wiki/Changes/php81