diff options
Diffstat (limited to 'php-ramsey-collection.spec')
-rw-r--r-- | php-ramsey-collection.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-ramsey-collection.spec b/php-ramsey-collection.spec index 3de3b9a..0da3295 100644 --- a/php-ramsey-collection.spec +++ b/php-ramsey-collection.spec @@ -10,7 +10,7 @@ %bcond_without tests # Github -%global gh_commit 28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1 +%global gh_commit ab2237657ad99667a5143e32ba2683c8029563d4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner ramsey %global gh_project collection @@ -22,7 +22,7 @@ %global ns_project Collection Name: php-%{pk_vendor}-%{pk_name} -Version: 1.1.3 +Version: 1.1.4 Release: 1%{?dist} Summary: Library for representing and manipulating collections @@ -133,7 +133,7 @@ EOF : Run upstream test suite ret=0 -for cmdarg in "php %{phpunit}" "php72 %{_bindir}/phpunit8" php73 php74 php80; do +for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do if which $cmdarg; then set $cmdarg $1 ${2:- %{_bindir}/phpunit9} \ @@ -156,6 +156,9 @@ exit $ret %changelog +* Fri Jul 30 2021 Remi Collet <remi@remirepo.net> - 1.1.4-1 +- update to 1.1.4 + * Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 1.1.3-1 - update to 1.1.3 |