From 57cc9e814ca8bf6a5d0dd77fa03a18f3d1ec4799 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 24 Feb 2021 12:09:36 +0100 Subject: update to 2.8.2 raise dependency on doctrine/common 3.0.3 --- php-doctrine-orm.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'php-doctrine-orm.spec') diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec index 22be8fb..269ee07 100644 --- a/php-doctrine-orm.spec +++ b/php-doctrine-orm.spec @@ -2,7 +2,7 @@ # # Fedora spec file for php-doctrine-orm # -# Copyright (c) 2013-2020 Shawn Iwinski +# Copyright (c) 2013-2021 Shawn Iwinski # Remi Collet # # License: MIT @@ -13,8 +13,8 @@ %global github_owner doctrine %global github_name orm -%global github_version 2.8.1 -%global github_commit 242cf1a33df1b8bc5e1b86c3ebd01db07851c833 +%global github_version 2.8.2 +%global github_commit ebae57eb9637acd8252b398df3121b120688ed5c %global composer_vendor doctrine %global composer_project orm @@ -30,8 +30,8 @@ # "doctrine/collections": "^1.5" %global collections_min_ver 1.5 %global collections_max_ver 2 -# "doctrine/common": "^3.0" -%global common_min_ver 3.0 +# "doctrine/common": "^3.0.3" +%global common_min_ver 3.0.3 %global common_max_ver 4 # "doctrine/dbal": "^2.10" %global dbal_min_ver 2.10 @@ -312,7 +312,7 @@ grep -r --files-with-matches 'TestInit' tests \ | xargs sed '/TestInit/d' -i : Load annotation register file from buildroot -sed 's#__DIR__\s*\.\s*"/\(\.\./\)*lib#"%{buildroot}%{phpdir}#' \ +sed "/registerFile/s#__DIR__.*/lib#'%{buildroot}%{phpdir}#" \ -i tests/Doctrine/Tests/OrmTestCase.php : Create tests bootstrap @@ -351,6 +351,10 @@ exit $RETURN_CODE %changelog +* Wed Feb 24 2021 Remi Collet - 2.8.2-1 +- update to 2.8.2 +- raise dependency on doctrine/common 3.0.3 + * Tue Dec 8 2020 Remi Collet - 2.8.1-1 - update to 2.8.1 - raise dependency on PHP 7.2 -- cgit