From 5339131ed574ee1034ecb1f0baec75e225957b0c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Sep 2023 15:39:40 +0200 Subject: update to 0.4.0 raise dependency on PHP 7.4 --- php-brick-varexporter.spec | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'php-brick-varexporter.spec') diff --git a/php-brick-varexporter.spec b/php-brick-varexporter.spec index 7607451..9851f9b 100644 --- a/php-brick-varexporter.spec +++ b/php-brick-varexporter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit b5853edea6204ff8fa10633c3a4cccc4058410ed +%global gh_commit 2fd038f7c9d12d468130c6e1b3ce06e4160a7dbb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brick %global gh_project varexporter @@ -19,7 +19,7 @@ %global ns_project VarExporter Name: php-%{pk_vendor}-%{pk_name} -Version: 0.3.8 +Version: 0.4.0 Release: 1%{?dist} Summary: A powerful alternative to var_export @@ -31,7 +31,7 @@ Source1: makesrc.sh BuildArch: noarch -BuildRequires: php(language) >= 7.2 +BuildRequires: php(language) >= 7.4 # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(nikic/php-parser) >= 4.0 with php-composer(nikic/php-parser) < 5) @@ -46,19 +46,14 @@ BuildRequires: php-spl # From composer.json, "require-dev": { # "phpunit/phpunit": "^8.5 || ^9.0", # "php-coveralls/php-coveralls": "^2.2", -# "vimeo/psalm": "4.4.1" -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 +# "vimeo/psalm": "5.15.0" BuildRequires: phpunit9 %global phpunit %{_bindir}/phpunit9 -%else -BuildRequires: phpunit8 >= 8.5 -%global phpunit %{_bindir}/phpunit8 -%endif # Autoloader BuildRequires: php-fedora-autoloader-devel # From composer.json, "require": { -# "php": "^7.2 || ^8.0", +# "php": "^7.4 || ^8.0", # "nikic/php-parser": "^4.0" Requires: php(language) >= 7.2 # remirepo:1 @@ -123,7 +118,7 @@ EOF : Run upstream test suite ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -144,6 +139,10 @@ exit $ret %changelog +* Mon Sep 4 2023 Remi Collet - 0.4.0-1 +- update to 0.4.0 +- raise dependency on PHP 7.4 + * Wed Jan 25 2023 Remi Collet - 0.3.8-1 - update to 0.3.8 -- cgit