From 686d1f7833f745a2a6bdf9b5efaa6bc9bc2f4d97 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Dec 2022 10:37:33 +0100 Subject: update to 7.3.0 --- composer.json | 4 ++-- php-phpspec.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 15eaaef..e30ce34 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ ], "require": { - "php": "^7.3 || 8.0.* || 8.1.*", + "php": "^7.3 || 8.0.* || 8.1.* || 8.2.*", "phpspec/prophecy": "^1.9", "phpspec/php-diff": "^1.0.0", "sebastian/exporter": "^3.0 || ^4.0", @@ -66,7 +66,7 @@ "extra": { "branch-alias": { - "dev-main": "7.2.x-dev" + "dev-main": "7.3.x-dev" } } diff --git a/php-phpspec.spec b/php-phpspec.spec index 1d7729e..47dd743 100644 --- a/php-phpspec.spec +++ b/php-phpspec.spec @@ -13,7 +13,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit bbeb10f73c02bfa11d92159ad9d3e75abc3faa69 +%global gh_commit 7e44b188e8e01f9c9a8ca6cb0d7aceaabcea2133 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phpspec %global gh_project phpspec @@ -26,7 +26,7 @@ %global symfony_max 5 Name: php-phpspec -Version: 7.2.0 +Version: 7.3.0 Release: 1%{?dist} Summary: Specification-oriented BDD framework for PHP @@ -74,7 +74,7 @@ BuildRequires: %{phpunit} BuildRequires: php-composer(fedora/autoloader) >= 1 # From composer.json, require -# "php": "^7.3 || 8.0.* || 8.1.*", +# "php": "^7.3 || 8.0.* || 8.1.* || 8.2.*", # "phpspec/prophecy": "^1.9", # "phpspec/php-diff": "^1.0.0", # "sebastian/exporter": "^3.0 || ^4.0", @@ -163,7 +163,7 @@ rm spec/PhpSpec/Message/CurrentExampleTrackerSpec.php # Ignore this test which rely on composer installation rm spec/PhpSpec/NamespaceProvider/ComposerPsrNamespaceProviderSpec.php -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 -d memory_limit=1G -d include_path=.:%{buildroot}%{_datadir}/php \ @@ -188,6 +188,9 @@ done %changelog +* Thu Dec 15 2022 Remi Collet - 7.3.0-1 +- update to 7.3.0 + * Mon Mar 14 2022 Remi Collet - 7.2.0-1 - update to 7.2.0 -- cgit