v3.1.2
This commit is contained in:
parent
b108314b9d
commit
137e2e2288
@ -16,11 +16,11 @@
|
||||
|
||||
%global pecl_name xdebug
|
||||
%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})
|
||||
|
||||
# version/release
|
||||
%global upstream_version 3.1.1
|
||||
%global upstream_version 3.1.2
|
||||
#global upstream_prever RC1
|
||||
#global upstream_lower rc1
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
Name: php-pecl-xdebug3
|
||||
Summary: Provides functions for function traces and profiling
|
||||
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
|
||||
|
||||
# The Xdebug License, version 1.01
|
||||
@ -212,6 +212,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%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
|
||||
- rebuild for https://fedoraproject.org/wiki/Changes/php81
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user