diff options
author | Remi Collet <remi@remirepo.net> | 2019-06-11 10:05:15 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-06-11 10:05:15 +0200 |
commit | dbcc224350e0243a57bbba19ed81504b22d25360 (patch) | |
tree | bfc6e6f57427bf33e2689bc318d8562d53cd232c | |
parent | fe487a89fd1156f4df7cacad8c1d1c26a3540859 (diff) |
v1.6.2
-rw-r--r-- | php-doctrine-collections.spec | 9 |
1 files 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 <remi@remirepo.net> - 1.6.2-1 +- update to 1.6.2 + * Tue Mar 26 2019 Remi Collet <remi@remirepo.net> - 1.6.1-1 - update to 1.6.1 |