From 7d999305ce794d67557192574a53d286627bc357 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Mar 2019 13:03:44 +0100 Subject: open https://github.com/doctrine/migrations/pull/802 32-bit tests --- php-doctrine-migrations.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-doctrine-migrations.spec') diff --git a/php-doctrine-migrations.spec b/php-doctrine-migrations.spec index fe12557..380868f 100644 --- a/php-doctrine-migrations.spec +++ b/php-doctrine-migrations.spec @@ -36,6 +36,7 @@ Source1: makesrc.sh # get rid of ocramius/package-versions Patch0: %{name}-rpm.patch +Patch1: %{name}-tests.patch BuildArch: noarch BuildRequires: php-fedora-autoloader-devel @@ -76,7 +77,7 @@ BuildRequires: (php-composer(symfony/process) >= 3.4 with php-composer( BuildRequires: (php-composer(symfony/yaml) >= 3.4 with php-composer(symfony/yaml) < 5) BuildRequires: (php-composer(jdorn/sql-formatter) >= 1.1 with php-composer(jdorn/sql-formatter) < 2) BuildRequires: (php-composer(mikey179/vfsStream) >= 1.6 with php-composer(mikey179/vfsStream) < 2) -# remirepo:14 +# remirepo:15 %else BuildRequires: php-composer(doctrine/orm) < 3 BuildRequires: php-composer(doctrine/orm) >= 2.6 @@ -116,7 +117,7 @@ Requires: (php-composer(symfony/stopwatch) >= 3.4 with php-composer( Requires: (php-composer(ocramius/proxy-manager) >= 2.0.2 with php-composer(ocramius/proxy-manager) < 3) Recommends: (php-composer(mikey179/vfsStream) >= 1.6 with php-composer(mikey179/vfsStream) < 2) Recommends: (php-composer(symfony/yaml) >= 3.3 with php-composer(symfony/yaml) < 5) -# remirepo:7 +# remirepo:8 %else Requires: php-composer(doctrine/dbal) < 3 Requires: php-composer(doctrine/dbal) >= 2.6 @@ -152,6 +153,7 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} +%patch1 -p1 : Cleanup to get rid of ocramius/package-versions %patch0 -p1 -b .rpm @@ -255,6 +257,7 @@ exit $ret - update to 2.0.0 - raise dependency on symfony 3.4 - add dependency on symfony/stopwatch 3.4 +- open https://github.com/doctrine/migrations/pull/802 32-bit tests * Thu Jan 3 2019 Remi Collet - 1.8.1-2 - move autoloader in Doctrine/DBAL/Migration -- cgit