From 09420d01c17cd98fbf2e928595b60faace057d63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Mar 2021 15:40:27 +0100 Subject: switch back in production mode, and add a proxies directory from https://github.com/llaville/php-compatinfo-db/pull/67 --- php-bartlett-php-compatinfo-db.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index de1dce1..8d612f9 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -31,7 +31,7 @@ Name: php-%{c_vendor}-%{c_project} Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Reference Database to be used with php-compatinfo library License: BSD @@ -145,6 +145,7 @@ Conflicts: php-bartlett-PHP-CompatInfo < 5 : relocate mv config src/config +mkdir src/proxies cat << 'EOF' | tee src/autoload.php compatinfo-db export DATABASE_URL=sqlite:///${PWD}/compatinfo.sqlite -# NOTICE: not needed in devel mode (see patch) -# doctrine orm:generate-proxies +doctrine orm:generate-proxies doctrine orm:schema-tool:create : Generate the references database @@ -270,6 +270,10 @@ exit $ret %changelog +* Thu Mar 11 2021 Remi Collet - 3.3.0-3 +- switch back in production mode, and add a proxies directory + from https://github.com/llaville/php-compatinfo-db/pull/67 + * Thu Mar 11 2021 Remi Collet - 3.3.0-2 - use devel mode to avoid missing proxy files -- cgit