summaryrefslogtreecommitdiffstats
path: root/php-doctrine-orm.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-12 16:27:10 +0100
committerRemi Collet <remi@php.net>2022-01-12 16:27:10 +0100
commit95b2c2a367157d5bb862d32001bf0dae48eed9f9 (patch)
treef22e37f0ca4d4a69a5aa3685cb0236c6dac8d68f /php-doctrine-orm.spec
parent0f4b742eb9dd77371cf5c3f1873d315b6bd54faa (diff)
update to 2.11.0
Diffstat (limited to 'php-doctrine-orm.spec')
-rw-r--r--php-doctrine-orm.spec18
1 files changed, 11 insertions, 7 deletions
diff --git a/php-doctrine-orm.spec b/php-doctrine-orm.spec
index 6847f70..f0d895e 100644
--- a/php-doctrine-orm.spec
+++ b/php-doctrine-orm.spec
@@ -13,8 +13,8 @@
%global github_owner doctrine
%global github_name orm
-%global github_version 2.10.4
-%global github_commit cccb2e2fdfed2969afb3d65c5ea82bafdefbe1a7
+%global github_version 2.11.0
+%global github_commit bfed8cb6ed448f4ab1ea3fff06e4d6c44439e4ef
%global composer_vendor doctrine
%global composer_project orm
@@ -33,8 +33,8 @@
# "doctrine/common": "^3.0.3"
%global common_min_ver 3.0.3
%global common_max_ver 4
-# "doctrine/dbal": "^2.13 || ^3.1.1"
-%global dbal_min_ver 2.13
+# "doctrine/dbal": "^2.13.1 || ^3.2"
+%global dbal_min_ver 2.13.1
%global dbal_max_ver 4
# "doctrine/deprecations": "^0.5.3"
%global deprecations_min_ver 0.5.3
@@ -58,9 +58,9 @@
# "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
%global symfony_min_ver 3.4
%global symfony_max_ver 7
-# "symfony/cache": "^4.4 || ^5.2",
+# "symfony/cache": "^4.4 || ^5.4 || ^6.0",
%global sym_cache_min_ver 4.4
-%global sym_cache_max_ver 6
+%global sym_cache_max_ver 7
# "symfony/polyfill-php72": "^1.23",
# "symfony/polyfill-php80": "^1.15"
%global sym_poly_min_ver 1.23
@@ -328,7 +328,7 @@ require_once '%{phpdir}/Fedora/Autoloader/autoload.php';
'%{phpdir}/Symfony6/Component/Yaml/autoload.php',
'%{phpdir}/Symfony5/Component/Yaml/autoload.php',
'%{phpdir}/Symfony4/Component/Yaml/autoload.php',
- '%{phpdir}/Symfony3Component/Yaml/autoload.php',
+ '%{phpdir}/Symfony3/Component/Yaml/autoload.php',
],
]);
AUTOLOAD
@@ -362,6 +362,7 @@ require_once '%{buildroot}%{phpdir}/Doctrine/ORM/autoload.php';
\Fedora\Autoloader\Dependencies::required([
'%{phpdir}/Doctrine/Common/Annotations/autoload.php',
[
+ '%{phpdir}/Symfony6/Component/Cache/autoload.php',
'%{phpdir}/Symfony5/Component/Cache/autoload.php',
'%{phpdir}/Symfony4/Component/Cache/autoload.php',
],
@@ -400,6 +401,9 @@ exit $RETURN_CODE
%changelog
+* Wed Jan 12 2022 Remi Collet <remi@remirepo.net> - 2.11.0-1
+- update to 2.11.0
+
* Tue Dec 21 2021 Remi Collet <remi@remirepo.net> - 2.10.4-1
- update to 2.10.4