From 7566fe47faa2234c2986e82f08db170a6850eefa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:16:11 +0200 Subject: update to 1.6.5 --- php-doctrine-collections.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'php-doctrine-collections.spec') diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec index e6a18ca..9f7187e 100644 --- a/php-doctrine-collections.spec +++ b/php-doctrine-collections.spec @@ -12,13 +12,13 @@ %global github_owner doctrine %global github_name collections -%global github_version 1.6.4 -%global github_commit 6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7 +%global github_version 1.6.5 +%global github_commit fc0206348e17e530d09463fef07ba8968406cd6d %global composer_vendor doctrine %global composer_project collections -# "php": "^7.1.3" +# "php": "^7.1.3 || ^8.0" %global php_min_ver 7.1.3 # Build using "--without tests" to disable tests @@ -106,7 +106,7 @@ BOOTSTRAP : Upstream tests SCL_RETURN_CODE=0 -for SCL in php php71 php72 php73 php74; do +for SCL in php php71 php72 php73 php74 php80; do if which $SCL; then $SCL %{_bindir}/phpunit7 --verbose --bootstrap bootstrap.php \ || SCL_RETURN_CODE=1 @@ -134,6 +134,9 @@ rm -rf %{buildroot} %changelog +* Tue May 26 2020 Remi Collet - 1.6.5-1 +- update to 1.6.5 + * Wed Nov 13 2019 Remi Collet - 1.6.4-1 - update to 1.6.4 -- cgit