This commit is contained in:
Remi Collet 2022-01-05 13:49:46 +01:00
commit befc5ea586
3 changed files with 9 additions and 5 deletions

View file

@ -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