From df990b840a135a7ea26f883f79efd7cd4743bde8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Aug 2018 08:05:03 +0200 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 57fe921e1c523c9bfcca5120df1a7b86a40acb8f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Jan 2019 11:11:13 +0100 Subject: [PATCH 5/5] 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