Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
144e51c1a5 |
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/php-composer-xdebug-handler-1.3.0-b8e9745.tgz
|
||||
/php-composer-xdebug-handler-1.3.1-dc52313.tgz
|
||||
/php-composer-xdebug-handler-1.3.2-d177081.tgz
|
||||
/php-composer-xdebug-handler-1.3.3-46867cb.tgz
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit d17708133b6c276d6e42ef887a877866b909d892
|
||||
%global gh_commit 46867cbf8ca9fb8d60c506895449eb799db1184f
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
#global gh_date 20150717
|
||||
%global gh_owner composer
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: php-%{gh_owner}-%{gh_project}
|
||||
Version: 1.3.2
|
||||
Version: 1.3.3
|
||||
Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}
|
||||
Summary: Restarts a process without xdebug
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ EOF
|
|||
|
||||
%if %{with_tests}
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php70 php71 php72 php73; do
|
||||
for cmdarg in "php %{phpunit}" php70 php71 php72 php73 php74; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1
|
||||
|
|
@ -138,6 +138,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2019 Remi Collet <remi@remirepo.net> - 1.3.3-1
|
||||
- update to 1.3.3
|
||||
|
||||
* Tue Jan 29 2019 Remi Collet <remi@remirepo.net> - 1.3.2-1
|
||||
- update to 1.3.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-composer-xdebug-handler-1.3.2-d177081.tgz) = 386bb092f346d3aa95a42af2289461b9e0a9b76c8d356fe157fe7441a6bd459c2ef4eaf564e37bfe2dd5451c53cd59aa86972852b1b4210980bbce8cb6ba48b7
|
||||
SHA512 (php-composer-xdebug-handler-1.3.3-46867cb.tgz) = acd5aeaccba8a29ae960bdec16cc0e57eb288b5f8e52f969534f33b21f682c62ff92e01bb9d81ee4d4c1f9b63cca04309ceff58f5115019861fd94f17aab5440
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue