From 61509361020ff469c93e851fad1545c996518fda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Nov 2020 08:54:47 +0100 Subject: update to 1.12.11 --- composer.json | 2 +- php-doctrine-doctrine-bundle.spec | 12 ++++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index e2c14d6..3b1b41d 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^7.1 || ^8.0", - "doctrine/dbal": "^2.5.12", + "doctrine/dbal": "^2.5.12|^3.0", "doctrine/doctrine-cache-bundle": "~1.2", "doctrine/persistence": "^1.3.3", "jdorn/sql-formatter": "^1.2.16", diff --git a/php-doctrine-doctrine-bundle.spec b/php-doctrine-doctrine-bundle.spec index abe5160..da75ac9 100644 --- a/php-doctrine-doctrine-bundle.spec +++ b/php-doctrine-doctrine-bundle.spec @@ -12,15 +12,16 @@ %global github_owner doctrine %global github_name DoctrineBundle -%global github_version 1.12.10 -%global github_commit 2ee4c25a847e744e93d7fc2895e059ad9ef7d10c +%global github_version 1.12.11 +%global github_commit df45ea464f201e6ab6ba02757204eaaf4120bcfa %global composer_vendor doctrine %global composer_project doctrine-bundle # "php": "^7.1 || ^8.0" %global php_min_ver 7.1 -# "doctrine/dbal": "^2.5.12" +# "doctrine/dbal": "^2.5.12|^3.0" +# ignore v3 not yet packaged %global dbal_min_ver 2.5.12 %global dbal_max_ver 3.0 # "doctrine/doctrine-cache-bundle": "~1.2" @@ -73,7 +74,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Symfony Bundle for Doctrine License: MIT @@ -327,6 +328,9 @@ exit $RETURN_CODE %changelog +* Mon Nov 9 2020 Remi Collet - 1.12.11-1 +- update to 1.12.11 + * Tue May 26 2020 Remi Collet - 1.12.10-2 - fix dependency and FTBFS #1863698 -- cgit