From 8a8e9a3d982f602dd105e31b0e7c5239d6ef5c68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:06:16 +0200 Subject: update to 4.0.4 (no change) --- php-sebastian-comparator4.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-sebastian-comparator4.spec') diff --git a/php-sebastian-comparator4.spec b/php-sebastian-comparator4.spec index 61e7375..50dcc43 100644 --- a/php-sebastian-comparator4.spec +++ b/php-sebastian-comparator4.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit dcc580eadfaa4e7f9d2cf9ae1922134ea962e14f +%global gh_commit e717aabeafe4eac045d3e947dad3207118664c72 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project comparator @@ -26,7 +26,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 4.0.3 +Version: 4.0.4 Release: 1%{?dist} Summary: Compare PHP values for equality @@ -50,12 +50,12 @@ BuildRequires: php-sebastian-exporter4 BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^9.0" -BuildRequires: phpunit9 +# "phpunit/phpunit": "^9.3" +BuildRequires: phpunit9 >= 9.3 %endif # from composer.json -# "php": "^7.3 || ^8.0", +# "php": ">=7.3", # "sebastian/diff": "^4.0", # "sebastian/exporter": "^4.0" Requires: php(language) >= 7.3 @@ -135,6 +135,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 4.0.4-1 +- update to 4.0.4 (no change) + * Mon Jun 29 2020 Remi Collet - 4.0.3-1 - update to 4.0.3 -- cgit