v3.0.4
This commit is contained in:
parent
b9b477adfa
commit
f1970a2de9
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/xdebug-3.0.1-0fb6119.tar.gz
|
/xdebug-3.0.1-0fb6119.tar.gz
|
||||||
/xdebug-3.0.2-fd53e41.tar.gz
|
/xdebug-3.0.2-fd53e41.tar.gz
|
||||||
/xdebug-3.0.3-7b808b4.tar.gz
|
/xdebug-3.0.3-7b808b4.tar.gz
|
||||||
|
/xdebug-3.0.4-54c7c25.tar.gz
|
||||||
|
@ -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 7b808b409f6b15b3fab6db2dd96b5be871690e73
|
%global gh_commit 54c7c2521763ee522809de0c54311443b11343c1
|
||||||
%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.0.3
|
%global upstream_version 3.0.4
|
||||||
#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
|
||||||
|
* Thu Apr 8 2021 Remi Collet <remi@remirepo.net> - 3.0.4-1
|
||||||
|
- update to 3.0.4
|
||||||
|
|
||||||
* Thu Mar 4 2021 Remi Collet <remi@remirepo.net> - 3.0.3-2
|
* Thu Mar 4 2021 Remi Collet <remi@remirepo.net> - 3.0.3-2
|
||||||
- rebuild for https://fedoraproject.org/wiki/Changes/php80
|
- rebuild for https://fedoraproject.org/wiki/Changes/php80
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (xdebug-3.0.3-7b808b4.tar.gz) = ad089c19df719c8a0b2d5aa77109bb8c384b0bc6fb28c0d3aa6578818681d1cd3cd72e1ed49a7daa38bceaa6cd51ff90844f78ff0024510b1d45d4c61e0154d9
|
SHA512 (xdebug-3.0.4-54c7c25.tar.gz) = cf2957a944455e03c842a0a17c4fedc88c4a79a79b0a71c184f403707cd9721323564f99a06e50dc6090fae001f6025c2a7f0eb5933e9547966e1c4c4ba52fb6
|
||||||
|
Loading…
Reference in New Issue
Block a user