v2.0.4
This commit is contained in:
parent
7c40d97da2
commit
befc5ea586
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/php-composer-xdebug-handler2-2.0.1-964adcd.tgz
|
||||
/php-composer-xdebug-handler2-2.0.2-84674dd.tgz
|
||||
/php-composer-xdebug-handler2-2.0.3-6555461.tgz
|
||||
/php-composer-xdebug-handler2-2.0.4-0c1a392.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-composer-xdebug-handler2
|
||||
#
|
||||
# Copyright (c) 2018-2021 Remi Collet
|
||||
# Copyright (c) 2018-2022 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
%bcond_without tests
|
||||
|
||||
%global gh_commit 6555461e76962fd0379c444c46fd558a0fcfb65e
|
||||
%global gh_commit 0c1a3925ec58a4ec98e992b9c7d171e9e184be0a
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner composer
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
%global php_home %{_datadir}/php
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}%{major}
|
||||
Version: 2.0.3
|
||||
Version: 2.0.4
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: Restarts a process without Xdebug, version %{major}
|
||||
|
||||
|
|
@ -127,7 +127,7 @@ EOF
|
|||
|
||||
%if %{with tests}
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80; do
|
||||
for cmdarg in "php %{phpunit}" php74 php80 php81; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit9} --verbose|| ret=1
|
||||
|
|
@ -148,6 +148,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jan 5 2022 Remi Collet <remi@remirepo.net> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
* Wed Dec 8 2021 Remi Collet <remi@remirepo.net> - 2.0.3-1
|
||||
- update to 2.0.3
|
||||
- add dependency on composer/pcre
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-xdebug-handler2-2.0.3-6555461.tgz) = 1145a8f183387b9693c9da9f87dfcc5ba09b9faa09d287dc1fcad70292c1b1000d7a936bf5fd7072a385f481eb672e75033b398ef747a88d9be29e12975da516
|
||||
SHA512 (php-composer-xdebug-handler2-2.0.4-0c1a392.tgz) = 1007d64af408a4747357d2cb0d53133767b4dcf02efbba4adc9dc0ac94137578508a6a7caa6354e5119dbaa1cc46ff2947a374fe7417daf7161b4b0e8a09b981
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue