summaryrefslogtreecommitdiffstats
path: root/php-doctrine-orm.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-24 12:09:36 +0100
committerRemi Collet <remi@remirepo.net>2021-02-24 12:09:36 +0100
commit57cc9e814ca8bf6a5d0dd77fa03a18f3d1ec4799 (patch)
tree6b5cf56de08d6572bb685692a8a3497c3f519c59 /php-doctrine-orm.spec
parent711eb245060fac5d881d6425dc1bdc9457bdeafe (diff)
update to 2.8.2
raise dependency on doctrine/common 3.0.3
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r--php-doctrine-orm.spec16
1 files changed, 10 insertions, 6 deletions
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 <shawn.iwinski@gmail.com>
+# Copyright (c) 2013-2021 Shawn Iwinski <shawn.iwinski@gmail.com>
# Remi Collet <remi@fedoraproject.org>
#
# 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 <remi@remirepo.net> - 2.8.2-1
+- update to 2.8.2
+- raise dependency on doctrine/common 3.0.3
+
* Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 2.8.1-1
- update to 2.8.1
- raise dependency on PHP 7.2