From b0641fe26e5fede2e5c991c2bf711d512c3ed545 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Feb 2022 08:35:20 +0100 Subject: update to 3.0.3 --- composer.json | 2 +- php-composer-xdebug-handler3.spec | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a2cfd6d..6b649da 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3", - "composer/pcre": "^1" + "composer/pcre": "^1 || ^2 || ^3" }, "require-dev": { "symfony/phpunit-bridge": "^6.0", diff --git a/php-composer-xdebug-handler3.spec b/php-composer-xdebug-handler3.spec index 74e2947..2c7bd7c 100644 --- a/php-composer-xdebug-handler3.spec +++ b/php-composer-xdebug-handler3.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit b11b961ef6b11e380e81a20b27c8cad54eeefe61 +%global gh_commit ced299686f41dce890debac69273b47ffe98a40c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php Name: php-%{gh_owner}-%{gh_project}%{major} -Version: 3.0.2 +Version: 3.0.3 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Restarts a process without Xdebug, version %{major} @@ -45,6 +45,7 @@ BuildRequires: php-spl # "symfony/phpunit-bridge": "^6.0", # "phpstan/phpstan": "^1.0", # "phpstan/phpstan-strict-rules": "^1.1" +# only composer/pcre v1 is packaged %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 4) BuildRequires: (php-composer(composer/pcre) >= 1.0 with php-composer(composer/pcre) < 2) @@ -61,7 +62,7 @@ BuildRequires: php-composer(fedora/autoloader) # From composer.json, "require": { # "php": "^7.2.5 || ^8.0", # "psr/log": "^1 || ^2 || ^3" -# "composer/pcre": "^1" +# "composer/pcre": "^1 || ^2 || ^3" Requires: php(language) >= 7.2.5 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(psr/log) >= 1.0 with php-composer(psr/log) < 4) @@ -150,6 +151,9 @@ exit $ret %changelog +* Mon Feb 28 2022 Remi Collet - 3.0.3-1 +- update to 3.0.3 + * Fri Feb 25 2022 Remi Collet - 3.0.2-1 - update to 3.0.2 - rename to php-composer-xdebug-handler3 -- cgit