diff options
Diffstat (limited to 'php-doctrine-doctrine-bundle2.spec')
| -rw-r--r-- | php-doctrine-doctrine-bundle2.spec | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/php-doctrine-doctrine-bundle2.spec b/php-doctrine-doctrine-bundle2.spec index 34441fb..13d4180 100644 --- a/php-doctrine-doctrine-bundle2.spec +++ b/php-doctrine-doctrine-bundle2.spec @@ -13,8 +13,8 @@  %global github_owner     doctrine  %global github_name      DoctrineBundle -%global github_version   2.0.6 -%global github_commit    0ef972d3b730f975c80db9fffa4b2a0258c91442 +%global github_version   2.0.7 +%global github_commit    6926771140ee87a823c3b2c72602de9dda4490d3  %global major            2  %global composer_vendor  doctrine @@ -41,6 +41,7 @@  # "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0"  # "symfony/cache": "^4.3.3|^5.0",  # "symfony/property-info": "^4.3.3|^5.0" +# "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0"  # "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",  # "symfony/validator": "^3.4.30|^4.3.3|^5.0"  # "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0" @@ -122,6 +123,7 @@ BuildRequires: php-symfony4-doctrine-bridge       >= %{symfony_br_ver}  BuildRequires: php-symfony4-framework-bundle      >= %{symfony_br_ver}  # "require-dev"  BuildRequires: php-symfony4-property-info         >= %{symfony_br_ver} +BuildRequires: php-symfony4-proxy-manager-bridge  >= %{symfony_br_ver}  BuildRequires: php-symfony4-twig-bridge           >= %{symfony_br_ver}  BuildRequires: php-symfony4-validator             >= %{symfony_br_ver}  BuildRequires: php-symfony4-web-profiler-bundle   >= %{symfony_br_ver} @@ -276,6 +278,7 @@ require '%{buildroot}%{phpdir}/Doctrine/Bundle/DoctrineBundle%{major}/autoload.p      '%{phpdir}/Symfony4/Component/PropertyInfo/autoload.php',      '%{phpdir}/Symfony4/Component/Validator/autoload.php',      '%{phpdir}/Symfony4/Component/Yaml/autoload.php', +    '%{phpdir}/Symfony4/Bridge/ProxyManager/autoload.php',      '%{phpdir}/Symfony4/Bridge/Twig/autoload.php',      '%{phpdir}/ProxyManager/autoload.php',  ]); @@ -311,6 +314,9 @@ exit $RETURN_CODE  %changelog +* Mon Jan 20 2020 Remi Collet <remi@remirepo.net> - 2.0.7-1 +- update to 2.0.7 +  * Fri Jan  3 2020 Remi Collet <remi@remirepo.net> - 2.0.6-1  - update to 2.0.6  - add dependency on doctrine/persistence | 
