From 6cb3484777803ffaeb889f98429dc98480dd9cbc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 4 Jun 2021 16:59:07 +0200 Subject: update to 2.3.2 --- php-sebastian-type2.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/php-sebastian-type2.spec b/php-sebastian-type2.spec index 4a82ee4..3493393 100644 --- a/php-sebastian-type2.spec +++ b/php-sebastian-type2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-type2 # -# Copyright (c) 2019-2020 Remi Collet +# Copyright (c) 2019-2021 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 81cd61ab7bbf2de744aba0ea61fae32f721df3d2 +%global gh_commit 0d1c587401514d17e8f9258a27e23527cb1b06c1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project type @@ -24,7 +24,7 @@ %global ns_project Type Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.3.1 +Version: 2.3.2 Release: 1%{?dist} Summary: Collection of value objects that represent the types of the PHP type system, version %{major} @@ -88,13 +88,10 @@ EOF : Run upstream test suite ret=0 -# TODO php80 - testMapsFromMethodUnionWithStaticReturnType -# A union type must be composed of at least two types (fix in RC2) -for cmd in php php73 php74 php80; do +for cmd in php php73 php74 php80 php81; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{major}/autoload.php \ %{_bindir}/phpunit9 \ - --filter '^((?!(testMapsFromMethodUnionWithStaticReturnType)).)*$' \ --verbose || ret=1 fi done @@ -115,6 +112,9 @@ exit $ret %changelog +* Fri Jun 4 2021 Remi Collet - 2.3.2-1 +- update to 2.3.2 + * Mon Oct 26 2020 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit