From 5df9cd5074e2ff0d2b65b7d87dedb4495aad042f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 May 2020 08:11:49 +0200 Subject: update to 2.13.1 --- php-doctrine-common.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-doctrine-common.spec') diff --git a/php-doctrine-common.spec b/php-doctrine-common.spec index 414561b..483cec0 100644 --- a/php-doctrine-common.spec +++ b/php-doctrine-common.spec @@ -12,13 +12,13 @@ %global github_owner doctrine %global github_name common -%global github_version 2.13.0 -%global github_commit 308728eae8d90412d850c155d40b1cfbede549da +%global github_version 2.13.1 +%global github_commit fb00cd761126b11d8f334c09cf5b1f3f83fefc17 %global composer_vendor doctrine %global composer_project common -# "php": "~7.1" +# "php": "^7.1 || ^8.0" %global php_min_ver 7.1 # "doctrine/annotations": "^1.0" # NOTE: Min version not 1.0 because autoloader required @@ -247,6 +247,9 @@ exit $RETURN_CODE %changelog +* Tue May 26 2020 Remi Collet - 2.13.1-1 +- update to 2.13.1 + * Fri May 15 2020 Remi Collet - 2.13.0-1 - update to 2.13.0 - raise dependency on doctrine/persistence 1.3.3 -- cgit