Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4fbf424edd | ||
|
|
5c95af3f1a | ||
|
|
6de66cddce |
3 changed files with 17 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1 +1,4 @@
|
||||||
/php-composer-xdebug-handler-1.1.0-c919dc6.tgz
|
/php-composer-xdebug-handler-1.1.0-c919dc6.tgz
|
||||||
|
/php-composer-xdebug-handler-1.2.0-e1809da.tgz
|
||||||
|
/php-composer-xdebug-handler-1.2.1-e37cbd8.tgz
|
||||||
|
/php-composer-xdebug-handler-1.3.0-b8e9745.tgz
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%global gh_commit c919dc6c62e221fc6406f861ea13433c0aa24f08
|
%global gh_commit b8e9745fb9b06ea6664d8872c4505fb16df4611c
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
#global gh_date 20150717
|
#global gh_date 20150717
|
||||||
%global gh_owner composer
|
%global gh_owner composer
|
||||||
|
|
@ -19,8 +19,8 @@
|
||||||
%global with_tests 0%{!?_without_tests:1}
|
%global with_tests 0%{!?_without_tests:1}
|
||||||
|
|
||||||
Name: php-%{gh_owner}-%{gh_project}
|
Name: php-%{gh_owner}-%{gh_project}
|
||||||
Version: 1.1.0
|
Version: 1.3.0
|
||||||
Release: 2%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||||
Summary: Restarts a process without xdebug
|
Summary: Restarts a process without xdebug
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|
@ -116,7 +116,7 @@ EOF
|
||||||
|
|
||||||
%if %{with_tests}
|
%if %{with_tests}
|
||||||
ret=0
|
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
|
if which $cmdarg; then
|
||||||
set $cmdarg
|
set $cmdarg
|
||||||
$1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1
|
$1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1
|
||||||
|
|
@ -138,6 +138,15 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 2 2018 Remi Collet <remi@remirepo.net> - 1.3.0-1
|
||||||
|
- update to 1.3.0
|
||||||
|
|
||||||
|
* Thu Aug 23 2018 Remi Collet <remi@remirepo.net> - 1.2.1-1
|
||||||
|
- update to 1.2.1
|
||||||
|
|
||||||
|
* 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
|
* Mon Jun 4 2018 Remi Collet <remi@remirepo.net> - 1.1.0-2
|
||||||
- fix dependency on PHPUnit
|
- 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.3.0-b8e9745.tgz) = 6fb649984e77c56115427b4d709d1bbee154769df8e4d26f3e84eb00e30d5816967c918b3bc27654d954ef2d07bd1910474b4f30799692bbcbdc56ec9b136d1f
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue