v3.0.2
This commit is contained in:
parent
d189dde430
commit
e26e380f73
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/xdebug-3.0.0RC1-fb2ae0f.tar.gz
|
||||
/xdebug-3.0.0-5b57802.tar.gz
|
||||
/xdebug-3.0.1-0fb6119.tar.gz
|
||||
/xdebug-3.0.2-fd53e41.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Fedora spec file for php-pecl-xdebug3
|
||||
#
|
||||
# Copyright (c) 2010-2020 Remi Collet
|
||||
# Copyright (c) 2010-2021 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 0fb6119d53b2b086585a9de5a817e57e981dc75a
|
||||
%global gh_commit fd53e416f9d7565329c41a787ea1bc62a3b2949d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
|
||||
# version/release
|
||||
%global upstream_version 3.0.1
|
||||
%global upstream_version 3.0.2
|
||||
#global upstream_prever RC1
|
||||
#global upstream_lower rc1
|
||||
|
||||
@ -212,6 +212,9 @@ REPORT_EXIT_STATUS=1 \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 5 2021 Remi Collet <remi@remirepo.net> - 3.0.2-1
|
||||
- update to 3.0.2
|
||||
|
||||
* Mon Dec 7 2020 Remi Collet <remi@remirepo.net> - 3.0.1-1
|
||||
- update to 3.0.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (xdebug-3.0.1-0fb6119.tar.gz) = 7492ffb15f3a063979db2a92a4d49a95e2f964ad44d585e6450f64e552674441b326dc84ff562109cbb1691e13cfe91dcb4cd036580e24f9fc37338dd15c6575
|
||||
SHA512 (xdebug-3.0.2-fd53e41.tar.gz) = 9b6fbcc8a650a18c23ee36fd41674689afa65babcca300cc820c486b23b313345e94d002095c5f325660b59e72131067e45c5089b32b9c73f54d22a5240b30ed
|
||||
|
Loading…
Reference in New Issue
Block a user