From dbcc224350e0243a57bbba19ed81504b22d25360 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jun 2019 10:05:15 +0200 Subject: v1.6.2 --- php-doctrine-collections.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-doctrine-collections.spec b/php-doctrine-collections.spec index 4e90631..2a123f3 100644 --- a/php-doctrine-collections.spec +++ b/php-doctrine-collections.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name collections -%global github_version 1.6.1 -%global github_commit d2ae4ef05e25197343b6a39bae1d3c427a2f6956 +%global github_version 1.6.2 +%global github_commit c5e0bc17b1620e97c968ac409acbff28b8b850be %global composer_vendor doctrine %global composer_project collections @@ -106,7 +106,7 @@ BOOTSTRAP : Upstream tests SCL_RETURN_CODE=0 -for SCL in php php71 php72 php73; do +for SCL in php php71 php72 php73 php74; 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 Jun 11 2019 Remi Collet - 1.6.2-1 +- update to 1.6.2 + * Tue Mar 26 2019 Remi Collet - 1.6.1-1 - update to 1.6.1 -- cgit