This commit is contained in:
Remi Collet 2020-12-07 11:06:00 +01:00
parent 05378eff90
commit cde1f1063e

View File

@ -16,11 +16,11 @@
%global pecl_name xdebug
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global gh_commit 5b5780212c745a4223f857c4bb6cdee1740553c3
%global gh_commit 0fb6119d53b2b086585a9de5a817e57e981dc75a
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
# version/release
%global upstream_version 3.0.0
%global upstream_version 3.0.1
#global upstream_prever RC1
#global upstream_lower rc1
@ -39,7 +39,8 @@ License: BSD
URL: https://xdebug.org/
BuildRequires: gcc
BuildRequires: php-devel > 7.2
BuildRequires: make
BuildRequires: php-devel >= 7.2
BuildRequires: php-pear
BuildRequires: php-simplexml
BuildRequires: libtool
@ -211,6 +212,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Mon Dec 7 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1
* Wed Nov 25 2020 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0 (stable)