v3.1.3
This commit is contained in:
parent
1bcfa7fcdc
commit
fc75d2c4a5
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
||||
/xdebug-3.1.0-bcf42e8.tar.gz
|
||||
/xdebug-3.1.1-f8d0dac.tar.gz
|
||||
/xdebug-3.1.2-52911af.tar.gz
|
||||
/xdebug-3.1.3-a4bc37e.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Fedora spec file for php-pecl-xdebug3
|
||||
#
|
||||
# Copyright (c) 2010-2021 Remi Collet
|
||||
# Copyright (c) 2010-2022 Remi Collet
|
||||
# Copyright (c) 2006-2009 Christopher Stone
|
||||
#
|
||||
# License: MIT
|
||||
@ -16,11 +16,11 @@
|
||||
|
||||
%global pecl_name xdebug
|
||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
||||
%global gh_commit 52911afee0d66f4569d71d25bb9532c8fab9d5f5
|
||||
%global gh_commit a4bc37ed4804a0ce037a7c80054557a9c346f44e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
|
||||
# version/release
|
||||
%global upstream_version 3.1.2
|
||||
%global upstream_version 3.1.3
|
||||
#global upstream_prever RC1
|
||||
#global upstream_lower rc1
|
||||
|
||||
@ -218,6 +218,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Feb 2 2022 Remi Collet <remi@remirepo.net> - 3.1.3-1
|
||||
- update to 3.1.3
|
||||
|
||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdebug-3.1.2-52911af.tar.gz) = 068f987997adb0506eb27bdfc9b030faf6404475acbe96fd44a2ae757fc97a615d9c2a9a24df9fa8d6af09b1af58fc2f4984894976a49757cce504225c13a66a
|
||||
SHA512 (xdebug-3.1.3-a4bc37e.tar.gz) = e1106279ce46fd3184010e15bef0cfa787786a303b3a2a218334cdb79f4f3c31122be3ec4508f95bf4aaa77773d21040c49ad5c0cad111b5480d462772d5f232
|
||||
|
Loading…
Reference in New Issue
Block a user