From fb9a8fb8a83a6998d1523483af69c7b632e6b2d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 May 2020 15:17:04 +0200 Subject: update to 2.13.0 raise dependency on doctrine/persistence 1.3.3 --- php-doctrine-common.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'php-doctrine-common.spec') diff --git a/php-doctrine-common.spec b/php-doctrine-common.spec index 52787d8..414561b 100644 --- a/php-doctrine-common.spec +++ b/php-doctrine-common.spec @@ -12,8 +12,8 @@ %global github_owner doctrine %global github_name common -%global github_version 2.12.0 -%global github_commit 2053eafdf60c2172ee1373d1b9289ba1db7f1fc6 +%global github_version 2.13.0 +%global github_commit 308728eae8d90412d850c155d40b1cfbede549da %global composer_vendor doctrine %global composer_project common @@ -46,8 +46,8 @@ # "doctrine/reflection": "^1.0" %global doctrine_refl_min_ver 1.0 %global doctrine_refl_max_ver 2 -# "doctrine/persistence": "^1.1" -%global doctrine_pers_min_ver 1.1 +# "doctrine/persistence": "^1.3.3" +%global doctrine_pers_min_ver 1.3.3 %global doctrine_pers_max_ver 2 # Build using "--without tests" to disable tests @@ -247,6 +247,10 @@ exit $RETURN_CODE %changelog +* Fri May 15 2020 Remi Collet - 2.13.0-1 +- update to 2.13.0 +- raise dependency on doctrine/persistence 1.3.3 + * Mon Jan 13 2020 Remi Collet - 2.12.0-1 - update to 2.12.0 -- cgit