summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-28 17:03:36 +0200
committerRemi Collet <remi@remirepo.net>2019-05-28 17:03:36 +0200
commita96a680f4850d0dbeea46be4f570ef94b5304e4b (patch)
tree939be02b329cae07d77bccd41d0f2d35273f12a4
parentf5a6ba945e4ce249102d5c8aa8b551d493dafabf (diff)
v1.3.3
-rw-r--r--php-composer-xdebug-handler.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec
index 450dca8..c1edb2a 100644
--- a/php-composer-xdebug-handler.spec
+++ b/php-composer-xdebug-handler.spec
@@ -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