diff options
Diffstat (limited to 'php-doctrine-dbal3.spec')
-rw-r--r-- | php-doctrine-dbal3.spec | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/php-doctrine-dbal3.spec b/php-doctrine-dbal3.spec index b09cdf0..6b199b5 100644 --- a/php-doctrine-dbal3.spec +++ b/php-doctrine-dbal3.spec @@ -12,15 +12,15 @@ %global github_owner doctrine %global github_name dbal -%global github_version 3.3.7 -%global github_commit 9f79d4650430b582f4598fe0954ef4d52fbc0a8a +%global github_version 3.4.0 +%global github_commit 118a360e9437e88d49024f36283c8bcbd76105f5 %global major 3 %global composer_vendor doctrine %global composer_project dbal -# "php": "^7.3 || ^8" -%global php_min_ver 7.3 +# "php": "^7.4 || ^8" +%global php_min_ver 7.4 # "doctrine/cache": "^1.0|^2.0" %global doctrine_cache_min_ver 1.11 %global doctrine_cache_max_ver 3 @@ -76,7 +76,7 @@ Patch0: %{name}-bin.patch BuildArch: noarch # Tests %if %{with tests} -BuildRequires: phpunit9 >= 9.5.16 +BuildRequires: phpunit9 >= 9.5.21 ## composer.json BuildRequires: php(language) >= %{php_min_ver} # remirepo:1 @@ -290,6 +290,13 @@ exit $RETURN_CODE %changelog +* Mon Aug 8 2022 Remi Collet <remi@remirepo.net> - 3.4.0-1 +- update to 3.4.0 +- raise dependency on PHP 7.4 + +* Mon Aug 8 2022 Remi Collet <remi@remirepo.net> - 3.3.8-1 +- update to 3.3.8 + * Fri Jun 24 2022 Remi Collet <remi@remirepo.net> - 3.3.7-1 - update to 3.3.7 |