parent
a5e61e640a
commit
df990b840a
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-composer-xdebug-handler-1.1.0-c919dc6.tgz
|
||||
/php-composer-xdebug-handler-1.2.0-e1809da.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit c919dc6c62e221fc6406f861ea13433c0aa24f08
|
||||
%global gh_commit e1809da56ce1bd1b547a752936817341ac244d8e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner composer
|
||||
|
|
@ -19,8 +19,8 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}
|
||||
Version: 1.1.0
|
||||
Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: Restarts a process without xdebug
|
||||
|
||||
License: MIT
|
||||
|
|
@ -116,7 +116,7 @@ EOF
|
|||
|
||||
%if %{with_tests}
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php70 php71 php72; do
|
||||
for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1
|
||||
|
|
@ -138,6 +138,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 17 2018 Remi Collet <remi@remirepo.net> - 1.2.0-1
|
||||
- update to 1.2.0
|
||||
|
||||
* Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2
|
||||
- fix dependency on PHPUnit
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-xdebug-handler-1.1.0-c919dc6.tgz) = c1424d1cdf9b0802247c789b279a218f2b96e97dd76b6c0edcd333814a263a12ef1cafe84e2c6a1de667337d7ee778fbdad5a0251ab6af5a8859f00536e57ede
|
||||
SHA512 (php-composer-xdebug-handler-1.2.0-e1809da.tgz) = 5919a005c6611acfd187b387486e2a27113b7d15bb0137691453b4a4da46467adb00aeb77e2ad906786aa6d17e50caaf27edc2a3a1732b646c7b49cecbab7f06
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue