From df990b840a135a7ea26f883f79efd7cd4743bde8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 08:05:03 +0200 Subject: [PATCH 01/13] v1.2.0 (cherry picked from commit 597f8a00c4cb00195233241cddf3e48e4f55267b) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index da54dcf..ab52b75 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /php-composer-xdebug-handler-1.1.0-c919dc6.tgz +/php-composer-xdebug-handler-1.2.0-e1809da.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 5e14ddb..21abd03 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 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 - 1.2.0-1 +- update to 1.2.0 + * Mon Jun 4 2018 Remi Collet - 1.1.0-2 - fix dependency on PHPUnit diff --git a/sources b/sources index eabd193..4b41f43 100644 --- a/sources +++ b/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 From 73891423390049689a259c42d07ae096143985aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Aug 2018 07:14:33 +0200 Subject: [PATCH 02/13] v1.2.1 (cherry picked from commit c63e450b9f88b70dfb5ed794621e6c1bdd29fdcc) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ab52b75..0c41011 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /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 diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 21abd03..ea806ae 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 e1809da56ce1bd1b547a752936817341ac244d8e +%global gh_commit e37cbd80da64afe314c72de8d2d2fec0e40d9373 %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.2.0 +Version: 1.2.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Thu Aug 23 2018 Remi Collet - 1.2.1-1 +- update to 1.2.1 + * Fri Aug 17 2018 Remi Collet - 1.2.0-1 - update to 1.2.0 diff --git a/sources b/sources index 4b41f43..a5ac326 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.2.0-e1809da.tgz) = 5919a005c6611acfd187b387486e2a27113b7d15bb0137691453b4a4da46467adb00aeb77e2ad906786aa6d17e50caaf27edc2a3a1732b646c7b49cecbab7f06 +SHA512 (php-composer-xdebug-handler-1.2.1-e37cbd8.tgz) = 10b77f0ad9a72ac97e771f601aee9ea43ec26a7930928323b849a55c932e57645d90601ba2c62a61bbafcb988f3ff7ed2d225332aabba2ee14118cd4555cfdfc From 795f5e497924ce7c3ab43869963718bf9400ac05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Sep 2018 08:53:21 +0200 Subject: [PATCH 03/13] v1.3.0 (cherry picked from commit 62f445ee3d89445e177dc7fb06de5b8915fd81be) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c41011..b700945 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /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 diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index ea806ae..f62b88c 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 e37cbd80da64afe314c72de8d2d2fec0e40d9373 +%global gh_commit b8e9745fb9b06ea6664d8872c4505fb16df4611c %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.2.1 +Version: 1.3.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Sun Sep 2 2018 Remi Collet - 1.3.0-1 +- update to 1.3.0 + * Thu Aug 23 2018 Remi Collet - 1.2.1-1 - update to 1.2.1 diff --git a/sources b/sources index a5ac326..4aac09b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.2.1-e37cbd8.tgz) = 10b77f0ad9a72ac97e771f601aee9ea43ec26a7930928323b849a55c932e57645d90601ba2c62a61bbafcb988f3ff7ed2d225332aabba2ee14118cd4555cfdfc +SHA512 (php-composer-xdebug-handler-1.3.0-b8e9745.tgz) = 6fb649984e77c56115427b4d709d1bbee154769df8e4d26f3e84eb00e30d5816967c918b3bc27654d954ef2d07bd1910474b4f30799692bbcbdc56ec9b136d1f From cd5b03f626b624f2562eca3bad38bdd8b9148d30 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Nov 2018 13:21:46 +0100 Subject: [PATCH 04/13] v1.3.1 (cherry picked from commit a2725c4a295ab6b958e01e3b9babe78d635566b2) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b700945..3242168 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /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 +/php-composer-xdebug-handler-1.3.1-dc52313.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index f62b88c..520d358 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 b8e9745fb9b06ea6664d8872c4505fb16df4611c +%global gh_commit dc523135366eb68f22268d069ea7749486458562 %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.0 +Version: 1.3.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Thu Nov 29 2018 Remi Collet - 1.3.1-1 +- update to 1.3.1 + * Sun Sep 2 2018 Remi Collet - 1.3.0-1 - update to 1.3.0 diff --git a/sources b/sources index 4aac09b..a22a46e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.3.0-b8e9745.tgz) = 6fb649984e77c56115427b4d709d1bbee154769df8e4d26f3e84eb00e30d5816967c918b3bc27654d954ef2d07bd1910474b4f30799692bbcbdc56ec9b136d1f +SHA512 (php-composer-xdebug-handler-1.3.1-dc52313.tgz) = b75c64bf94a8188314fd42d1a5ca4048a0d69bead194917d295978c226bbf5edca049dff11e3a03951a3d12c4ad9118138e5327bb198ec6da449e433abc4873f From 3ebcee95b690ca3c4ac1c4f7ac0a2c94748d7a4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jan 2019 11:11:13 +0100 Subject: [PATCH 05/13] v1.3.2 (cherry picked from commit f5773ee9c4fce6b5c0e7d0bbe9e25fa6d1690b6f) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3242168..e5955a2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /php-composer-xdebug-handler-1.2.1-e37cbd8.tgz /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 diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 520d358..450dca8 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-composer-xdebug-handler # -# Copyright (c) 2018 Remi Collet +# Copyright (c) 2018-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit dc523135366eb68f22268d069ea7749486458562 +%global gh_commit d17708133b6c276d6e42ef887a877866b909d892 %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.1 +Version: 1.3.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Tue Jan 29 2019 Remi Collet - 1.3.2-1 +- update to 1.3.2 + * Thu Nov 29 2018 Remi Collet - 1.3.1-1 - update to 1.3.1 diff --git a/sources b/sources index a22a46e..e4b1503 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.3.1-dc52313.tgz) = b75c64bf94a8188314fd42d1a5ca4048a0d69bead194917d295978c226bbf5edca049dff11e3a03951a3d12c4ad9118138e5327bb198ec6da449e433abc4873f +SHA512 (php-composer-xdebug-handler-1.3.2-d177081.tgz) = 386bb092f346d3aa95a42af2289461b9e0a9b76c8d356fe157fe7441a6bd459c2ef4eaf564e37bfe2dd5451c53cd59aa86972852b1b4210980bbce8cb6ba48b7 From 71c520b6eafccd6bfc08f86c97c6aaec4ede6211 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Jun 2019 09:47:22 +0200 Subject: [PATCH 06/13] v1.3.3 (cherry picked from commit b09b7a4beedeb89b6d810d95c5f0ac44c3827ed6) (cherry picked from commit 144e51c1a5dbbc02d9f2c885f1a612edd355f009) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e5955a2..41d5dda 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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 - 1.3.3-1 +- update to 1.3.3 + * Tue Jan 29 2019 Remi Collet - 1.3.2-1 - update to 1.3.2 diff --git a/sources b/sources index e4b1503..0252e26 100644 --- a/sources +++ b/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 From 2e6e8d0ac2a3ca8e642c7236134b68cd6b25f97d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Nov 2019 11:02:54 +0100 Subject: [PATCH 07/13] update to 1.4.0 switch to phpunit8 (cherry picked from commit 489610711ba165a58fe85f93bef0a57626309f53) (cherry picked from commit 90b8ef40b070532535334148fcd4b1396afba61f) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 20 ++++++++++++-------- sources | 2 +- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 41d5dda..23a609b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /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 +/php-composer-xdebug-handler-1.4.0-cbe2338.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index c1edb2a..968bfc3 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 46867cbf8ca9fb8d60c506895449eb799db1184f +%global gh_commit cbe23383749496fe0f373345208b79568e4bc248 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -19,9 +19,9 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 1.3.3 +Version: 1.4.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} -Summary: Restarts a process without xdebug +Summary: Restarts a process without Xdebug License: MIT URL: https://github.com/%{gh_owner}/%{gh_project} @@ -39,10 +39,10 @@ BuildRequires: php-pcre BuildRequires: php-posix BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" +# "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2) -BuildRequires: phpunit6 >= 6.5 +BuildRequires: phpunit8 %global phpunit %{_bindir}/phpunit6 %else BuildRequires: php-PsrLog @@ -54,7 +54,7 @@ BuildRequires: php-composer(fedora/autoloader) %endif # From composer.json, "require": { -# "php": "^5.3.2 || ^7.0", +# "php": "^5.3.2 || ^7.0 || ^8.0", # "psr/log": "^1.0" Requires: php(language) >= 5.3.2 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 @@ -116,10 +116,10 @@ EOF %if %{with_tests} ret=0 -for cmdarg in "php %{phpunit}" php70 php71 php72 php73 php74; do +for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" "php71 %{_bindir}/phpunit7" php72 php73 php74; do if which $cmdarg; then set $cmdarg - $1 ${2:-%{_bindir}/phpunit6} --verbose|| ret=1 + $1 ${2:-%{_bindir}/phpunit8} --verbose|| ret=1 fi done exit $ret @@ -138,6 +138,10 @@ exit $ret %changelog +* Thu Nov 7 2019 Remi Collet - 1.4.0-1 +- update to 1.4.0 +- switch to phpunit8 + * Tue May 28 2019 Remi Collet - 1.3.3-1 - update to 1.3.3 diff --git a/sources b/sources index 0252e26..cc0928f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.3.3-46867cb.tgz) = acd5aeaccba8a29ae960bdec16cc0e57eb288b5f8e52f969534f33b21f682c62ff92e01bb9d81ee4d4c1f9b63cca04309ceff58f5115019861fd94f17aab5440 +SHA512 (php-composer-xdebug-handler-1.4.0-cbe2338.tgz) = e69d8658e0db081c873a0e2c48bd297d79269a0994bd746ae1ca15b21b3412469ade13fdce80b0ea515f4ac38fef8744b9649f4792f3fe457a5a36860f170649 From d7eabbe540d2c646067f8c49b6961c405cbe19b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 2 Mar 2020 11:30:55 +0100 Subject: [PATCH 08/13] v1.4.1 (cherry picked from commit bb9abd67aab57afd7ca462848daafea03f0d1e29) (cherry picked from commit eb4e83328f9e5e76ff4a92e4a680701d1e886ab9) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 23a609b..a268f45 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /php-composer-xdebug-handler-1.3.2-d177081.tgz /php-composer-xdebug-handler-1.3.3-46867cb.tgz /php-composer-xdebug-handler-1.4.0-cbe2338.tgz +/php-composer-xdebug-handler-1.4.1-1ab9842.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 968bfc3..4823c6b 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 cbe23383749496fe0f373345208b79568e4bc248 +%global gh_commit 1ab9842d69e64fb3a01be6b656501032d1b78cb7 %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.4.0 +Version: 1.4.1 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Mon Mar 2 2020 Remi Collet - 1.4.1-1 +- update to 1.4.1 + * Thu Nov 7 2019 Remi Collet - 1.4.0-1 - update to 1.4.0 - switch to phpunit8 diff --git a/sources b/sources index cc0928f..dda0874 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.0-cbe2338.tgz) = e69d8658e0db081c873a0e2c48bd297d79269a0994bd746ae1ca15b21b3412469ade13fdce80b0ea515f4ac38fef8744b9649f4792f3fe457a5a36860f170649 +SHA512 (php-composer-xdebug-handler-1.4.1-1ab9842.tgz) = 5f0fa60d986c59be4616825bdceda4aef2372e13280a43890f24dd0deeac2c4bb03355e72744e0b587931784f996f3502dfcba9f546c2db67a3654965e0f6676 From dfd675707febbc6a4bfa345bdb1887d03436d880 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jun 2020 14:38:02 +0200 Subject: [PATCH 09/13] v1.4.2 (cherry picked from commit 377d470c6c8a3cb65fd3013efab3c1d703ab2478) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a268f45..09aec93 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /php-composer-xdebug-handler-1.3.3-46867cb.tgz /php-composer-xdebug-handler-1.4.0-cbe2338.tgz /php-composer-xdebug-handler-1.4.1-1ab9842.tgz +/php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 4823c6b..ca0a1b6 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 1ab9842d69e64fb3a01be6b656501032d1b78cb7 +%global gh_commit fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51 %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.4.1 +Version: 1.4.2 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -43,7 +43,7 @@ BuildRequires: php-spl %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2) BuildRequires: phpunit8 -%global phpunit %{_bindir}/phpunit6 +%global phpunit %{_bindir}/phpunit8 %else BuildRequires: php-PsrLog BuildRequires: php-phpunit-PHPUnit >= 4.8.35 @@ -116,7 +116,7 @@ EOF %if %{with_tests} ret=0 -for cmdarg in "php %{phpunit}" "php70 %{_bindir}/phpunit6" "php71 %{_bindir}/phpunit7" php72 php73 php74; do +for cmdarg in "php %{phpunit}" php72 php73 php74 php80; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit8} --verbose|| ret=1 @@ -138,6 +138,9 @@ exit $ret %changelog +* Thu Jun 4 2020 Remi Collet - 1.4.2-1 +- update to 1.4.2 + * Mon Mar 2 2020 Remi Collet - 1.4.1-1 - update to 1.4.1 diff --git a/sources b/sources index dda0874..7b64422 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.1-1ab9842.tgz) = 5f0fa60d986c59be4616825bdceda4aef2372e13280a43890f24dd0deeac2c4bb03355e72744e0b587931784f996f3502dfcba9f546c2db67a3654965e0f6676 +SHA512 (php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz) = f09fccf70250f4a648a85604dfe8cda5b19b7091797bb85f7cb83a0797563dfe062f4b734d32bcc7c1c7cfc51b019fb33e28c94eabc0f029bd2954cbdd8ff2ef From 220942f27a74627d6b7425baca871663ed7f1241 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Aug 2020 14:13:43 +0200 Subject: [PATCH 10/13] v1.4.3 (cherry picked from commit 74d6b2a0c3dc4a163e5fa3b063bd39b8c7fdc0a2) (cherry picked from commit 7aeed4dd9da5c4a33e2db479f8e8b1d22c3e6002) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09aec93..84cda70 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /php-composer-xdebug-handler-1.4.0-cbe2338.tgz /php-composer-xdebug-handler-1.4.1-1ab9842.tgz /php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz +/php-composer-xdebug-handler-1.4.3-ebd27a9.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index ca0a1b6..e561c04 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 fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51 +%global gh_commit ebd27a9866ae8254e873866f795491f02418c5a5 %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.4.2 +Version: 1.4.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Wed Aug 19 2020 Remi Collet - 1.4.3-1 +- update to 1.4.3 + * Thu Jun 4 2020 Remi Collet - 1.4.2-1 - update to 1.4.2 diff --git a/sources b/sources index 7b64422..78f0d1b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz) = f09fccf70250f4a648a85604dfe8cda5b19b7091797bb85f7cb83a0797563dfe062f4b734d32bcc7c1c7cfc51b019fb33e28c94eabc0f029bd2954cbdd8ff2ef +SHA512 (php-composer-xdebug-handler-1.4.3-ebd27a9.tgz) = f79525e24d911081f81a0da41839016765b800a2f6f0060f8f2b09d31790fd8b58a7b9e98921f5be774d56cfbb1dfcee470cc4adab3065a6f085ddd5d3e62929 From 1ad256641d301bb54e88fa2a6f51d86bfd17bf8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 26 Oct 2020 10:21:59 +0100 Subject: [PATCH 11/13] v1.4.4 (cherry picked from commit 983342913223f680562f56da35fe36301063fcf1) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 84cda70..b4acfc1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /php-composer-xdebug-handler-1.4.1-1ab9842.tgz /php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz /php-composer-xdebug-handler-1.4.3-ebd27a9.tgz +/php-composer-xdebug-handler-1.4.4-6e076a1.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index e561c04..1a7e7ad 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 ebd27a9866ae8254e873866f795491f02418c5a5 +%global gh_commit 6e076a124f7ee146f2487554a94b6a19a74887ba %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.4.3 +Version: 1.4.4 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Sun Oct 25 2020 Remi Collet - 1.4.4-1 +- update to 1.4.4 + * Wed Aug 19 2020 Remi Collet - 1.4.3-1 - update to 1.4.3 diff --git a/sources b/sources index 78f0d1b..6827471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.3-ebd27a9.tgz) = f79525e24d911081f81a0da41839016765b800a2f6f0060f8f2b09d31790fd8b58a7b9e98921f5be774d56cfbb1dfcee470cc4adab3065a6f085ddd5d3e62929 +SHA512 (php-composer-xdebug-handler-1.4.4-6e076a1.tgz) = ed685c3e76d0972ce62b71e8ba8aa3552ae00ed8b6906ff5d4a01452e6ce63812f9d84b3fc384d3b37201a3cf5e83d8c759ca158d1fe77af9628d91c205df1b6 From 8fb49f67279b93fd24ea92ab18d96a73585675a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 13 Nov 2020 10:37:16 +0100 Subject: [PATCH 12/13] v1.4.5 (cherry picked from commit bf8557273d6bb4b591124841a02f65eced41d019) --- .gitignore | 12 ++---------- php-composer-xdebug-handler.spec | 7 +++++-- sources | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b4acfc1..c5fa819 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,4 @@ -/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 -/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 -/php-composer-xdebug-handler-1.4.0-cbe2338.tgz -/php-composer-xdebug-handler-1.4.1-1ab9842.tgz -/php-composer-xdebug-handler-1.4.2-fa2aaf9.tgz +clog /php-composer-xdebug-handler-1.4.3-ebd27a9.tgz /php-composer-xdebug-handler-1.4.4-6e076a1.tgz +/php-composer-xdebug-handler-1.4.5-f28d44c.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index 1a7e7ad..ba2f801 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 6e076a124f7ee146f2487554a94b6a19a74887ba +%global gh_commit f28d44c286812c714741478d968104c5e604a1d4 %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.4.4 +Version: 1.4.5 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -138,6 +138,9 @@ exit $ret %changelog +* Fri Nov 13 2020 Remi Collet - 1.4.5-1 +- update to 1.4.5 + * Sun Oct 25 2020 Remi Collet - 1.4.4-1 - update to 1.4.4 diff --git a/sources b/sources index 6827471..40031ad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.4-6e076a1.tgz) = ed685c3e76d0972ce62b71e8ba8aa3552ae00ed8b6906ff5d4a01452e6ce63812f9d84b3fc384d3b37201a3cf5e83d8c759ca158d1fe77af9628d91c205df1b6 +SHA512 (php-composer-xdebug-handler-1.4.5-f28d44c.tgz) = f6f32c4036343ffc65cbc7a23fc56bde57b729fe9cc7e1de6d4d9155a12b73a67bf4dba6d8c2c2fe45a2dce793fc3cc2d125dd32235678e7e9ebd84902d36448 From 7c7d1ace201f14cded3176513b48a2e29cb4c4e6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Mar 2021 08:28:37 +0100 Subject: [PATCH 13/13] v1.4.6 (cherry picked from commit 5b42bb6de119ffb576fe9071b4efd307756d8549) (cherry picked from commit 453b65ec99b8f97c6d125ab9e24d3790e491ed61) --- .gitignore | 1 + php-composer-xdebug-handler.spec | 22 +++++++++++++--------- sources | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index c5fa819..3357951 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ clog /php-composer-xdebug-handler-1.4.3-ebd27a9.tgz /php-composer-xdebug-handler-1.4.4-6e076a1.tgz /php-composer-xdebug-handler-1.4.5-f28d44c.tgz +/php-composer-xdebug-handler-1.4.6-f27e06c.tgz diff --git a/php-composer-xdebug-handler.spec b/php-composer-xdebug-handler.spec index ba2f801..2660fea 100644 --- a/php-composer-xdebug-handler.spec +++ b/php-composer-xdebug-handler.spec @@ -1,12 +1,12 @@ # remirepo/fedora spec file for php-composer-xdebug-handler # -# Copyright (c) 2018-2019 Remi Collet +# Copyright (c) 2018-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit f28d44c286812c714741478d968104c5e604a1d4 +%global gh_commit f27e06cd9675801df441b3656569b328e04aa37c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -16,10 +16,10 @@ %global ns_project XdebugHandler %global php_home %{_datadir}/php -%global with_tests 0%{!?_without_tests:1} +%bcond_without tests Name: php-%{gh_owner}-%{gh_project} -Version: 1.4.5 +Version: 1.4.6 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug @@ -30,7 +30,7 @@ Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh BuildArch: noarch -%if %{with_tests} +%if %{with tests} # For tests BuildRequires: php(language) >= 5.3.2 BuildRequires: php-reflection @@ -39,7 +39,8 @@ BuildRequires: php-pcre BuildRequires: php-posix BuildRequires: php-spl # From composer.json, "require-dev": { -# "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 8" +# "symfony/phpunit-bridge": "^4.2 || ^5", +# "phpstan/phpstan": "^0.12.55" %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 2) BuildRequires: phpunit8 @@ -49,9 +50,9 @@ BuildRequires: php-PsrLog BuildRequires: php-phpunit-PHPUnit >= 4.8.35 %global phpunit %{_bindir}/phpunit %endif +%endif # Autoloader BuildRequires: php-composer(fedora/autoloader) -%endif # From composer.json, "require": { # "php": "^5.3.2 || ^7.0 || ^8.0", @@ -114,9 +115,9 @@ require_once '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.ph \Fedora\Autoloader\Autoload::addPsr4('%{ns_vendor}\\%{ns_project}\\', dirname(__DIR__).'/tests'); EOF -%if %{with_tests} +%if %{with tests} ret=0 -for cmdarg in "php %{phpunit}" php72 php73 php74 php80; do +for cmdarg in "php %{phpunit}" php73 php74 php80; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit8} --verbose|| ret=1 @@ -138,6 +139,9 @@ exit $ret %changelog +* Fri Mar 26 2021 Remi Collet - 1.4.6-1 +- update to 1.4.6 + * Fri Nov 13 2020 Remi Collet - 1.4.5-1 - update to 1.4.5 diff --git a/sources b/sources index 40031ad..8bd3887 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-composer-xdebug-handler-1.4.5-f28d44c.tgz) = f6f32c4036343ffc65cbc7a23fc56bde57b729fe9cc7e1de6d4d9155a12b73a67bf4dba6d8c2c2fe45a2dce793fc3cc2d125dd32235678e7e9ebd84902d36448 +SHA512 (php-composer-xdebug-handler-1.4.6-f27e06c.tgz) = 67d21111b182315925b48ee38d42491137be517d654a27a439bf986ce99e16cc64aad4f441bd82907e689ad423bfe563ea0ddbf759e57a1cc86cd502e915581e